01KFJGGSG03CFA4E2CRE33GYA0: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "%/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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KFJGH1672G8EXQBQG89CTETW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-22T09:28:47.787Zjob assigned to worker 01KFJGH1MSDQR59ZEWN1RYM9Q7 [factory gimlet-EVT22200007-propolis, EVT22200007/55353] (queued for 28 s)
 
22026-01-22T09:28:56.741Zstarting task 0: "setup"
32026-01-22T09:28:56.766Z++ uname -s
42026-01-22T09:28:56.766Z+ kern=SunOS
52026-01-22T09:28:56.766Z+ build_user=build
62026-01-22T09:28:56.766Z+ build_uid=12345
72026-01-22T09:28:56.766Z+ work_dir=/work
82026-01-22T09:28:56.766Z+ input_dir=/input
92026-01-22T09:28:56.766Z+ [[ 0 == 12345 ]]
102026-01-22T09:28:56.766Z+ case "$kern" in
112026-01-22T09:28:56.766Z+ groupadd -g 12345 build
122026-01-22T09:28:56.766Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-22T09:28:58.769Z+ zfs create -o mountpoint=/work rpool/work
142026-01-22T09:28:58.805Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-22T09:28:58.829Z+ home_fs=zfs
162026-01-22T09:28:58.829Z+ [[ zfs == autofs ]]
172026-01-22T09:28:58.829Z+ mkdir -p /home/build
182026-01-22T09:28:58.829Z+ chown build:build /home/build /work
192026-01-22T09:29:00.815Z+ chmod 0700 /home/build /work
202026-01-22T09:29:00.839Zprocess exited: duration 4081 ms, exit code 0
 
212026-01-22T09:29:00.887Zstarting task 1: "rust-toolchain"
222026-01-22T09:29:00.911Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-22T09:29:00.911Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-22T09:29:00.911Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-01-22T09:29:00.911Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-01-22T09:29:00.911Z * rust toolchain channel = "1.91.1"
272026-01-22T09:29:00.911Z * rust toolchain profile = "default"
282026-01-22T09:29:00.911Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-22T09:29:00.911Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-22T09:29:01.032Zinfo: downloading installer
312026-01-22T09:29:01.789Zwarn: It looks like you have an existing installation of Rust at:
322026-01-22T09:29:01.789Zwarn: /opt/ooce/bin
332026-01-22T09:29:01.789Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-22T09:29:01.789Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-22T09:29:01.789Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-22T09:29:01.789Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-22T09:29:01.789Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-22T09:29:01.789Zerror: cannot install while Rust is installed
392026-01-22T09:29:01.789Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-22T09:29:01.813Zinfo: profile set to 'default'
412026-01-22T09:29:01.813Zinfo: default host triple is x86_64-unknown-illumos
422026-01-22T09:29:01.814Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-22T09:29:01.925Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-22T09:29:01.925Zinfo: downloading component 'cargo'
452026-01-22T09:29:02.106Zinfo: downloading component 'clippy'
462026-01-22T09:29:02.369Zinfo: downloading component 'rust-docs'
472026-01-22T09:29:02.579Zinfo: downloading component 'rust-std'
482026-01-22T09:29:02.899Zinfo: downloading component 'rustc'
492026-01-22T09:29:04.654Zinfo: downloading component 'rustfmt'
502026-01-22T09:29:04.714Zinfo: installing component 'cargo'
512026-01-22T09:29:05.986Zinfo: installing component 'clippy'
522026-01-22T09:29:06.456Zinfo: installing component 'rust-docs'
532026-01-22T09:29:09.831Zinfo: installing component 'rust-std'
542026-01-22T09:29:11.953Zinfo: installing component 'rustc'
552026-01-22T09:29:20.479Zinfo: installing component 'rustfmt'
562026-01-22T09:29:20.884Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-22T09:29:20.884Z
582026-01-22T09:29:21.067Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-22T09:29:21.067Z
602026-01-22T09:29:21.067Z
612026-01-22T09:29:21.067ZRust is installed now. Great!
622026-01-22T09:29:21.067Z
632026-01-22T09:29:21.067ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-22T09:29:21.091Zenvironment variable. This has not been done automatically.
652026-01-22T09:29:21.091Z
662026-01-22T09:29:21.091ZTo configure your current shell, you need to source
672026-01-22T09:29:21.091Zthe corresponding env file under $HOME/.cargo.
682026-01-22T09:29:21.092Z
692026-01-22T09:29:21.092ZThis is usually done by running one of the following (note the leading DOT):
702026-01-22T09:29:21.092Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-22T09:29:21.092Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-22T09:29:21.092Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-22T09:29:21.193Z+ rustup --version
742026-01-22T09:29:21.217Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-22T09:29:21.217Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-22T09:29:21.346Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-22T09:29:21.370Z+ cargo --version
782026-01-22T09:29:21.475Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-22T09:29:21.499Z+ rustc --version
802026-01-22T09:29:21.615Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-22T09:29:21.639Zprocess exited: duration 20738 ms, exit code 0
 
822026-01-22T09:29:21.687Zstarting task 2: "authentication"
832026-01-22T09:29:21.764Zprocess exited: duration 62 ms, exit code 0
 
842026-01-22T09:29:21.815Zstarting task 3: "clone repository"
852026-01-22T09:29:21.839Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-22T09:29:21.839Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-22T09:29:21.863ZCloning into '/work/oxidecomputer/omicron'...
882026-01-22T09:29:33.163Z+ cd /work/oxidecomputer/omicron
892026-01-22T09:29:33.163Z+ git fetch origin a0ae22a96ec16e4ef51af64516f30c809b1c2c01
902026-01-22T09:29:33.649ZFrom https://github.com/oxidecomputer/omicron
912026-01-22T09:29:33.649Z * branch a0ae22a96ec16e4ef51af64516f30c809b1c2c01 -> FETCH_HEAD
922026-01-22T09:29:33.673Z+ [[ -n zl/fix-9680-floating-ip-allocation ]]
932026-01-22T09:29:33.673Z++ git branch --show-current
942026-01-22T09:29:33.698Z+ current=main
952026-01-22T09:29:33.698Z+ [[ main != zl/fix-9680-floating-ip-allocation ]]
962026-01-22T09:29:33.698Z+ git branch -f zl/fix-9680-floating-ip-allocation a0ae22a96ec16e4ef51af64516f30c809b1c2c01
972026-01-22T09:29:33.698Z+ git checkout -f zl/fix-9680-floating-ip-allocation
982026-01-22T09:29:33.989ZSwitched to branch 'zl/fix-9680-floating-ip-allocation'
992026-01-22T09:29:34.013Z+ git reset --hard a0ae22a96ec16e4ef51af64516f30c809b1c2c01
1002026-01-22T09:29:34.038ZHEAD is now at a0ae22a96 merge main into fix-9680
1012026-01-22T09:29:34.038Zprocess exited: duration 12209 ms, exit code 0
 
1022026-01-22T09:29:34.088Zstarting task 4: "build"
1032026-01-22T09:29:34.116Z+ source ./env.sh
1042026-01-22T09:29:34.116Z++ OLD_SHELL_OPTS=ehxB
1052026-01-22T09:29:34.116Z++ set -o xtrace
1062026-01-22T09:29:34.116Z++++ dirname ./env.sh
1072026-01-22T09:29:34.116Z+++ readlink -f .
1082026-01-22T09:29:34.116Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ 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-01-22T09:29:34.116Z++ case $OLD_SHELL_OPTS in
1182026-01-22T09:29:34.116Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-01-22T09:29:34.116Z+ source .github/buildomat/ci-env.sh
1202026-01-22T09:29:34.116Z++ export CARGO_TERM_COLOR=always
1212026-01-22T09:29:34.116Z++ CARGO_TERM_COLOR=always
1222026-01-22T09:29:34.116Z+ target_os=illumos
1232026-01-22T09:29:34.116Z+ NEXTEST_VERSION=0.9.118
1242026-01-22T09:29:34.116Z+ cargo --version
1252026-01-22T09:29:34.191Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-01-22T09:29:34.217Z+ rustc --version
1272026-01-22T09:29:34.290Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-01-22T09:29:34.314Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.118/illumos
1292026-01-22T09:29:34.314Z+ gunzip
1302026-01-22T09:29:34.314Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-01-22T09:29:35.212Zx cargo-nextest, 19287944 bytes, 37672 tape blocks
1322026-01-22T09:29:35.247Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-01-22T09:29:35.247Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-01-22T09:29:35.247Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-01-22T09:29:35.247Z+ mkdir /var/tmp/omicron_tmp
1362026-01-22T09:29:35.247Z+ OUTPUT_DIR=/work
1372026-01-22T09:29:35.247Z+ echo 'tests will store non-ephemeral output in /work'
1382026-01-22T09:29:35.247Ztests will store non-ephemeral output in /work
1392026-01-22T09:29:35.247Z+ mkdir -p /work
1402026-01-22T09:29:35.247Z+ banner prerequisites
1412026-01-22T09:29:35.247Z
1422026-01-22T09:29:35.247Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-01-22T09:29:35.247Z # # # # # # # # # # # # # # #
1442026-01-22T09:29:35.247Z # # # # ##### # # ##### # # # # # #### #
1452026-01-22T09:29:35.247Z ##### ##### # ##### # # # # # # # # #
1462026-01-22T09:29:35.247Z # # # # # # # # # # # # # # #
1472026-01-22T09:29:35.247Z # # # ###### # # ###### ### # #### # #### #
1482026-01-22T09:29:35.247Z
1492026-01-22T09:29:35.247Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-01-22T09:29:52.386Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-01-22T09:30:04.428Z Startup: Caching catalogs ... Done
1522026-01-22T09:30:53.541ZPlanning: Solver setup ... Done (22.488s)
1532026-01-22T09:30:53.606ZPlanning: Running solver ... Done (0.186s)
1542026-01-22T09:30:53.606ZPlanning: Finding local manifests ... Done (0.003s)
1552026-01-22T09:30:53.607ZPlanning: Fetching manifests: 0/4 0% complete
1562026-01-22T09:30:53.607ZPlanning: Fetching manifests: 4/4 100% complete
1572026-01-22T09:30:53.607ZPlanning: Package planning ... Done (0.064s)
1582026-01-22T09:30:53.607ZPlanning: Merging actions ... Done (0.059s)
1592026-01-22T09:30:53.607ZPlanning: Checking for conflicting actions ... Done (0.351s)
1602026-01-22T09:30:53.607ZPlanning: Consolidating action changes ... Done (0.013s)
1612026-01-22T09:30:53.607ZPlanning: Evaluating mediators ... Done (0.840s)
1622026-01-22T09:30:53.607ZPlanning: Planning completed in 26.43 seconds
1632026-01-22T09:30:53.607Z Packages to install: 4
1642026-01-22T09:30:53.607Z Mediators to change: 2
1652026-01-22T09:30:53.607Z Services to change: 1
1662026-01-22T09:30:53.607Z Estimated space available: 154.94 GB
1672026-01-22T09:30:53.607ZEstimated space to be consumed: 1.79 GB
1682026-01-22T09:30:53.607Z Create boot environment: No
1692026-01-22T09:30:53.607ZCreate backup boot environment: No
1702026-01-22T09:30:53.607Z Rebuild boot archive: No
1712026-01-22T09:30:53.607Z
1722026-01-22T09:30:53.607ZChanged mediators:
1732026-01-22T09:30:53.607Z mediator clang:
1742026-01-22T09:30:53.607Z version: None -> 15 (system default)
1752026-01-22T09:30:53.607Z
1762026-01-22T09:30:53.607Z mediator llvm:
1772026-01-22T09:30:53.607Z version: 14 (system default) -> 15 (system default)
1782026-01-22T09:30:53.607Z
1792026-01-22T09:30:53.608ZChanged packages:
1802026-01-22T09:30:53.608Zhelios-dev
1812026-01-22T09:30:53.608Z developer/build-essential
1822026-01-22T09:30:53.608Z None -> 11-2.0
1832026-01-22T09:30:53.608Z library/libxmlsec1
1842026-01-22T09:30:53.608Z None -> 1.2.35-2.0
1852026-01-22T09:30:53.608Z ooce/developer/clang-15
1862026-01-22T09:30:53.608Z None -> 15.0.7-2.0
1872026-01-22T09:30:53.608Z ooce/developer/llvm-15
1882026-01-22T09:30:53.608Z None -> 15.0.7-2.0
1892026-01-22T09:30:53.608Z
1902026-01-22T09:30:53.608ZServices:
1912026-01-22T09:30:53.608Z restart_fmri:
1922026-01-22T09:30:53.608Z svc:/system/update-man-index:default
1932026-01-22T09:30:53.608Z
1942026-01-22T09:30:53.608ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-01-22T09:30:53.608ZDownload: 1230/3290 items 87.4/212.6MB 41% complete (17.5M/s)
1962026-01-22T09:30:53.608ZDownload: 3248/3290 items 170.6/212.6MB 80% complete (17.4M/s)
1972026-01-22T09:30:54.209ZDownload: 3281/3290 items 208.3/212.6MB 97% complete (12.2M/s)
1982026-01-22T09:30:54.209ZDownload: Completed 212.60 MB in 16.14 seconds (13.2M/s)
1992026-01-22T09:30:54.209Z Actions: 1/3689 actions (Installing new actions)
2002026-01-22T09:30:54.209Z Actions: 3397/3689 actions (Installing new actions)
2012026-01-22T09:30:54.209Z Actions: Completed 3689 actions in 5.88 seconds.
2022026-01-22T09:30:54.652Z Done (1.061s)
2032026-01-22T09:30:54.652Z Done (0.000s)
2042026-01-22T09:30:55.604Z Done (1.265s)
2052026-01-22T09:31:01.075Z Done (4.710s)
2062026-01-22T09:31:01.099Z Done (0.019s)
2072026-01-22T09:31:01.100Z Done (0.000s)
2082026-01-22T09:31:01.100Z Done (0.000s)
2092026-01-22T09:31:02.011ZPlanning: Evaluating mediator changes ... Done
2102026-01-22T09:31:02.184ZPlanning: Checking for conflicting actions ... Done
2112026-01-22T09:31:02.208ZPlanning: Consolidating action changes ... Done
2122026-01-22T09:31:02.570ZPlanning: Evaluating mediators ... Done
2132026-01-22T09:31:02.594ZPlanning: Planning completed in 0.63 seconds
2142026-01-22T09:31:02.594Z Mediators to change: 2
2152026-01-22T09:31:02.594Z Create boot environment: No
2162026-01-22T09:31:02.594ZCreate backup boot environment: No
2172026-01-22T09:31:02.627Z Done
2182026-01-22T09:31:02.627Z Done
2192026-01-22T09:31:03.756Z Done
2202026-01-22T09:31:08.297Z Done
2212026-01-22T09:31:08.584Z Done
2222026-01-22T09:31:08.584Z Done
2232026-01-22T09:31:08.608Z Done
2242026-01-22T09:31:09.375ZPlanning: Evaluating mediator changes ... Done
2252026-01-22T09:31:09.399ZPlanning: Merging actions ... Done
2262026-01-22T09:31:10.035ZPlanning: Checking for conflicting actions ... Done
2272026-01-22T09:31:10.061ZPlanning: Consolidating action changes ... Done
2282026-01-22T09:31:10.061ZPlanning: Evaluating mediators ... Done
2292026-01-22T09:31:10.061ZPlanning: Planning completed in 0.99 seconds
2302026-01-22T09:31:10.061Z Packages to change: 1
2312026-01-22T09:31:10.062Z Mediators to change: 1
2322026-01-22T09:31:10.062Z Services to change: 1
2332026-01-22T09:31:10.062Z Create boot environment: No
2342026-01-22T09:31:10.062ZCreate backup boot environment: Yes
2352026-01-22T09:31:12.021Z Actions: 1/6 actions (Updating modified actions)
2362026-01-22T09:31:12.045Z Actions: Completed 6 actions in 0.00 seconds.
2372026-01-22T09:31:12.046Z Done
2382026-01-22T09:31:12.046Z Done
2392026-01-22T09:31:12.240Z Done
2402026-01-22T09:31:17.048Z Done
2412026-01-22T09:31:17.412Z Done
2422026-01-22T09:31:17.439Z Done
2432026-01-22T09:31:17.439Z Done
2442026-01-22T09:31:17.726ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452026-01-22T09:31:17.726Zclang system 15 system
2462026-01-22T09:31:17.726Zcsh system system illumos
2472026-01-22T09:31:17.726Zctags system system illumos
2482026-01-22T09:31:17.726Zfile system system illumos
2492026-01-22T09:31:17.726Zgcc vendor 12 vendor
2502026-01-22T09:31:17.727Zgcc system 10 system
2512026-01-22T09:31:17.727Zgcc system 7 system
2522026-01-22T09:31:17.727Zgo system 1.20 system
2532026-01-22T09:31:17.727Zgo system 1.19 system
2542026-01-22T09:31:17.727Zllvm system 15 system
2552026-01-22T09:31:17.727Zllvm system 14 system
2562026-01-22T09:31:17.727Zmariadb system 10.6 system
2572026-01-22T09:31:17.727Zmta vendor vendor dma
2582026-01-22T09:31:17.727Zopenjdk system 17 system
2592026-01-22T09:31:17.727Zopenjdk system 11 system
2602026-01-22T09:31:17.727Zopenjdk system 1.8 system
2612026-01-22T09:31:17.727Zopenssl vendor 3 vendor
2622026-01-22T09:31:17.727Zperl system 5.36 system
2632026-01-22T09:31:17.727Zpostgresql system 15 system
2642026-01-22T09:31:17.727Zpostgresql system 13 system
2652026-01-22T09:31:17.727Zpython vendor 3 vendor
2662026-01-22T09:31:17.727Zpython system 2 system
2672026-01-22T09:31:17.727Zpython3 system 3.11 system
2682026-01-22T09:31:17.727Zruby system 3.0 system
2692026-01-22T09:31:17.727Zwords vendor vendor american-english
2702026-01-22T09:31:17.727Zwords system system australian-english
2712026-01-22T09:31:17.727Zwords system system british-english
2722026-01-22T09:31:17.727Zwords system system canadian-english
2732026-01-22T09:31:17.727Zwords system system french
2742026-01-22T09:31:17.727Zwords system system italian
2752026-01-22T09:31:17.727Zwords system system ngerman
2762026-01-22T09:31:17.727Zwords system system ogerman
2772026-01-22T09:31:17.728Zwords system system spanish
2782026-01-22T09:31:18.194ZPUBLISHER TYPE STATUS P LOCATION
2792026-01-22T09:31:18.194Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802026-01-22T09:31:25.735ZFMRI IFO
2812026-01-22T09:31:25.735Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822026-01-22T09:31:25.735Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832026-01-22T09:31:25.735Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842026-01-22T09:31:25.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852026-01-22T09:31:25.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862026-01-22T09:31:25.735Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2872026-01-22T09:31:25.735Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882026-01-22T09:31:25.735Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2892026-01-22T09:31:25.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902026-01-22T09:31:25.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912026-01-22T09:31:25.735Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2922026-01-22T09:31:25.735Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2932026-01-22T09:31:25.736Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942026-01-22T09:31:25.736Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2952026-01-22T09:31:25.736Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2962026-01-22T09:31:25.736Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972026-01-22T09:31:27.105Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982026-01-22T09:31:27.511Z Updating crates.io index
2992026-01-22T09:31:27.538Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002026-01-22T09:31:28.130Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3012026-01-22T09:31:29.017Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022026-01-22T09:31:29.456Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032026-01-22T09:31:29.945Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042026-01-22T09:31:30.341Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052026-01-22T09:31:31.978Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062026-01-22T09:31:34.492Z Updating git repository `https://github.com/oxidecomputer/opte`
3072026-01-22T09:31:35.388Z Updating git repository `https://github.com/oxidecomputer/tofino`
3082026-01-22T09:31:36.004Z Updating git repository `https://github.com/oxidecomputer/falcon`
3092026-01-22T09:31:36.709Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102026-01-22T09:31:37.395Z Updating git repository `https://github.com/oxidecomputer/clickward`
3112026-01-22T09:31:37.829Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122026-01-22T09:31:38.451Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3132026-01-22T09:31:38.856Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3142026-01-22T09:31:39.768Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3152026-01-22T09:31:40.471Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-01-22T09:31:40.915Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3172026-01-22T09:31:41.427Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3182026-01-22T09:31:41.820Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3192026-01-22T09:31:42.269Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3202026-01-22T09:31:42.634Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3212026-01-22T09:31:42.950Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3222026-01-22T09:31:44.231Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3232026-01-22T09:31:44.257Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3242026-01-22T09:31:44.765Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3252026-01-22T09:31:45.222Z Updating git repository `https://github.com/oxidecomputer/ispf`
3262026-01-22T09:31:45.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272026-01-22T09:31:46.706Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3282026-01-22T09:31:46.913Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3292026-01-22T09:31:48.177Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3302026-01-22T09:31:48.226Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312026-01-22T09:31:49.136Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3322026-01-22T09:31:49.167Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3332026-01-22T09:31:49.611Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3342026-01-22T09:31:50.121Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3352026-01-22T09:31:50.152Z Updating git repository `https://github.com/oxidecomputer/omicron`
3362026-01-22T09:32:02.428Z Updating git repository `https://github.com/illumos/smf-rs`
3372026-01-22T09:32:02.914Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3382026-01-22T09:32:04.568Z Downloading crates ...
3392026-01-22T09:32:04.682Z Downloaded cpufeatures v0.2.14
3402026-01-22T09:32:04.706Z Downloaded crypto-common v0.1.6
3412026-01-22T09:32:04.706Z Downloaded anstyle-query v1.1.1
3422026-01-22T09:32:04.706Z Downloaded displaydoc v0.2.5
3432026-01-22T09:32:04.706Z Downloaded clap_derive v4.5.47
3442026-01-22T09:32:04.706Z Downloaded thread-id v4.2.2
3452026-01-22T09:32:04.706Z Downloaded tabled_derive v0.7.0
3462026-01-22T09:32:04.706Z Downloaded proc-macro-error v1.0.4
3472026-01-22T09:32:04.706Z Downloaded textwrap v0.16.2
3482026-01-22T09:32:04.706Z Downloaded thiserror v1.0.69
3492026-01-22T09:32:04.706Z Downloaded unicode-xid v0.2.6
3502026-01-22T09:32:04.706Z Downloaded utf16_iter v1.0.5
3512026-01-22T09:32:04.707Z Downloaded tempfile v3.24.0
3522026-01-22T09:32:04.707Z Downloaded zerofrom-derive v0.1.4
3532026-01-22T09:32:04.707Z Downloaded utf8_iter v1.0.4
3542026-01-22T09:32:04.707Z Downloaded zerofrom v0.1.4
3552026-01-22T09:32:04.707Z Downloaded usdt-attr-macro v0.5.0
3562026-01-22T09:32:04.707Z Downloaded typeid v1.0.3
3572026-01-22T09:32:04.707Z Downloaded pest v2.8.2
3582026-01-22T09:32:04.707Z Downloaded version_check v0.9.5
3592026-01-22T09:32:04.707Z Downloaded yoke-derive v0.7.4
3602026-01-22T09:32:04.707Z Downloaded usdt-macro v0.5.0
3612026-01-22T09:32:04.707Z Downloaded thiserror-impl v1.0.69
3622026-01-22T09:32:04.707Z Downloaded tinystr v0.7.6
3632026-01-22T09:32:04.707Z Downloaded writeable v0.5.5
3642026-01-22T09:32:04.707Z Downloaded zerovec-derive v0.10.3
3652026-01-22T09:32:04.707Z Downloaded yoke v0.7.4
3662026-01-22T09:32:04.707Z Downloaded zmij v1.0.15
3672026-01-22T09:32:04.707Z Downloaded syn v2.0.111
3682026-01-22T09:32:04.731Z Downloaded usdt-impl v0.5.0
3692026-01-22T09:32:04.732Z Downloaded zerocopy-derive v0.7.35
3702026-01-22T09:32:04.732Z Downloaded url v2.5.4
3712026-01-22T09:32:04.732Z Downloaded toml_edit v0.22.27
3722026-01-22T09:32:04.756Z Downloaded rustix v1.1.3
3732026-01-22T09:32:04.780Z Downloaded rustix v0.38.37
3742026-01-22T09:32:04.844Z Downloaded zerovec v0.10.4
3752026-01-22T09:32:04.844Z Downloaded zerocopy v0.7.35
3762026-01-22T09:32:04.870Z Downloaded unicode-ident v1.0.19
3772026-01-22T09:32:04.870Z Downloaded winnow v0.7.13
3782026-01-22T09:32:04.870Z Downloaded unicode-width v0.1.14
3792026-01-22T09:32:04.870Z Downloaded ucd-trie v0.1.7
3802026-01-22T09:32:04.870Z Downloaded typenum v1.17.0
3812026-01-22T09:32:04.870Z Downloaded unicode-width v0.2.0
3822026-01-22T09:32:04.870Z Downloaded toml v0.8.23
3832026-01-22T09:32:04.870Z Downloaded tabled v0.15.0
3842026-01-22T09:32:04.870Z Downloaded syn v1.0.109
3852026-01-22T09:32:04.870Z Downloaded icu_properties_data v1.5.0
3862026-01-22T09:32:04.893Z Downloaded serde_json v1.0.149
3872026-01-22T09:32:04.893Z Downloaded clap_builder v4.5.48
3882026-01-22T09:32:04.894Z Downloaded usdt v0.5.0
3892026-01-22T09:32:04.894Z Downloaded thiserror-impl v2.0.17
3902026-01-22T09:32:04.918Z Downloaded hashbrown v0.16.1
3912026-01-22T09:32:04.918Z Downloaded toml_write v0.1.2
3922026-01-22T09:32:04.918Z Downloaded icu_collections v1.5.0
3932026-01-22T09:32:04.918Z Downloaded toml_datetime v0.6.11
3942026-01-22T09:32:04.918Z Downloaded libc v0.2.180
3952026-01-22T09:32:04.994Z Downloaded serde v1.0.228
3962026-01-22T09:32:05.018Z Downloaded memchr v2.7.4
3972026-01-22T09:32:05.018Z Downloaded idna v1.0.3
3982026-01-22T09:32:05.018Z Downloaded icu_locid v1.5.0
3992026-01-22T09:32:05.018Z Downloaded goblin v0.8.2
4002026-01-22T09:32:05.018Z Downloaded write16 v1.0.0
4012026-01-22T09:32:05.019Z Downloaded utf8parse v0.2.2
4022026-01-22T09:32:05.019Z Downloaded smallvec v1.15.1
4032026-01-22T09:32:05.019Z Downloaded serde_derive v1.0.228
4042026-01-22T09:32:05.019Z Downloaded serde_core v1.0.228
4052026-01-22T09:32:05.019Z Downloaded clap v4.5.48
4062026-01-22T09:32:05.019Z Downloaded scroll v0.12.0
4072026-01-22T09:32:05.019Z Downloaded proc-macro2 v1.0.101
4082026-01-22T09:32:05.019Z Downloaded indexmap v2.12.1
4092026-01-22T09:32:05.019Z Downloaded icu_locid_transform v1.5.0
4102026-01-22T09:32:05.019Z Downloaded getrandom v0.3.4
4112026-01-22T09:32:05.019Z Downloaded unicode-linebreak v0.1.5
4122026-01-22T09:32:05.019Z Downloaded synstructure v0.13.1
4132026-01-22T09:32:05.019Z Downloaded sha2 v0.10.9
4142026-01-22T09:32:05.019Z Downloaded serde-untagged v0.1.7
4152026-01-22T09:32:05.019Z Downloaded semver v1.0.27
4162026-01-22T09:32:05.019Z Downloaded quote v1.0.40
4172026-01-22T09:32:05.019Z Downloaded erased-serde v0.4.6
4182026-01-22T09:32:05.019Z Downloaded clap_lex v0.7.4
4192026-01-22T09:32:05.019Z Downloaded camino-tempfile v1.4.1
4202026-01-22T09:32:05.043Z Downloaded thiserror v2.0.17
4212026-01-22T09:32:05.043Z Downloaded swrite v0.1.0
4222026-01-22T09:32:05.043Z Downloaded strsim v0.11.1
4232026-01-22T09:32:05.043Z Downloaded stable_deref_trait v1.2.0
4242026-01-22T09:32:05.043Z Downloaded smawk v0.3.2
4252026-01-22T09:32:05.044Z Downloaded serde_tokenstream v0.2.2
4262026-01-22T09:32:05.044Z Downloaded serde-value v0.7.0
4272026-01-22T09:32:05.044Z Downloaded scroll_derive v0.12.0
4282026-01-22T09:32:05.044Z Downloaded heck v0.4.1
4292026-01-22T09:32:05.044Z Downloaded generic-array v0.14.7
4302026-01-22T09:32:05.044Z Downloaded cfg-if v1.0.4
4312026-01-22T09:32:05.044Z Downloaded cargo-platform v0.2.0
4322026-01-22T09:32:05.044Z Downloaded camino v1.2.1
4332026-01-22T09:32:05.044Z Downloaded bytecount v0.6.8
4342026-01-22T09:32:05.044Z Downloaded block-buffer v0.10.4
4352026-01-22T09:32:05.044Z Downloaded terminal_size v0.4.0
4362026-01-22T09:32:05.068Z Downloaded serde_spanned v0.6.9
4372026-01-22T09:32:05.068Z Downloaded proc-macro-error-attr v1.0.4
4382026-01-22T09:32:05.068Z Downloaded pest_derive v2.8.2
4392026-01-22T09:32:05.068Z Downloaded ordered-float v2.10.1
4402026-01-22T09:32:05.068Z Downloaded macaddr v1.0.1
4412026-01-22T09:32:05.068Z Downloaded litemap v0.7.3
4422026-01-22T09:32:05.068Z Downloaded itoa v1.0.11
4432026-01-22T09:32:05.068Z Downloaded idna_adapter v1.2.0
4442026-01-22T09:32:05.068Z Downloaded form_urlencoded v1.2.2
4452026-01-22T09:32:05.068Z Downloaded fnv v1.0.7
4462026-01-22T09:32:05.068Z Downloaded fastrand v2.1.1
4472026-01-22T09:32:05.068Z Downloaded cargo-util-schemas v0.8.2
4482026-01-22T09:32:05.068Z Downloaded byteorder v1.5.0
4492026-01-22T09:32:05.068Z Downloaded plain v0.2.3
4502026-01-22T09:32:05.068Z Downloaded pest_meta v2.8.2
4512026-01-22T09:32:05.068Z Downloaded pest_generator v2.8.2
4522026-01-22T09:32:05.068Z Downloaded percent-encoding v2.3.2
4532026-01-22T09:32:05.068Z Downloaded memmap v0.7.0
4542026-01-22T09:32:05.092Z Downloaded log v0.4.29
4552026-01-22T09:32:05.093Z Downloaded icu_provider v1.5.0
4562026-01-22T09:32:05.093Z Downloaded fs-err v3.1.1
4572026-01-22T09:32:05.093Z Downloaded errno v0.3.12
4582026-01-22T09:32:05.093Z Downloaded dtrace-parser v0.2.0
4592026-01-22T09:32:05.093Z Downloaded colorchoice v1.0.2
4602026-01-22T09:32:05.093Z Downloaded cargo_metadata v0.21.0
4612026-01-22T09:32:05.093Z Downloaded pretty-hex v0.4.1
4622026-01-22T09:32:05.093Z Downloaded once_cell v1.21.3
4632026-01-22T09:32:05.093Z Downloaded num-traits v0.2.19
4642026-01-22T09:32:05.093Z Downloaded icu_properties v1.5.1
4652026-01-22T09:32:05.093Z Downloaded icu_normalizer v1.5.0
4662026-01-22T09:32:05.117Z Downloaded icu_locid_transform_data v1.5.0
4672026-01-22T09:32:05.117Z Downloaded dof v0.3.0
4682026-01-22T09:32:05.117Z Downloaded papergrid v0.11.0
4692026-01-22T09:32:05.117Z Downloaded is_terminal_polyfill v1.70.1
4702026-01-22T09:32:05.117Z Downloaded icu_provider_macros v1.5.0
4712026-01-22T09:32:05.117Z Downloaded icu_normalizer_data v1.5.0
4722026-01-22T09:32:05.117Z Downloaded heck v0.5.0
4732026-01-22T09:32:05.117Z Downloaded equivalent v1.0.2
4742026-01-22T09:32:05.117Z Downloaded bitflags v2.9.4
4752026-01-22T09:32:05.117Z Downloaded autocfg v1.4.0
4762026-01-22T09:32:05.117Z Downloaded anyhow v1.0.99
4772026-01-22T09:32:05.141Z Downloaded anstyle-parse v0.2.5
4782026-01-22T09:32:05.141Z Downloaded anstream v0.6.18
4792026-01-22T09:32:05.141Z Downloaded digest v0.10.7
4802026-01-22T09:32:05.142Z Downloaded cargo_toml v0.21.0
4812026-01-22T09:32:05.142Z Downloaded anstyle v1.0.11
4822026-01-22T09:32:06.083Z Compiling proc-macro2 v1.0.101
4832026-01-22T09:32:06.083Z Compiling unicode-ident v1.0.19
4842026-01-22T09:32:06.130Z Compiling serde_core v1.0.228
4852026-01-22T09:32:06.130Z Compiling serde v1.0.228
4862026-01-22T09:32:06.130Z Compiling version_check v0.9.5
4872026-01-22T09:32:06.130Z Compiling libc v0.2.180
4882026-01-22T09:32:06.130Z Compiling memchr v2.7.4
4892026-01-22T09:32:06.130Z Compiling thiserror v2.0.17
4902026-01-22T09:32:06.131Z Compiling stable_deref_trait v1.2.0
4912026-01-22T09:32:06.131Z Compiling zmij v1.0.15
4922026-01-22T09:32:06.131Z Compiling thiserror v1.0.69
4932026-01-22T09:32:06.131Z Compiling writeable v0.5.5
4942026-01-22T09:32:06.924Z Compiling ucd-trie v0.1.7
4952026-01-22T09:32:06.949Z Compiling itoa v1.0.11
4962026-01-22T09:32:06.949Z Compiling autocfg v1.4.0
4972026-01-22T09:32:06.974Z Compiling litemap v0.7.3
4982026-01-22T09:32:06.974Z Compiling icu_locid_transform_data v1.5.0
4992026-01-22T09:32:06.999Z Compiling bitflags v2.9.4
5002026-01-22T09:32:07.149Z Compiling byteorder v1.5.0
5012026-01-22T09:32:07.603Z Compiling quote v1.0.40
5022026-01-22T09:32:07.632Z Compiling errno v0.3.12
5032026-01-22T09:32:07.689Z Compiling icu_properties_data v1.5.0
5042026-01-22T09:32:07.838Z Compiling syn v2.0.111
5052026-01-22T09:32:07.898Z Compiling serde_json v1.0.149
5062026-01-22T09:32:08.019Z Compiling num-traits v0.2.19
5072026-01-22T09:32:08.080Z Compiling smallvec v1.15.1
5082026-01-22T09:32:08.124Z Compiling utf8_iter v1.0.4
5092026-01-22T09:32:08.444Z Compiling hashbrown v0.16.1
5102026-01-22T09:32:08.503Z Compiling utf16_iter v1.0.5
5112026-01-22T09:32:08.527Z Compiling write16 v1.0.0
5122026-01-22T09:32:08.598Z Compiling equivalent v1.0.2
5132026-01-22T09:32:08.698Z Compiling typeid v1.0.3
5142026-01-22T09:32:08.733Z Compiling icu_normalizer_data v1.5.0
5152026-01-22T09:32:08.764Z Compiling rustix v0.38.37
5162026-01-22T09:32:09.238Z Compiling usdt-impl v0.5.0
5172026-01-22T09:32:09.271Z Compiling proc-macro-error-attr v1.0.4
5182026-01-22T09:32:09.563Z Compiling indexmap v2.12.1
5192026-01-22T09:32:09.590Z Compiling syn v1.0.109
5202026-01-22T09:32:09.615Z Compiling toml_write v0.1.2
5212026-01-22T09:32:09.649Z Compiling winnow v0.7.13
5222026-01-22T09:32:09.735Z Compiling thread-id v4.2.2
5232026-01-22T09:32:10.590Z Compiling proc-macro-error v1.0.4
5242026-01-22T09:32:10.926Z Compiling utf8parse v0.2.2
5252026-01-22T09:32:10.964Z Compiling camino v1.2.1
5262026-01-22T09:32:11.147Z Compiling log v0.4.29
5272026-01-22T09:32:11.301Z Compiling plain v0.2.3
5282026-01-22T09:32:11.508Z Compiling rustix v1.1.3
5292026-01-22T09:32:11.536Z Compiling percent-encoding v2.3.2
5302026-01-22T09:32:11.584Z Compiling getrandom v0.3.4
5312026-01-22T09:32:11.744Z Compiling ordered-float v2.10.1
5322026-01-22T09:32:12.062Z Compiling form_urlencoded v1.2.2
5332026-01-22T09:32:12.466Z Compiling anstyle-parse v0.2.5
5342026-01-22T09:32:12.490Z Compiling terminal_size v0.4.0
5352026-01-22T09:32:12.834Z Compiling is_terminal_polyfill v1.70.1
5362026-01-22T09:32:12.885Z Compiling anstyle-query v1.1.1
5372026-01-22T09:32:12.950Z Compiling anstyle v1.0.11
5382026-01-22T09:32:12.994Z Compiling colorchoice v1.0.2
5392026-01-22T09:32:13.099Z Compiling pretty-hex v0.4.1
5402026-01-22T09:32:13.184Z Compiling cfg-if v1.0.4
5412026-01-22T09:32:13.331Z Compiling anstream v0.6.18
5422026-01-22T09:32:13.465Z Compiling semver v1.0.27
5432026-01-22T09:32:13.942Z Compiling synstructure v0.13.1
5442026-01-22T09:32:14.106Z Compiling fs-err v3.1.1
5452026-01-22T09:32:14.236Z Compiling unicode-width v0.1.14
5462026-01-22T09:32:14.341Z Compiling unicode-xid v0.2.6
5472026-01-22T09:32:14.412Z Compiling clap_lex v0.7.4
5482026-01-22T09:32:14.546Z Compiling anyhow v1.0.99
5492026-01-22T09:32:14.719Z Compiling once_cell v1.21.3
5502026-01-22T09:32:14.838Z Compiling fastrand v2.1.1
5512026-01-22T09:32:15.067Z Compiling strsim v0.11.1
5522026-01-22T09:32:15.116Z Compiling heck v0.5.0
5532026-01-22T09:32:15.256Z Compiling fnv v1.0.7
5542026-01-22T09:32:15.300Z Compiling bytecount v0.6.8
5552026-01-22T09:32:15.403Z Compiling heck v0.4.1
5562026-01-22T09:32:15.507Z Compiling papergrid v0.11.0
5572026-01-22T09:32:15.569Z Compiling clap_builder v4.5.48
5582026-01-22T09:32:15.710Z Compiling tempfile v3.24.0
5592026-01-22T09:32:15.982Z Compiling memmap v0.7.0
5602026-01-22T09:32:16.154Z Compiling smawk v0.3.2
5612026-01-22T09:32:16.308Z Compiling unicode-linebreak v0.1.5
5622026-01-22T09:32:16.376Z Compiling unicode-width v0.2.0
5632026-01-22T09:32:16.742Z Compiling camino-tempfile v1.4.1
5642026-01-22T09:32:16.841Z Compiling textwrap v0.16.2
5652026-01-22T09:32:17.203Z Compiling swrite v0.1.0
5662026-01-22T09:32:17.346Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5672026-01-22T09:32:17.437Z Compiling tabled_derive v0.7.0
5682026-01-22T09:32:17.894Z Compiling serde_derive v1.0.228
5692026-01-22T09:32:17.928Z Compiling zerofrom-derive v0.1.4
5702026-01-22T09:32:17.984Z Compiling yoke-derive v0.7.4
5712026-01-22T09:32:18.024Z Compiling thiserror-impl v2.0.17
5722026-01-22T09:32:18.121Z Compiling zerovec-derive v0.10.3
5732026-01-22T09:32:19.251Z Compiling displaydoc v0.2.5
5742026-01-22T09:32:20.102Z Compiling icu_provider_macros v1.5.0
5752026-01-22T09:32:20.310Z Compiling thiserror-impl v1.0.69
5762026-01-22T09:32:20.612Z Compiling zerocopy-derive v0.7.35
5772026-01-22T09:32:20.828Z Compiling zerofrom v0.1.4
5782026-01-22T09:32:20.898Z Compiling pest v2.8.2
5792026-01-22T09:32:20.977Z Compiling scroll_derive v0.12.0
5802026-01-22T09:32:21.072Z Compiling yoke v0.7.4
5812026-01-22T09:32:21.422Z Compiling zerovec v0.10.4
5822026-01-22T09:32:22.094Z Compiling scroll v0.12.0
5832026-01-22T09:32:22.299Z Compiling zerocopy v0.7.35
5842026-01-22T09:32:22.402Z Compiling clap_derive v4.5.47
5852026-01-22T09:32:22.693Z Compiling goblin v0.8.2
5862026-01-22T09:32:22.914Z Compiling tabled v0.15.0
5872026-01-22T09:32:23.170Z Compiling tinystr v0.7.6
5882026-01-22T09:32:23.365Z Compiling pest_meta v2.8.2
5892026-01-22T09:32:23.594Z Compiling icu_locid v1.5.0
5902026-01-22T09:32:23.640Z Compiling icu_collections v1.5.0
5912026-01-22T09:32:24.838Z Compiling icu_provider v1.5.0
5922026-01-22T09:32:24.984Z Compiling pest_generator v2.8.2
5932026-01-22T09:32:25.011Z Compiling toml_datetime v0.6.11
5942026-01-22T09:32:25.482Z Compiling icu_locid_transform v1.5.0
5952026-01-22T09:32:25.511Z Compiling serde_spanned v0.6.9
5962026-01-22T09:32:25.725Z Compiling toml_edit v0.22.27
5972026-01-22T09:32:25.769Z Compiling dof v0.3.0
5982026-01-22T09:32:25.914Z Compiling erased-serde v0.4.6
5992026-01-22T09:32:26.403Z Compiling serde_tokenstream v0.2.2
6002026-01-22T09:32:26.554Z Compiling serde-value v0.7.0
6012026-01-22T09:32:26.902Z Compiling icu_properties v1.5.1
6022026-01-22T09:32:26.939Z Compiling serde-untagged v0.1.7
6032026-01-22T09:32:27.024Z Compiling pest_derive v2.8.2
6042026-01-22T09:32:27.294Z Compiling cargo-platform v0.2.0
6052026-01-22T09:32:27.433Z Compiling clap v4.5.48
6062026-01-22T09:32:27.526Z Compiling macaddr v1.0.1
6072026-01-22T09:32:27.757Z Compiling dtrace-parser v0.2.0
6082026-01-22T09:32:28.805Z Compiling toml v0.8.23
6092026-01-22T09:32:29.421Z Compiling usdt-attr-macro v0.5.0
6102026-01-22T09:32:29.473Z Compiling usdt-macro v0.5.0
6112026-01-22T09:32:29.600Z Compiling cargo_toml v0.21.0
6122026-01-22T09:32:30.247Z Compiling icu_normalizer v1.5.0
6132026-01-22T09:32:30.560Z Compiling usdt v0.5.0
6142026-01-22T09:32:31.057Z Compiling idna_adapter v1.2.0
6152026-01-22T09:32:31.231Z Compiling idna v1.0.3
6162026-01-22T09:32:31.755Z Compiling url v2.5.4
6172026-01-22T09:32:32.598Z Compiling cargo-util-schemas v0.8.2
6182026-01-22T09:32:34.619Z Compiling cargo_metadata v0.21.0
6192026-01-22T09:32:36.726Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6202026-01-22T09:32:41.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6212026-01-22T09:32:41.510Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6222026-01-22T09:32:42.513Z Downloading crates ...
6232026-01-22T09:32:42.679Z Downloaded aead v0.5.2
6242026-01-22T09:32:42.703Z Downloaded arc-swap v1.7.1
6252026-01-22T09:32:42.703Z Downloaded ciborium v0.2.2
6262026-01-22T09:32:42.729Z Downloaded crc8 v0.1.1
6272026-01-22T09:32:42.729Z Downloaded ctr v0.9.2
6282026-01-22T09:32:42.729Z Downloaded fxhash v0.2.1
6292026-01-22T09:32:42.752Z Downloaded diesel_table_macro_syntax v0.2.0
6302026-01-22T09:32:42.752Z Downloaded getrandom v0.2.15
6312026-01-22T09:32:42.753Z Downloaded heck v0.3.3
6322026-01-22T09:32:42.777Z Downloaded http-range v0.1.5
6332026-01-22T09:32:42.777Z Downloaded highway v1.3.0
6342026-01-22T09:32:42.777Z Downloaded inout v0.1.3
6352026-01-22T09:32:42.801Z Downloaded kstat-rs v0.2.4
6362026-01-22T09:32:42.801Z Downloaded jobserver v0.1.32
6372026-01-22T09:32:42.801Z Downloaded lru-cache v0.1.2
6382026-01-22T09:32:42.801Z Downloaded mime v0.3.17
6392026-01-22T09:32:42.827Z Downloaded num v0.4.3
6402026-01-22T09:32:42.827Z Downloaded num_threads v0.1.7
6412026-01-22T09:32:42.828Z Downloaded packed_struct_codegen v0.10.1
6422026-01-22T09:32:42.852Z Downloaded peg-runtime v0.8.5
6432026-01-22T09:32:42.852Z Downloaded pin-utils v0.1.0
6442026-01-22T09:32:42.852Z Downloaded pretty-hex v0.2.1
6452026-01-22T09:32:42.852Z Downloaded predicates-tree v1.0.12
6462026-01-22T09:32:42.876Z Downloaded quick-error v1.2.3
6472026-01-22T09:32:42.876Z Downloaded rand_xorshift v0.4.0
6482026-01-22T09:32:42.876Z Downloaded rfc6979 v0.4.0
6492026-01-22T09:32:42.876Z Downloaded rustc_version v0.1.7
6502026-01-22T09:32:42.901Z Downloaded rustc_version v0.4.1
6512026-01-22T09:32:42.901Z Downloaded ipnet v2.11.0
6522026-01-22T09:32:42.901Z Downloaded quinn v0.11.5
6532026-01-22T09:32:42.901Z Downloaded seq-macro v0.3.6
6542026-01-22T09:32:42.901Z Downloaded signal-hook-mio v0.2.4
6552026-01-22T09:32:42.926Z Downloaded shell-words v1.1.0
6562026-01-22T09:32:42.926Z Downloaded slog-bunyan v2.5.0
6572026-01-22T09:32:42.926Z Downloaded shlex v1.3.0
6582026-01-22T09:32:42.926Z Downloaded strip-ansi-escapes v0.2.0
6592026-01-22T09:32:42.926Z Downloaded strum v0.27.2
6602026-01-22T09:32:42.926Z Downloaded string_cache v0.8.9
6612026-01-22T09:32:42.951Z Downloaded sync_wrapper v1.0.1
6622026-01-22T09:32:42.951Z Downloaded tap v1.0.1
6632026-01-22T09:32:42.951Z Downloaded tagptr v0.2.0
6642026-01-22T09:32:42.951Z Downloaded tinyvec_macros v0.1.1
6652026-01-22T09:32:42.951Z Downloaded strum v0.26.3
6662026-01-22T09:32:42.951Z Downloaded termios v0.3.3
6672026-01-22T09:32:42.976Z Downloaded tower-layer v0.3.3
6682026-01-22T09:32:42.976Z Downloaded trait-variant v0.1.2
6692026-01-22T09:32:42.976Z Downloaded try-lock v0.2.5
6702026-01-22T09:32:42.976Z Downloaded typify-macro v0.4.3
6712026-01-22T09:32:42.976Z Downloaded unit-prefix v0.5.1
6722026-01-22T09:32:42.976Z Downloaded tracing-attributes v0.1.27
6732026-01-22T09:32:42.976Z Downloaded usdt-attr-macro v0.6.0
6742026-01-22T09:32:42.977Z Downloaded openssl v0.10.73
6752026-01-22T09:32:43.002Z Downloaded waitgroup v0.1.2
6762026-01-22T09:32:43.002Z Downloaded xshell-macros v0.2.7
6772026-01-22T09:32:43.002Z Downloaded xattr v1.3.1
6782026-01-22T09:32:43.002Z Downloaded whoami v1.5.2
6792026-01-22T09:32:43.002Z Downloaded zone v0.1.8
6802026-01-22T09:32:43.002Z Downloaded wyz v0.5.1
6812026-01-22T09:32:43.002Z Downloaded xz2 v0.1.7
6822026-01-22T09:32:43.027Z Downloaded zstd v0.13.3
6832026-01-22T09:32:43.027Z Downloaded zstd-safe v7.2.3
6842026-01-22T09:32:43.027Z Downloaded zone_cfg_derive v0.1.2
6852026-01-22T09:32:43.027Z Downloaded zopfli v0.8.1
6862026-01-22T09:32:43.027Z Downloaded yansi v1.0.1
6872026-01-22T09:32:43.051Z Downloaded x509-cert v0.2.5
6882026-01-22T09:32:43.051Z Downloaded zip v4.2.0
6892026-01-22T09:32:43.051Z Downloaded zeroize v1.8.1
6902026-01-22T09:32:43.075Z Downloaded test-strategy v0.4.3
6912026-01-22T09:32:43.075Z Downloaded zerocopy v0.6.6
6922026-01-22T09:32:43.075Z Downloaded winnow v0.6.26
6932026-01-22T09:32:43.099Z Downloaded tracing v0.1.40
6942026-01-22T09:32:43.099Z Downloaded zlib-rs v0.5.1
6952026-01-22T09:32:43.099Z Downloaded rpassword v7.4.0
6962026-01-22T09:32:43.099Z Downloaded russh v0.45.0
6972026-01-22T09:32:43.122Z Downloaded toml_edit v0.19.15
6982026-01-22T09:32:43.146Z Downloaded ssh-key v0.6.6
6992026-01-22T09:32:43.146Z Downloaded zerocopy-derive v0.8.27
7002026-01-22T09:32:43.146Z Downloaded unicode-normalization v0.1.24
7012026-01-22T09:32:43.170Z Downloaded rustls-webpki v0.101.7
7022026-01-22T09:32:43.170Z Downloaded sqlparser v0.45.0
7032026-01-22T09:32:43.194Z Downloaded sled v0.34.7
7042026-01-22T09:32:43.194Z Downloaded moka v0.12.10
7052026-01-22T09:32:43.218Z Downloaded radix_trie v0.2.1
7062026-01-22T09:32:43.219Z Downloaded typify-impl v0.4.3
7072026-01-22T09:32:43.219Z Downloaded zerocopy v0.8.27
7082026-01-22T09:32:43.245Z Downloaded webpki-roots v1.0.1
7092026-01-22T09:32:43.268Z Downloaded dropshot v0.16.6
7102026-01-22T09:32:43.292Z Downloaded rustls v0.22.4
7112026-01-22T09:32:43.292Z Downloaded rustls v0.23.19
7122026-01-22T09:32:43.316Z Downloaded petgraph v0.8.2
7132026-01-22T09:32:43.340Z Downloaded diesel v2.2.12
7142026-01-22T09:32:43.363Z Downloaded vcpkg v0.2.15
7152026-01-22T09:32:43.403Z Downloaded regex-syntax v0.6.29
7162026-01-22T09:32:43.427Z Downloaded libz-sys v1.1.20
7172026-01-22T09:32:43.450Z Downloaded tabled v0.20.0
7182026-01-22T09:32:43.474Z Downloaded petgraph v0.6.5
7192026-01-22T09:32:43.498Z Downloaded lzma-sys v0.1.20
7202026-01-22T09:32:43.522Z Downloaded typify-impl v0.2.0
7212026-01-22T09:32:43.545Z Downloaded zerocopy-derive v0.6.6
7222026-01-22T09:32:43.545Z Downloaded rustls-webpki v0.102.8
7232026-01-22T09:32:43.569Z Downloaded sha3 v0.10.8
7242026-01-22T09:32:43.569Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7252026-01-22T09:32:43.593Z Downloaded tokio v1.48.0
7262026-01-22T09:32:43.628Z Downloaded regex-automata v0.4.11
7272026-01-22T09:32:43.652Z Downloaded regex v1.11.3
7282026-01-22T09:32:43.676Z Downloaded portable-atomic v1.11.0
7292026-01-22T09:32:43.676Z Downloaded p384 v0.13.1
7302026-01-22T09:32:43.676Z Downloaded jiff v0.2.15
7312026-01-22T09:32:43.699Z Downloaded typed-path v0.9.3
7322026-01-22T09:32:43.699Z Downloaded reedline v0.40.0
7332026-01-22T09:32:43.737Z Downloaded ratatui v0.29.0
7342026-01-22T09:32:43.737Z Downloaded p521 v0.13.3
7352026-01-22T09:32:43.737Z Downloaded zip v0.6.6
7362026-01-22T09:32:43.737Z Downloaded vte v0.11.1
7372026-01-22T09:32:43.737Z Downloaded csv v1.3.1
7382026-01-22T09:32:43.761Z Downloaded tokio-postgres v0.7.13
7392026-01-22T09:32:43.787Z Downloaded regex-syntax v0.8.5
7402026-01-22T09:32:43.787Z Downloaded num-bigint-dig v0.8.6
7412026-01-22T09:32:43.787Z Downloaded num-bigint v0.4.6
7422026-01-22T09:32:43.787Z Downloaded libm v0.2.8
7432026-01-22T09:32:43.811Z Downloaded smoltcp v0.11.0
7442026-01-22T09:32:43.811Z Downloaded rsa v0.9.8
7452026-01-22T09:32:43.834Z Downloaded rand v0.9.2
7462026-01-22T09:32:43.835Z Downloaded iddqd v0.3.16
7472026-01-22T09:32:43.835Z Downloaded bzip2-sys v0.1.13+1.0.8
7482026-01-22T09:32:43.858Z Downloaded unicode-bidi v0.3.17
7492026-01-22T09:32:43.858Z Downloaded curve25519-dalek v4.1.3
7502026-01-22T09:32:43.858Z Downloaded winnow v0.5.40
7512026-01-22T09:32:43.882Z Downloaded typify v0.4.3
7522026-01-22T09:32:43.882Z Downloaded smoltcp v0.9.1
7532026-01-22T09:32:43.882Z Downloaded regress v0.10.4
7542026-01-22T09:32:43.906Z Downloaded mio v1.0.2
7552026-01-22T09:32:43.906Z Downloaded chrono-tz v0.10.4
7562026-01-22T09:32:43.930Z Downloaded tabled v0.18.0
7572026-01-22T09:32:43.930Z Downloaded ring v0.17.14
7582026-01-22T09:32:43.978Z Downloaded rand v0.8.5
7592026-01-22T09:32:44.002Z Downloaded prettyplease v0.2.36
7602026-01-22T09:32:44.002Z Downloaded which v4.4.2
7612026-01-22T09:32:44.002Z Downloaded walkdir v2.5.0
7622026-01-22T09:32:44.002Z Downloaded tough v0.20.0
7632026-01-22T09:32:44.002Z Downloaded toml_parser v1.0.4
7642026-01-22T09:32:44.026Z Downloaded rustls v0.21.12
7652026-01-22T09:32:44.026Z Downloaded hyper-util v0.1.19
7662026-01-22T09:32:44.026Z Downloaded tokio-rustls v0.26.0
7672026-01-22T09:32:44.026Z Downloaded tokio-rustls v0.24.1
7682026-01-22T09:32:44.050Z Downloaded tokio-dtrace v0.1.0
7692026-01-22T09:32:44.050Z Downloaded encoding_rs v0.8.34
7702026-01-22T09:32:44.074Z Downloaded similar v2.7.0
7712026-01-22T09:32:44.074Z Downloaded openapiv3 v2.2.0
7722026-01-22T09:32:44.098Z Downloaded unicase v2.8.1
7732026-01-22T09:32:44.099Z Downloaded typify v0.2.0
7742026-01-22T09:32:44.099Z Downloaded tower-http v0.6.6
7752026-01-22T09:32:44.099Z Downloaded tokio-util v0.7.15
7762026-01-22T09:32:44.123Z Downloaded rustls-pki-types v1.10.0
7772026-01-22T09:32:44.123Z Downloaded zone_cfg_derive v0.3.0
7782026-01-22T09:32:44.123Z Downloaded zone v0.3.1
7792026-01-22T09:32:44.123Z Downloaded uuid v1.19.0
7802026-01-22T09:32:44.123Z Downloaded time v0.3.43
7812026-01-22T09:32:44.123Z Downloaded unicode-segmentation v1.12.0
7822026-01-22T09:32:44.147Z Downloaded tower v0.5.2
7832026-01-22T09:32:44.147Z Downloaded nix v0.30.1
7842026-01-22T09:32:44.171Z Downloaded yasna v0.5.2
7852026-01-22T09:32:44.171Z Downloaded xshell v0.2.7
7862026-01-22T09:32:44.171Z Downloaded unicode_categories v0.1.1
7872026-01-22T09:32:44.171Z Downloaded serde_with v3.16.1
7882026-01-22T09:32:44.171Z Downloaded object v0.36.5
7892026-01-22T09:32:44.195Z Downloaded zeroize_derive v1.4.2
7902026-01-22T09:32:44.195Z Downloaded want v0.3.1
7912026-01-22T09:32:44.195Z Downloaded hickory-proto v0.25.2
7922026-01-22T09:32:44.219Z Downloaded libgit2-sys v0.18.2+1.9.1
7932026-01-22T09:32:44.274Z Downloaded toml_writer v1.0.4
7942026-01-22T09:32:44.298Z Downloaded tokio-rustls v0.25.0
7952026-01-22T09:32:44.298Z Downloaded tokio-native-tls v0.3.1
7962026-01-22T09:32:44.298Z Downloaded oso v0.27.3
7972026-01-22T09:32:44.298Z Downloaded vergen v9.0.6
7982026-01-22T09:32:44.298Z Downloaded unsafe-libyaml v0.2.11
7992026-01-22T09:32:44.298Z Downloaded salty v0.3.0
8002026-01-22T09:32:44.298Z Downloaded polar-core v0.27.3
8012026-01-22T09:32:44.322Z Downloaded openssl-sys v0.9.109
8022026-01-22T09:32:44.322Z Downloaded expectorate v1.2.0
8032026-01-22T09:32:44.322Z Downloaded ed25519-dalek v2.1.1
8042026-01-22T09:32:44.322Z Downloaded wait-timeout v0.2.0
8052026-01-22T09:32:44.323Z Downloaded vte_generate_state_changes v0.1.2
8062026-01-22T09:32:44.323Z Downloaded value-bag v1.12.0
8072026-01-22T09:32:44.347Z Downloaded tungstenite v0.23.0
8082026-01-22T09:32:44.347Z Downloaded unicode-properties v0.1.3
8092026-01-22T09:32:44.347Z Downloaded tracing-core v0.1.32
8102026-01-22T09:32:44.347Z Downloaded tokio-macros v2.6.0
8112026-01-22T09:32:44.347Z Downloaded thiserror-no-std v2.0.2
8122026-01-22T09:32:44.347Z Downloaded tabled_derive v0.11.0
8132026-01-22T09:32:44.347Z Downloaded vsss-rs v3.3.4
8142026-01-22T09:32:44.347Z Downloaded vergen-lib v0.1.6
8152026-01-22T09:32:44.347Z Downloaded vergen-git2 v1.0.7
8162026-01-22T09:32:44.370Z Downloaded progenitor-impl v0.10.0
8172026-01-22T09:32:44.371Z Downloaded dropshot-api-manager v0.2.4
8182026-01-22T09:32:44.371Z Downloaded vergen-gitcl v1.0.8
8192026-01-22T09:32:44.371Z Downloaded uzers v0.12.1
8202026-01-22T09:32:44.371Z Downloaded usdt-macro v0.6.0
8212026-01-22T09:32:44.371Z Downloaded universal-hash v0.5.1
8222026-01-22T09:32:44.371Z Downloaded unarray v0.1.4
8232026-01-22T09:32:44.371Z Downloaded tungstenite v0.21.0
8242026-01-22T09:32:44.371Z Downloaded nix v0.28.0
8252026-01-22T09:32:44.395Z Downloaded void v1.0.2
8262026-01-22T09:32:44.395Z Downloaded utf-8 v0.7.6
8272026-01-22T09:32:44.395Z Downloaded usdt-impl v0.6.0
8282026-01-22T09:32:44.395Z Downloaded twox-hash v2.1.0
8292026-01-22T09:32:44.395Z Downloaded toml v0.9.8
8302026-01-22T09:32:44.395Z Downloaded toml v0.7.8
8312026-01-22T09:32:44.395Z Downloaded structmeta v0.3.0
8322026-01-22T09:32:44.395Z Downloaded snafu-derive v0.8.5
8332026-01-22T09:32:44.395Z Downloaded slog-stdlog v4.1.1
8342026-01-22T09:32:44.395Z Downloaded slog-scope v4.4.0
8352026-01-22T09:32:44.419Z Downloaded slog-json v2.6.1
8362026-01-22T09:32:44.419Z Downloaded rustls-pemfile v2.2.0
8372026-01-22T09:32:44.419Z Downloaded object v0.30.4
8382026-01-22T09:32:44.419Z Downloaded flate2 v1.1.2
8392026-01-22T09:32:44.419Z Downloaded der v0.7.10
8402026-01-22T09:32:44.443Z Downloaded usdt v0.6.0
8412026-01-22T09:32:44.443Z Downloaded untrusted v0.9.0
8422026-01-22T09:32:44.443Z Downloaded untrusted v0.7.1
8432026-01-22T09:32:44.443Z Downloaded tui-tree-widget v0.23.1
8442026-01-22T09:32:44.443Z Downloaded tower-service v0.3.3
8452026-01-22T09:32:44.443Z Downloaded tinyvec v1.8.0
8462026-01-22T09:32:44.443Z Downloaded nix v0.27.1
8472026-01-22T09:32:44.443Z Downloaded tokio-stream v0.1.17
8482026-01-22T09:32:44.467Z Downloaded testing_table v0.3.0
8492026-01-22T09:32:44.467Z Downloaded quinn-proto v0.11.8
8502026-01-22T09:32:44.467Z Downloaded p256 v0.13.2
8512026-01-22T09:32:44.467Z Downloaded unicode-truncate v1.1.0
8522026-01-22T09:32:44.467Z Downloaded tls_codec v0.4.1
8532026-01-22T09:32:44.467Z Downloaded rayon v1.10.0
8542026-01-22T09:32:44.491Z Downloaded nix v0.29.0
8552026-01-22T09:32:44.491Z Downloaded typify-macro v0.2.0
8562026-01-22T09:32:44.491Z Downloaded toml_datetime v0.7.3
8572026-01-22T09:32:44.491Z Downloaded time-macros v0.2.24
8582026-01-22T09:32:44.491Z Downloaded tar v0.4.44
8592026-01-22T09:32:44.515Z Downloaded sync-ptr v0.1.4
8602026-01-22T09:32:44.515Z Downloaded steno v0.4.1
8612026-01-22T09:32:44.515Z Downloaded signal-hook-registry v1.4.2
8622026-01-22T09:32:44.515Z Downloaded reqwest v0.12.24
8632026-01-22T09:32:44.515Z Downloaded proptest v1.7.0
8642026-01-22T09:32:44.539Z Downloaded petname v2.0.2
8652026-01-22T09:32:44.539Z Downloaded ignore v0.4.23
8662026-01-22T09:32:44.539Z Downloaded tokio-tungstenite v0.23.1
8672026-01-22T09:32:44.539Z Downloaded thread-id v5.0.0
8682026-01-22T09:32:44.539Z Downloaded thiserror-impl-no-std v2.0.2
8692026-01-22T09:32:44.539Z Downloaded termtree v0.5.1
8702026-01-22T09:32:44.539Z Downloaded term v1.1.0
8712026-01-22T09:32:44.540Z Downloaded term v0.7.0
8722026-01-22T09:32:44.540Z Downloaded tokio-tungstenite v0.21.0
8732026-01-22T09:32:44.563Z Downloaded progenitor-impl v0.8.0
8742026-01-22T09:32:44.563Z Downloaded progenitor v0.11.2
8752026-01-22T09:32:44.563Z Downloaded postcard v1.0.10
8762026-01-22T09:32:44.564Z Downloaded hickory-proto v0.24.4
8772026-01-22T09:32:44.564Z Downloaded topological-sort v0.2.2
8782026-01-22T09:32:44.588Z Downloaded tls_codec_derive v0.4.1
8792026-01-22T09:32:44.588Z Downloaded tiny-keccak v2.0.2
8802026-01-22T09:32:44.588Z Downloaded tabled_derive v0.10.0
8812026-01-22T09:32:44.588Z Downloaded subprocess v0.2.9
8822026-01-22T09:32:44.588Z Downloaded strum_macros v0.24.3
8832026-01-22T09:32:44.588Z Downloaded snafu v0.8.5
8842026-01-22T09:32:44.588Z Downloaded sct v0.7.1
8852026-01-22T09:32:44.588Z Downloaded scroll v0.13.0
8862026-01-22T09:32:44.588Z Downloaded rustyline v14.0.0
8872026-01-22T09:32:44.612Z Downloaded rustls-pemfile v1.0.4
8882026-01-22T09:32:44.612Z Downloaded rustls-native-certs v0.8.1
8892026-01-22T09:32:44.612Z Downloaded quick-xml v0.37.2
8902026-01-22T09:32:44.612Z Downloaded postgres-types v0.2.9
8912026-01-22T09:32:44.612Z Downloaded flume v0.11.1
8922026-01-22T09:32:44.612Z Downloaded strum_macros v0.26.4
8932026-01-22T09:32:44.636Z Downloaded structmeta-derive v0.3.0
8942026-01-22T09:32:44.636Z Downloaded schemars v1.0.4
8952026-01-22T09:32:44.636Z Downloaded parse-display-derive v0.10.0
8962026-01-22T09:32:44.636Z Downloaded futures v0.3.31
8972026-01-22T09:32:44.660Z Downloaded time-core v0.1.6
8982026-01-22T09:32:44.660Z Downloaded thread_local v1.1.8
8992026-01-22T09:32:44.660Z Downloaded ssh-encoding v0.2.0
9002026-01-22T09:32:44.660Z Downloaded ssh-cipher v0.2.0
9012026-01-22T09:32:44.660Z Downloaded sqlparser_derive v0.2.2
9022026-01-22T09:32:44.660Z Downloaded socket2 v0.6.1
9032026-01-22T09:32:44.660Z Downloaded socket2 v0.5.10
9042026-01-22T09:32:44.660Z Downloaded samael v0.0.19
9052026-01-22T09:32:44.684Z Downloaded tabwriter v1.4.0
9062026-01-22T09:32:44.684Z Downloaded support-bundle-viewer v0.1.2
9072026-01-22T09:32:44.684Z Downloaded serde_yaml v0.9.34+deprecated
9082026-01-22T09:32:44.684Z Downloaded owo-colors v4.2.2
9092026-01-22T09:32:44.684Z Downloaded take_mut v0.2.2
9102026-01-22T09:32:44.684Z Downloaded strum_macros v0.27.2
9112026-01-22T09:32:44.684Z Downloaded stringprep v0.1.5
9122026-01-22T09:32:44.684Z Downloaded spin v0.9.8
9132026-01-22T09:32:44.684Z Downloaded slog-envlogger v2.2.0
9142026-01-22T09:32:44.684Z Downloaded slog v2.8.2
9152026-01-22T09:32:44.708Z Downloaded supports-color v3.0.2
9162026-01-22T09:32:44.708Z Downloaded subtle v2.6.1
9172026-01-22T09:32:44.708Z Downloaded static_assertions v1.1.0
9182026-01-22T09:32:44.708Z Downloaded signal-hook v0.3.18
9192026-01-22T09:32:44.708Z Downloaded num-complex v0.4.6
9202026-01-22T09:32:44.708Z Downloaded sqlformat v0.3.5
9212026-01-22T09:32:44.708Z Downloaded simd-adler32 v0.3.7
9222026-01-22T09:32:44.708Z Downloaded signature v2.2.0
9232026-01-22T09:32:44.708Z Downloaded signal-hook-tokio v0.3.1
9242026-01-22T09:32:44.708Z Downloaded schemars v0.9.0
9252026-01-22T09:32:44.732Z Downloaded elliptic-curve v0.13.8
9262026-01-22T09:32:44.732Z Downloaded spki v0.7.3
9272026-01-22T09:32:44.732Z Downloaded smf v0.2.3
9282026-01-22T09:32:44.732Z Downloaded smallvec v0.6.14
9292026-01-22T09:32:44.732Z Downloaded slog-term v2.9.2
9302026-01-22T09:32:44.732Z Downloaded slog-dtrace v0.3.0
9312026-01-22T09:32:44.732Z Downloaded sigpipe v0.1.3
9322026-01-22T09:32:44.732Z Downloaded serde_with_macros v3.16.1
9332026-01-22T09:32:44.756Z Downloaded serde_cbor v0.11.2
9342026-01-22T09:32:44.756Z Downloaded progenitor v0.10.0
9352026-01-22T09:32:44.756Z Downloaded proc-macro-error2 v2.0.1
9362026-01-22T09:32:44.756Z Downloaded primeorder v0.13.6
9372026-01-22T09:32:44.756Z Downloaded slog-async v2.8.0
9382026-01-22T09:32:44.756Z Downloaded slab v0.4.9
9392026-01-22T09:32:44.756Z Downloaded serde_urlencoded v0.7.1
9402026-01-22T09:32:44.756Z Downloaded ryu v1.0.18
9412026-01-22T09:32:44.756Z Downloaded postgres-protocol v0.6.8
9422026-01-22T09:32:44.756Z Downloaded fatfs v0.3.6
9432026-01-22T09:32:44.780Z Downloaded serde_plain v1.0.2
9442026-01-22T09:32:44.781Z Downloaded scrypt v0.11.0
9452026-01-22T09:32:44.781Z Downloaded scroll_derive v0.13.1
9462026-01-22T09:32:44.781Z Downloaded schemars v0.8.22
9472026-01-22T09:32:44.781Z Downloaded siphasher v1.0.1
9482026-01-22T09:32:44.781Z Downloaded siphasher v0.3.11
9492026-01-22T09:32:44.781Z Downloaded serde_spanned v1.0.3
9502026-01-22T09:32:44.781Z Downloaded schemars_derive v0.8.22
9512026-01-22T09:32:44.805Z Downloaded sha1 v0.10.6
9522026-01-22T09:32:44.805Z Downloaded serde_path_to_error v0.1.20
9532026-01-22T09:32:44.805Z Downloaded serde_derive_internals v0.29.1
9542026-01-22T09:32:44.805Z Downloaded serde_bytes v0.11.19
9552026-01-22T09:32:44.805Z Downloaded serde-hex v0.1.0
9562026-01-22T09:32:44.805Z Downloaded semver v0.1.20
9572026-01-22T09:32:44.805Z Downloaded secrecy v0.10.3
9582026-01-22T09:32:44.805Z Downloaded sec1 v0.7.3
9592026-01-22T09:32:44.805Z Downloaded russh-cryptovec v0.7.3
9602026-01-22T09:32:44.805Z Downloaded rtoolbox v0.0.2
9612026-01-22T09:32:44.805Z Downloaded publicsuffix v2.3.0
9622026-01-22T09:32:44.805Z Downloaded phf v0.12.1
9632026-01-22T09:32:44.805Z Downloaded phf v0.11.2
9642026-01-22T09:32:44.805Z Downloaded multer v3.1.0
9652026-01-22T09:32:44.829Z Downloaded diesel_derives v2.2.3
9662026-01-22T09:32:44.829Z Downloaded derive_more v2.0.1
9672026-01-22T09:32:44.829Z Downloaded serde_repr v0.1.19
9682026-01-22T09:32:44.829Z Downloaded serde-big-array v0.5.1
9692026-01-22T09:32:44.829Z Downloaded scopeguard v1.2.0
9702026-01-22T09:32:44.829Z Downloaded rusty-fork v0.3.0
9712026-01-22T09:32:44.829Z Downloaded ron v0.8.1
9722026-01-22T09:32:44.853Z Downloaded ron v0.7.1
9732026-01-22T09:32:44.853Z Downloaded qorb v0.4.1
9742026-01-22T09:32:44.853Z Downloaded parking_lot_core v0.9.10
9752026-01-22T09:32:44.853Z Downloaded oxnet v0.1.4
9762026-01-22T09:32:44.853Z Downloaded oxide-tokio-rt v0.1.2
9772026-01-22T09:32:44.853Z Downloaded dropshot_endpoint v0.16.6
9782026-01-22T09:32:44.877Z Downloaded derive-where v1.5.0
9792026-01-22T09:32:44.877Z Downloaded darling_core v0.20.10
9802026-01-22T09:32:44.878Z Downloaded secrecy v0.8.0
9812026-01-22T09:32:44.878Z Downloaded scheduled-thread-pool v0.2.7
9822026-01-22T09:32:44.878Z Downloaded sapling-renderdag v0.1.0
9832026-01-22T09:32:44.878Z Downloaded same-file v1.0.6
9842026-01-22T09:32:44.878Z Downloaded salsa20 v0.10.2
9852026-01-22T09:32:44.878Z Downloaded rustversion v1.0.22
9862026-01-22T09:32:44.878Z Downloaded russh-keys v0.45.0
9872026-01-22T09:32:44.878Z Downloaded ref-cast-impl v1.0.25
9882026-01-22T09:32:44.878Z Downloaded ref-cast v1.0.25
9892026-01-22T09:32:44.902Z Downloaded rcgen v0.12.1
9902026-01-22T09:32:44.902Z Downloaded rayon-core v1.12.1
9912026-01-22T09:32:44.902Z Downloaded progenitor-client v0.8.0
9922026-01-22T09:32:44.902Z Downloaded rustc-hash v2.1.1
9932026-01-22T09:32:44.902Z Downloaded rustc-hash v1.1.0
9942026-01-22T09:32:44.902Z Downloaded rustc-demangle v0.1.24
9952026-01-22T09:32:44.902Z Downloaded radium v0.7.0
9962026-01-22T09:32:44.902Z Downloaded progenitor-client v0.10.0
9972026-01-22T09:32:44.902Z Downloaded lalrpop v0.19.12
9982026-01-22T09:32:44.926Z Downloaded resolv-conf v0.7.0
9992026-01-22T09:32:44.926Z Downloaded rand_core v0.9.3
10002026-01-22T09:32:44.926Z Downloaded rand_chacha v0.9.0
10012026-01-22T09:32:44.926Z Downloaded progenitor-client v0.11.2
10022026-01-22T09:32:44.926Z Downloaded progenitor v0.8.0
10032026-01-22T09:32:44.926Z Downloaded proc-macro-error-attr2 v2.0.0
10042026-01-22T09:32:44.926Z Downloaded proc-macro-crate v1.3.1
10052026-01-22T09:32:44.926Z Downloaded pretty_assertions v1.4.1
10062026-01-22T09:32:44.926Z Downloaded iana-time-zone v0.1.63
10072026-01-22T09:32:44.926Z Downloaded rand_seeder v0.4.0
10082026-01-22T09:32:44.926Z Downloaded rand_core v0.6.4
10092026-01-22T09:32:44.926Z Downloaded progenitor-impl v0.11.2
10102026-01-22T09:32:44.950Z Downloaded prefix-trie v0.7.0
10112026-01-22T09:32:44.950Z Downloaded git2 v0.20.2
10122026-01-22T09:32:44.950Z Downloaded ecdsa v0.16.9
10132026-01-22T09:32:44.950Z Downloaded rand_chacha v0.3.1
10142026-01-22T09:32:44.950Z Downloaded r2d2 v0.8.10
10152026-01-22T09:32:44.950Z Downloaded quinn-udp v0.5.5
10162026-01-22T09:32:44.950Z Downloaded predicates v3.1.3
10172026-01-22T09:32:44.950Z Downloaded powerfmt v0.2.0
10182026-01-22T09:32:44.974Z Downloaded pkcs5 v0.7.1
10192026-01-22T09:32:44.974Z Downloaded pin-project v1.1.6
10202026-01-22T09:32:44.974Z Downloaded phf_shared v0.12.1
10212026-01-22T09:32:44.974Z Downloaded parse-size v1.1.0
10222026-01-22T09:32:44.974Z Downloaded nom v7.1.3
10232026-01-22T09:32:44.998Z Downloaded linear-map v1.2.0
10242026-01-22T09:32:44.998Z Downloaded psl-types v2.0.11
10252026-01-22T09:32:44.998Z Downloaded progenitor-macro v0.11.2
10262026-01-22T09:32:44.999Z Downloaded progenitor-macro v0.10.0
10272026-01-22T09:32:44.999Z Downloaded progenitor-macro v0.8.0
10282026-01-22T09:32:44.999Z Downloaded ppv-lite86 v0.2.20
10292026-01-22T09:32:44.999Z Downloaded pkcs1 v0.7.5
10302026-01-22T09:32:44.999Z Downloaded pin-project-internal v1.1.6
10312026-01-22T09:32:44.999Z Downloaded phf_shared v0.11.2
10322026-01-22T09:32:44.999Z Downloaded parse-display v0.10.0
10332026-01-22T09:32:44.999Z Downloaded papergrid v0.17.0
10342026-01-22T09:32:44.999Z Downloaded openssl-probe v0.1.5
10352026-01-22T09:32:45.023Z Downloaded openssl-macros v0.1.1
10362026-01-22T09:32:45.023Z Downloaded libloading v0.8.5
10372026-01-22T09:32:45.023Z Downloaded libefi-sys v0.1.0
10382026-01-22T09:32:45.023Z Downloaded itertools v0.12.1
10392026-01-22T09:32:45.023Z Downloaded hkdf v0.12.4
10402026-01-22T09:32:45.023Z Downloaded goblin v0.10.2
10412026-01-22T09:32:45.023Z Downloaded polyval v0.6.2
10422026-01-22T09:32:45.047Z Downloaded poly1305 v0.8.0
10432026-01-22T09:32:45.047Z Downloaded pkg-config v0.3.31
10442026-01-22T09:32:45.047Z Downloaded pkcs8 v0.10.2
10452026-01-22T09:32:45.047Z Downloaded pin-project-lite v0.2.14
10462026-01-22T09:32:45.047Z Downloaded peg-macros v0.8.5
10472026-01-22T09:32:45.047Z Downloaded papergrid v0.14.0
10482026-01-22T09:32:45.047Z Downloaded itertools v0.14.0
10492026-01-22T09:32:45.071Z Downloaded hyper v1.8.1
10502026-01-22T09:32:45.071Z Downloaded hashbrown v0.15.4
10512026-01-22T09:32:45.071Z Downloaded darling_core v0.21.0
10522026-01-22T09:32:45.095Z Downloaded predicates-core v1.0.8
10532026-01-22T09:32:45.095Z Downloaded precomputed-hash v0.1.1
10542026-01-22T09:32:45.095Z Downloaded pem-rfc7468 v0.7.0
10552026-01-22T09:32:45.095Z Downloaded pem v3.0.5
10562026-01-22T09:32:45.095Z Downloaded peg v0.8.5
10572026-01-22T09:32:45.095Z Downloaded pbkdf2 v0.11.0
10582026-01-22T09:32:45.095Z Downloaded paste v1.0.15
10592026-01-22T09:32:45.095Z Downloaded password-hash v0.5.0
10602026-01-22T09:32:45.095Z Downloaded password-hash v0.4.2
10612026-01-22T09:32:45.095Z Downloaded parking_lot v0.12.3
10622026-01-22T09:32:45.120Z Downloaded parking_lot v0.11.2
10632026-01-22T09:32:45.120Z Downloaded oso-derive v0.27.3
10642026-01-22T09:32:45.120Z Downloaded num-conv v0.1.0
10652026-01-22T09:32:45.120Z Downloaded libxml v0.3.3
10662026-01-22T09:32:45.120Z Downloaded ipnetwork v0.21.1
10672026-01-22T09:32:45.120Z Downloaded h2 v0.4.6
10682026-01-22T09:32:45.120Z Downloaded either v1.15.0
10692026-01-22T09:32:45.143Z Downloaded bstr v1.10.0
10702026-01-22T09:32:45.144Z Downloaded pbkdf2 v0.12.2
10712026-01-22T09:32:45.144Z Downloaded path-slash v0.1.5
10722026-01-22T09:32:45.144Z Downloaded omicron-zone-package v0.12.2
10732026-01-22T09:32:45.144Z Downloaded itertools v0.13.0
10742026-01-22T09:32:45.168Z Downloaded itertools v0.10.5
10752026-01-22T09:32:45.168Z Downloaded iri-string v0.7.8
10762026-01-22T09:32:45.168Z Downloaded hyper-staticfile v0.10.1
10772026-01-22T09:32:45.168Z Downloaded futures-channel v0.3.31
10782026-01-22T09:32:45.192Z Downloaded funty v2.0.0
10792026-01-22T09:32:45.192Z Downloaded fs_extra v1.3.0
10802026-01-22T09:32:45.192Z Downloaded foldhash v0.2.0
10812026-01-22T09:32:45.192Z Downloaded ff v0.13.0
10822026-01-22T09:32:45.192Z Downloaded ena v0.14.3
10832026-01-22T09:32:45.192Z Downloaded crossterm v0.28.1
10842026-01-22T09:32:45.192Z Downloaded parking_lot_core v0.8.6
10852026-01-22T09:32:45.192Z Downloaded packed_struct v0.10.1
10862026-01-22T09:32:45.192Z Downloaded num_enum v0.5.11
10872026-01-22T09:32:45.216Z Downloaded num-rational v0.4.2
10882026-01-22T09:32:45.216Z Downloaded num-integer v0.1.46
10892026-01-22T09:32:45.216Z Downloaded num-derive v0.3.3
10902026-01-22T09:32:45.216Z Downloaded minimal-lexical v0.2.1
10912026-01-22T09:32:45.216Z Downloaded maybe-uninit v2.0.0
10922026-01-22T09:32:45.216Z Downloaded match_cfg v0.1.0
10932026-01-22T09:32:45.216Z Downloaded maplit v1.0.2
10942026-01-22T09:32:45.216Z Downloaded managed v0.8.0
10952026-01-22T09:32:45.216Z Downloaded lzss v0.8.2
10962026-01-22T09:32:45.216Z Downloaded opaque-debug v0.3.1
10972026-01-22T09:32:45.216Z Downloaded olpc-cjson v0.1.4
10982026-01-22T09:32:45.216Z Downloaded number_prefix v0.4.0
10992026-01-22T09:32:45.216Z Downloaded num-iter v0.1.45
11002026-01-22T09:32:45.216Z Downloaded num-derive v0.4.2
11012026-01-22T09:32:45.240Z Downloaded newtype-uuid-macros v0.1.0
11022026-01-22T09:32:45.240Z Downloaded nanorand v0.7.0
11032026-01-22T09:32:45.240Z Downloaded miniz_oxide v0.8.5
11042026-01-22T09:32:45.240Z Downloaded linked-hash-map v0.5.6
11052026-01-22T09:32:45.240Z Downloaded lazycell v1.3.0
11062026-01-22T09:32:45.240Z Downloaded hickory-server v0.25.2
11072026-01-22T09:32:45.240Z Downloaded foldhash v0.1.5
11082026-01-22T09:32:45.241Z Downloaded fixedbitset v0.5.7
11092026-01-22T09:32:45.241Z Downloaded fallible-iterator v0.2.0
11102026-01-22T09:32:45.241Z Downloaded env_logger v0.11.8
11112026-01-22T09:32:45.241Z Downloaded num_enum_derive v0.5.11
11122026-01-22T09:32:45.241Z Downloaded nu-ansi-term v0.50.1
11132026-01-22T09:32:45.265Z Downloaded normalize-line-endings v0.3.0
11142026-01-22T09:32:45.265Z Downloaded nodrop v0.1.14
11152026-01-22T09:32:45.265Z Downloaded nibble_vec v0.1.0
11162026-01-22T09:32:45.265Z Downloaded newtype-uuid v1.3.2
11172026-01-22T09:32:45.265Z Downloaded native-tls v0.2.12
11182026-01-22T09:32:45.265Z Downloaded mime_guess v2.0.5
11192026-01-22T09:32:45.265Z Downloaded memmap2 v0.9.8
11202026-01-22T09:32:45.265Z Downloaded jiff-static v0.2.15
11212026-01-22T09:32:45.265Z Downloaded http v1.4.0
11222026-01-22T09:32:45.265Z Downloaded gimli v0.31.1
11232026-01-22T09:32:45.289Z Downloaded futures-util v0.3.31
11242026-01-22T09:32:45.289Z Downloaded fs-err v2.11.0
11252026-01-22T09:32:45.289Z Downloaded flagset v0.4.6
11262026-01-22T09:32:45.289Z Downloaded enum-as-inner v0.6.1
11272026-01-22T09:32:45.289Z Downloaded daft-derive v0.1.4
11282026-01-22T09:32:45.313Z Downloaded nonempty v0.12.0
11292026-01-22T09:32:45.313Z Downloaded newtype_derive v0.1.6
11302026-01-22T09:32:45.313Z Downloaded newline-converter v0.3.0
11312026-01-22T09:32:45.313Z Downloaded new_debug_unreachable v1.0.6
11322026-01-22T09:32:45.313Z Downloaded multimap v0.10.1
11332026-01-22T09:32:45.313Z Downloaded lock_api v0.4.12
11342026-01-22T09:32:45.313Z Downloaded libscf-sys v1.1.0
11352026-01-22T09:32:45.313Z Downloaded lazy_static v1.5.0
11362026-01-22T09:32:45.313Z Downloaded lalrpop-util v0.19.12
11372026-01-22T09:32:45.313Z Downloaded indicatif v0.18.0
11382026-01-22T09:32:45.313Z Downloaded impl-trait-for-tuples v0.2.2
11392026-01-22T09:32:45.313Z Downloaded aws-lc-sys v0.26.0
11402026-01-22T09:32:45.536Z Downloaded hubpack v0.1.2
11412026-01-22T09:32:45.560Z Downloaded futures-executor v0.3.31
11422026-01-22T09:32:45.560Z Downloaded filetime v0.2.26
11432026-01-22T09:32:45.560Z Downloaded erased-serde v0.3.31
11442026-01-22T09:32:45.560Z Downloaded ed25519 v2.2.3
11452026-01-22T09:32:45.560Z Downloaded drift v0.1.2
11462026-01-22T09:32:45.560Z Downloaded dirs-sys-next v0.1.2
11472026-01-22T09:32:45.560Z Downloaded der_derive v0.7.3
11482026-01-22T09:32:45.560Z Downloaded defmt-macros v0.3.9
11492026-01-22T09:32:45.560Z Downloaded memoffset v0.9.1
11502026-01-22T09:32:45.560Z Downloaded md5 v0.7.0
11512026-01-22T09:32:45.560Z Downloaded md-5 v0.10.6
11522026-01-22T09:32:45.560Z Downloaded litrs v0.4.1
11532026-01-22T09:32:45.584Z Downloaded libsw v3.5.0
11542026-01-22T09:32:45.584Z Downloaded internet-checksum v0.2.1
11552026-01-22T09:32:45.584Z Downloaded indicatif v0.17.11
11562026-01-22T09:32:45.584Z Downloaded indexmap v1.9.3
11572026-01-22T09:32:45.584Z Downloaded indent_write v2.2.0
11582026-01-22T09:32:45.584Z Downloaded ident_case v1.0.1
11592026-01-22T09:32:45.584Z Downloaded hyper-tls v0.6.0
11602026-01-22T09:32:45.584Z Downloaded hickory-resolver v0.24.4
11612026-01-22T09:32:45.585Z Downloaded hashbrown v0.13.2
11622026-01-22T09:32:45.585Z Downloaded hashbrown v0.12.3
11632026-01-22T09:32:45.610Z Downloaded futures-io v0.3.31
11642026-01-22T09:32:45.610Z Downloaded lru v0.12.5
11652026-01-22T09:32:45.610Z Downloaded lockfree-object-pool v0.1.6
11662026-01-22T09:32:45.610Z Downloaded libz-rs-sys v0.5.1
11672026-01-22T09:32:45.610Z Downloaded libsw-core v0.3.1
11682026-01-22T09:32:45.610Z Downloaded ingot-types v0.1.2
11692026-01-22T09:32:45.610Z Downloaded ingot-macros v0.1.1
11702026-01-22T09:32:45.610Z Downloaded indoc v2.0.6
11712026-01-22T09:32:45.610Z Downloaded httpdate v1.0.3
11722026-01-22T09:32:45.610Z Downloaded httparse v1.9.5
11732026-01-22T09:32:45.610Z Downloaded hickory-resolver v0.25.2
11742026-01-22T09:32:45.634Z Downloaded heapless v0.7.17
11752026-01-22T09:32:45.634Z Downloaded half v2.4.1
11762026-01-22T09:32:45.634Z Downloaded foreign-types-macros v0.2.3
11772026-01-22T09:32:45.635Z Downloaded fd-lock v4.0.2
11782026-01-22T09:32:45.635Z Downloaded dof v0.4.0
11792026-01-22T09:32:45.635Z Downloaded crossbeam-channel v0.5.15
11802026-01-22T09:32:45.635Z Downloaded cc v1.2.30
11812026-01-22T09:32:45.635Z Downloaded humantime v2.2.0
11822026-01-22T09:32:45.635Z Downloaded http-body-util v0.1.3
11832026-01-22T09:32:45.635Z Downloaded hickory-client v0.25.2
11842026-01-22T09:32:45.658Z Downloaded headers v0.4.1
11852026-01-22T09:32:45.658Z Downloaded group v0.13.0
11862026-01-22T09:32:45.658Z Downloaded futures-core v0.3.31
11872026-01-22T09:32:45.658Z Downloaded dtrace-parser v0.3.0
11882026-01-22T09:32:45.658Z Downloaded dropshot-api-manager-types v0.2.4
11892026-01-22T09:32:45.658Z Downloaded derive_more-impl v2.0.1
11902026-01-22T09:32:45.658Z Downloaded bitvec v1.0.1
11912026-01-22T09:32:45.682Z Downloaded keccak v0.1.5
11922026-01-22T09:32:45.682Z Downloaded is_ci v1.2.0
11932026-01-22T09:32:45.682Z Downloaded is-terminal v0.4.13
11942026-01-22T09:32:45.683Z Downloaded instant v0.1.13
11952026-01-22T09:32:45.683Z Downloaded instability v0.3.2
11962026-01-22T09:32:45.683Z Downloaded ingot v0.1.1
11972026-01-22T09:32:45.683Z Downloaded indoc v1.0.9
11982026-01-22T09:32:45.683Z Downloaded hubpack_derive v0.1.1
11992026-01-22T09:32:45.683Z Downloaded heapless v0.8.0
12002026-01-22T09:32:45.707Z Downloaded globwalk v0.9.1
12012026-01-22T09:32:45.707Z Downloaded glob v0.3.2
12022026-01-22T09:32:45.707Z Downloaded gethostname v0.5.0
12032026-01-22T09:32:45.707Z Downloaded futures-macro v0.3.31
12042026-01-22T09:32:45.707Z Downloaded foreign-types-shared v0.3.1
12052026-01-22T09:32:45.707Z Downloaded foreign-types-shared v0.1.1
12062026-01-22T09:32:45.707Z Downloaded foreign-types v0.5.0
12072026-01-22T09:32:45.707Z Downloaded foreign-types v0.3.2
12082026-01-22T09:32:45.707Z Downloaded embedded-io v0.4.0
12092026-01-22T09:32:45.707Z Downloaded document-features v0.2.11
12102026-01-22T09:32:45.707Z Downloaded display-error-chain v0.2.2
12112026-01-22T09:32:45.707Z Downloaded dirs-next v2.0.0
12122026-01-22T09:32:45.707Z Downloaded des v0.8.1
12132026-01-22T09:32:45.707Z Downloaded derive_more v0.99.20
12142026-01-22T09:32:45.707Z Downloaded chrono v0.4.42
12152026-01-22T09:32:45.731Z Downloaded blake2 v0.10.6
12162026-01-22T09:32:45.731Z Downloaded bindgen v0.69.5
12172026-01-22T09:32:45.732Z Downloaded hyper-rustls v0.27.7
12182026-01-22T09:32:45.732Z Downloaded http-body v1.0.1
12192026-01-22T09:32:45.732Z Downloaded hostname v0.4.2
12202026-01-22T09:32:45.732Z Downloaded hostname v0.3.1
12212026-01-22T09:32:45.732Z Downloaded home v0.5.9
12222026-01-22T09:32:45.756Z Downloaded hmac v0.12.1
12232026-01-22T09:32:45.756Z Downloaded hex-literal v0.4.1
12242026-01-22T09:32:45.756Z Downloaded hex v0.4.3
12252026-01-22T09:32:45.756Z Downloaded headers-core v0.3.0
12262026-01-22T09:32:45.756Z Downloaded half v1.8.3
12272026-01-22T09:32:45.756Z Downloaded futures-task v0.3.31
12282026-01-22T09:32:45.756Z Downloaded endian-type v0.1.2
12292026-01-22T09:32:45.756Z Downloaded embedded-io v0.6.1
12302026-01-22T09:32:45.756Z Downloaded dyn-clone v1.0.20
12312026-01-22T09:32:45.756Z Downloaded dunce v1.0.5
12322026-01-22T09:32:45.756Z Downloaded const-oid v0.9.6
12332026-01-22T09:32:45.757Z Downloaded console v0.15.10
12342026-01-22T09:32:45.757Z Downloaded colored v3.0.0
12352026-01-22T09:32:45.757Z Downloaded cbc v0.1.2
12362026-01-22T09:32:45.757Z Downloaded buf-list v1.0.3
12372026-01-22T09:32:45.782Z Downloaded blowfish v0.9.1
12382026-01-22T09:32:45.782Z Downloaded aho-corasick v1.1.3
12392026-01-22T09:32:45.782Z Downloaded hash32 v0.2.1
12402026-01-22T09:32:45.782Z Downloaded float-ord v0.3.2
12412026-01-22T09:32:45.782Z Downloaded fixedbitset v0.4.2
12422026-01-22T09:32:45.782Z Downloaded env_filter v0.1.2
12432026-01-22T09:32:45.782Z Downloaded crc32fast v1.4.2
12442026-01-22T09:32:45.782Z Downloaded corncobs v0.1.4
12452026-01-22T09:32:45.782Z Downloaded cargo_metadata v0.19.2
12462026-01-22T09:32:45.782Z Downloaded blake3 v1.5.4
12472026-01-22T09:32:45.806Z Downloaded bitfield v0.19.2
12482026-01-22T09:32:45.807Z Downloaded aws-lc-rs v1.12.4
12492026-01-22T09:32:45.807Z Downloaded globset v0.4.15
12502026-01-22T09:32:45.807Z Downloaded ghash v0.5.1
12512026-01-22T09:32:45.807Z Downloaded futures-sink v0.3.31
12522026-01-22T09:32:45.807Z Downloaded float-cmp v0.10.0
12532026-01-22T09:32:45.807Z Downloaded dsl_auto_type v0.1.2
12542026-01-22T09:32:45.807Z Downloaded diff v0.1.13
12552026-01-22T09:32:45.807Z Downloaded darling_macro v0.21.0
12562026-01-22T09:32:45.807Z Downloaded crucible-workspace-hack v0.1.0
12572026-01-22T09:32:45.807Z Downloaded compact_str v0.8.0
12582026-01-22T09:32:45.831Z Downloaded bindgen v0.71.1
12592026-01-22T09:32:45.831Z Downloaded hash32 v0.3.1
12602026-01-22T09:32:45.831Z Downloaded defmt-parser v0.3.4
12612026-01-22T09:32:45.831Z Downloaded crypto-bigint v0.5.5
12622026-01-22T09:32:45.831Z Downloaded colored v2.2.0
12632026-01-22T09:32:45.831Z Downloaded chacha20poly1305 v0.10.1
12642026-01-22T09:32:45.831Z Downloaded bytes v1.10.1
12652026-01-22T09:32:45.855Z Downloaded difflib v0.4.0
12662026-01-22T09:32:45.855Z Downloaded diesel-dtrace v0.4.2
12672026-01-22T09:32:45.855Z Downloaded derive_builder_macro v0.20.2
12682026-01-22T09:32:45.855Z Downloaded darling v0.21.0
12692026-01-22T09:32:45.855Z Downloaded daft v0.1.4
12702026-01-22T09:32:45.855Z Downloaded cstr-argument v0.1.2
12712026-01-22T09:32:45.855Z Downloaded crunchy v0.2.2
12722026-01-22T09:32:45.855Z Downloaded crossterm v0.29.0
12732026-01-22T09:32:45.855Z Downloaded crossbeam-epoch v0.9.18
12742026-01-22T09:32:45.880Z Downloaded critical-section v1.1.3
12752026-01-22T09:32:45.880Z Downloaded cookie_store v0.21.1
12762026-01-22T09:32:45.880Z Downloaded const_format v0.2.34
12772026-01-22T09:32:45.880Z Downloaded console v0.16.0
12782026-01-22T09:32:45.880Z Downloaded clang-sys v1.8.1
12792026-01-22T09:32:45.880Z Downloaded cipher v0.4.4
12802026-01-22T09:32:45.880Z Downloaded cancel-safe-futures v0.1.5
12812026-01-22T09:32:45.880Z Downloaded bzip2 v0.5.2
12822026-01-22T09:32:45.880Z Downloaded bzip2 v0.4.4
12832026-01-22T09:32:45.880Z Downloaded bumpalo v3.16.0
12842026-01-22T09:32:45.904Z Downloaded base64ct v1.6.0
12852026-01-22T09:32:45.904Z Downloaded deranged v0.5.3
12862026-01-22T09:32:45.904Z Downloaded data-encoding v2.9.0
12872026-01-22T09:32:45.904Z Downloaded crossbeam-utils v0.8.21
12882026-01-22T09:32:45.904Z Downloaded convert_case v0.7.1
12892026-01-22T09:32:45.904Z Downloaded cmake v0.1.51
12902026-01-22T09:32:45.904Z Downloaded ciborium-io v0.2.2
12912026-01-22T09:32:45.904Z Downloaded chacha20 v0.9.1
12922026-01-22T09:32:45.904Z Downloaded cexpr v0.6.0
12932026-01-22T09:32:45.904Z Downloaded cassowary v0.3.0
12942026-01-22T09:32:45.904Z Downloaded camino-tempfile-ext v0.3.2
12952026-01-22T09:32:45.904Z Downloaded block-padding v0.3.3
12962026-01-22T09:32:45.904Z Downloaded bitflags v1.3.2
12972026-01-22T09:32:45.928Z Downloaded allocator-api2 v0.2.21
12982026-01-22T09:32:45.928Z Downloaded derive_builder_core v0.20.2
12992026-01-22T09:32:45.928Z Downloaded derive_builder v0.20.2
13002026-01-22T09:32:45.928Z Downloaded derive-ex v0.1.8
13012026-01-22T09:32:45.928Z Downloaded defmt v0.3.8
13022026-01-22T09:32:45.928Z Downloaded debug-ignore v1.0.5
13032026-01-22T09:32:45.928Z Downloaded darling_macro v0.20.10
13042026-01-22T09:32:45.928Z Downloaded darling v0.20.10
13052026-01-22T09:32:45.928Z Downloaded curve25519-dalek-derive v0.1.1
13062026-01-22T09:32:45.952Z Downloaded crossbeam-deque v0.8.5
13072026-01-22T09:32:45.952Z Downloaded convert_case v0.4.0
13082026-01-22T09:32:45.952Z Downloaded atomic-waker v1.1.2
13092026-01-22T09:32:45.952Z Downloaded async-stream-impl v0.3.6
13102026-01-22T09:32:45.952Z Downloaded csv-core v0.1.11
13112026-01-22T09:32:45.952Z Downloaded crc-catalog v2.4.0
13122026-01-22T09:32:45.952Z Downloaded crc v3.2.1
13132026-01-22T09:32:45.952Z Downloaded const_format_proc_macros v0.2.34
13142026-01-22T09:32:45.952Z Downloaded cobs v0.2.3
13152026-01-22T09:32:45.952Z Downloaded ciborium-ll v0.2.2
13162026-01-22T09:32:45.952Z Downloaded cfg_aliases v0.2.1
13172026-01-22T09:32:45.952Z Downloaded bitfield-macros v0.19.2
13182026-01-22T09:32:45.952Z Downloaded bit-set v0.5.3
13192026-01-22T09:32:45.952Z Downloaded base64 v0.13.1
13202026-01-22T09:32:45.952Z Downloaded aes v0.8.4
13212026-01-22T09:32:45.976Z Downloaded crc-any v2.5.0
13222026-01-22T09:32:45.976Z Downloaded cookie v0.18.1
13232026-01-22T09:32:45.976Z Downloaded constant_time_eq v0.3.1
13242026-01-22T09:32:45.976Z Downloaded cfg_aliases v0.1.1
13252026-01-22T09:32:45.976Z Downloaded castaway v0.2.3
13262026-01-22T09:32:45.976Z Downloaded cargo-platform v0.1.8
13272026-01-22T09:32:45.977Z Downloaded bitfield-struct v0.6.2
13282026-01-22T09:32:45.977Z Downloaded bit-vec v0.8.0
13292026-01-22T09:32:45.977Z Downloaded bcs v0.1.6
13302026-01-22T09:32:45.977Z Downloaded bb8 v0.8.5
13312026-01-22T09:32:45.977Z Downloaded base64 v0.22.1
13322026-01-22T09:32:45.977Z Downloaded base64 v0.21.7
13332026-01-22T09:32:45.977Z Downloaded base16ct v0.2.0
13342026-01-22T09:32:46.001Z Downloaded backtrace v0.3.74
13352026-01-22T09:32:46.001Z Downloaded backoff v0.4.0
13362026-01-22T09:32:46.001Z Downloaded atty v0.2.14
13372026-01-22T09:32:46.001Z Downloaded async-stream v0.3.6
13382026-01-22T09:32:46.001Z Downloaded async-recursion v1.1.1
13392026-01-22T09:32:46.001Z Downloaded async-bb8-diesel v0.2.1
13402026-01-22T09:32:46.001Z Downloaded assert_matches v1.5.0
13412026-01-22T09:32:46.001Z Downloaded ascii-canvas v3.0.0
13422026-01-22T09:32:46.001Z Downloaded arrayvec v0.7.6
13432026-01-22T09:32:46.001Z Downloaded arrayref v0.3.9
13442026-01-22T09:32:46.026Z Downloaded ahash v0.8.12
13452026-01-22T09:32:46.026Z Downloaded aes-gcm v0.10.3
13462026-01-22T09:32:46.026Z Downloaded adler2 v2.0.0
13472026-01-22T09:32:46.026Z Downloaded bit-vec v0.6.3
13482026-01-22T09:32:46.026Z Downloaded bit-set v0.8.0
13492026-01-22T09:32:46.026Z Downloaded bcrypt-pbkdf v0.10.0
13502026-01-22T09:32:46.026Z Downloaded atomicwrites v0.4.4
13512026-01-22T09:32:46.026Z Downloaded async-trait v0.1.89
13522026-01-22T09:32:46.026Z Downloaded array-init v0.0.4
13532026-01-22T09:32:46.026Z Downloaded argon2 v0.5.3
13542026-01-22T09:32:46.026Z Downloaded addr2line v0.24.2
13552026-01-22T09:32:46.199Z Compiling value-bag v1.12.0
13562026-01-22T09:32:46.199Z Compiling lock_api v0.4.12
13572026-01-22T09:32:46.199Z Compiling scopeguard v1.2.0
13582026-01-22T09:32:46.223Z Compiling shlex v1.3.0
13592026-01-22T09:32:46.223Z Compiling smallvec v1.15.1
13602026-01-22T09:32:46.223Z Compiling syn v2.0.111
13612026-01-22T09:32:46.223Z Compiling getrandom v0.2.15
13622026-01-22T09:32:46.223Z Compiling jobserver v0.1.32
13632026-01-22T09:32:46.485Z Compiling typenum v1.17.0
13642026-01-22T09:32:46.673Z Compiling log v0.4.29
13652026-01-22T09:32:46.724Z Compiling cc v1.2.30
13662026-01-22T09:32:46.724Z Compiling rand_core v0.6.4
13672026-01-22T09:32:46.768Z Compiling generic-array v0.14.7
13682026-01-22T09:32:46.978Z Compiling subtle v2.6.1
13692026-01-22T09:32:47.233Z Compiling portable-atomic v1.11.0
13702026-01-22T09:32:47.447Z Compiling critical-section v1.1.3
13712026-01-22T09:32:47.580Z Compiling const-oid v0.9.6
13722026-01-22T09:32:47.883Z Compiling getrandom v0.3.4
13732026-01-22T09:32:47.907Z Compiling pkg-config v0.3.31
13742026-01-22T09:32:47.958Z Compiling serde_json v1.0.149
13752026-01-22T09:32:48.639Z Compiling spin v0.9.8
13762026-01-22T09:32:49.065Z Compiling parking_lot_core v0.9.10
13772026-01-22T09:32:49.149Z Compiling pin-project-lite v0.2.14
13782026-01-22T09:32:49.329Z Compiling regex-syntax v0.8.5
13792026-01-22T09:32:49.513Z Compiling rustix v0.38.37
13802026-01-22T09:32:49.709Z Compiling libm v0.2.8
13812026-01-22T09:32:50.037Z Compiling once_cell v1.21.3
13822026-01-22T09:32:50.098Z Compiling signal-hook-registry v1.4.2
13832026-01-22T09:32:50.271Z Compiling num-traits v0.2.19
13842026-01-22T09:32:50.309Z Compiling allocator-api2 v0.2.21
13852026-01-22T09:32:50.441Z Compiling parking_lot v0.12.3
13862026-01-22T09:32:50.828Z Compiling mio v1.0.2
13872026-01-22T09:32:50.857Z Compiling futures-core v0.3.31
13882026-01-22T09:32:51.002Z Compiling lazy_static v1.5.0
13892026-01-22T09:32:51.113Z Compiling aho-corasick v1.1.3
13902026-01-22T09:32:51.152Z Compiling percent-encoding v2.3.2
13912026-01-22T09:32:51.186Z Compiling socket2 v0.6.1
13922026-01-22T09:32:51.487Z Compiling slab v0.4.9
13932026-01-22T09:32:51.820Z Compiling cpufeatures v0.2.14
13942026-01-22T09:32:51.881Z Compiling futures-sink v0.3.31
13952026-01-22T09:32:51.955Z Compiling either v1.15.0
13962026-01-22T09:32:51.991Z Compiling glob v0.3.2
13972026-01-22T09:32:52.066Z Compiling futures-channel v0.3.31
13982026-01-22T09:32:52.348Z Compiling hashbrown v0.16.1
13992026-01-22T09:32:52.373Z Compiling rustversion v1.0.22
14002026-01-22T09:32:52.530Z Compiling futures-io v0.3.31
14012026-01-22T09:32:52.801Z Compiling futures-task v0.3.31
14022026-01-22T09:32:52.824Z Compiling clang-sys v1.8.1
14032026-01-22T09:32:52.978Z Compiling regex-automata v0.4.11
14042026-01-22T09:32:53.123Z Compiling pin-utils v0.1.0
14052026-01-22T09:32:53.249Z Compiling prettyplease v0.2.36
14062026-01-22T09:32:53.453Z Compiling minimal-lexical v0.2.1
14072026-01-22T09:32:53.501Z Compiling indexmap v2.12.1
14082026-01-22T09:32:53.603Z Compiling libloading v0.8.5
14092026-01-22T09:32:53.931Z Compiling synstructure v0.13.1
14102026-01-22T09:32:53.970Z Compiling nom v7.1.3
14112026-01-22T09:32:54.450Z Compiling base64ct v1.6.0
14122026-01-22T09:32:54.576Z Compiling bindgen v0.69.5
14132026-01-22T09:32:54.836Z Compiling home v0.5.9
14142026-01-22T09:32:54.949Z Compiling ident_case v1.0.1
14152026-01-22T09:32:54.999Z Compiling pem-rfc7468 v0.7.0
14162026-01-22T09:32:55.216Z Compiling itertools v0.12.1
14172026-01-22T09:32:55.458Z Compiling form_urlencoded v1.2.2
14182026-01-22T09:32:55.589Z Compiling flagset v0.4.6
14192026-01-22T09:32:55.766Z Compiling rustc-hash v1.1.0
14202026-01-22T09:32:55.806Z Compiling lazycell v1.3.0
14212026-01-22T09:32:55.932Z Compiling rand_core v0.9.3
14222026-01-22T09:32:55.990Z Compiling cmake v0.1.51
14232026-01-22T09:32:56.443Z Compiling foldhash v0.1.5
14242026-01-22T09:32:56.722Z Compiling cexpr v0.6.0
14252026-01-22T09:32:56.746Z Compiling dunce v1.0.5
14262026-01-22T09:32:56.840Z Compiling iana-time-zone v0.1.63
14272026-01-22T09:32:56.901Z Compiling paste v1.0.15
14282026-01-22T09:32:57.228Z Compiling fs_extra v1.3.0
14292026-01-22T09:32:57.473Z Compiling hashbrown v0.15.4
14302026-01-22T09:32:57.599Z Compiling rustc_version v0.4.1
14312026-01-22T09:32:57.708Z Compiling uuid v1.19.0
14322026-01-22T09:32:57.752Z Compiling serde_derive v1.0.228
14332026-01-22T09:32:57.794Z Compiling zeroize_derive v1.4.2
14342026-01-22T09:32:58.105Z Compiling zerofrom-derive v0.1.4
14352026-01-22T09:32:58.214Z Compiling yoke-derive v0.7.4
14362026-01-22T09:32:58.568Z Compiling zerovec-derive v0.10.3
14372026-01-22T09:32:59.007Z Compiling zeroize v1.8.1
14382026-01-22T09:32:59.031Z Compiling displaydoc v0.2.5
14392026-01-22T09:33:00.485Z Compiling zerocopy-derive v0.7.35
14402026-01-22T09:33:00.658Z Compiling crypto-common v0.1.6
14412026-01-22T09:33:00.682Z Compiling block-buffer v0.10.4
14422026-01-22T09:33:00.711Z Compiling icu_provider_macros v1.5.0
14432026-01-22T09:33:00.900Z Compiling zerofrom v0.1.4
14442026-01-22T09:33:00.933Z Compiling tokio-macros v2.6.0
14452026-01-22T09:33:00.972Z Compiling digest v0.10.7
14462026-01-22T09:33:01.136Z Compiling yoke v0.7.4
14472026-01-22T09:33:01.450Z Compiling hmac v0.12.1
14482026-01-22T09:33:01.493Z Compiling zerovec v0.10.4
14492026-01-22T09:33:01.600Z Compiling thiserror-impl v2.0.17
14502026-01-22T09:33:01.730Z Compiling block-padding v0.3.3
14512026-01-22T09:33:02.006Z Compiling futures-macro v0.3.31
14522026-01-22T09:33:02.165Z Compiling zerocopy v0.7.35
14532026-01-22T09:33:02.329Z Compiling inout v0.1.3
14542026-01-22T09:33:02.354Z Compiling regex v1.11.3
14552026-01-22T09:33:02.625Z Compiling cipher v0.4.4
14562026-01-22T09:33:03.143Z Compiling tinystr v0.7.6
14572026-01-22T09:33:03.214Z Compiling icu_collections v1.5.0
14582026-01-22T09:33:03.422Z Compiling ppv-lite86 v0.2.20
14592026-01-22T09:33:03.503Z Compiling icu_locid v1.5.0
14602026-01-22T09:33:03.554Z Compiling sha2 v0.10.9
14612026-01-22T09:33:03.628Z Compiling futures-util v0.3.31
14622026-01-22T09:33:03.780Z Compiling serde v1.0.228
14632026-01-22T09:33:03.954Z Compiling der_derive v0.7.3
14642026-01-22T09:33:04.142Z Compiling salsa20 v0.10.2
14652026-01-22T09:33:04.271Z Compiling thiserror v2.0.17
14662026-01-22T09:33:04.380Z Compiling pbkdf2 v0.12.2
14672026-01-22T09:33:04.405Z Compiling vcpkg v0.2.15
14682026-01-22T09:33:04.451Z Compiling pest v2.8.2
14692026-01-22T09:33:04.580Z Compiling icu_provider v1.5.0
14702026-01-22T09:33:04.913Z Compiling bitflags v2.9.4
14712026-01-22T09:33:05.287Z Compiling bytes v1.10.1
14722026-01-22T09:33:05.460Z Compiling icu_locid_transform v1.5.0
14732026-01-22T09:33:05.826Z Compiling der v0.7.10
14742026-01-22T09:33:05.941Z Compiling chrono v0.4.42
14752026-01-22T09:33:06.180Z Compiling zerocopy v0.8.27
14762026-01-22T09:33:06.635Z Compiling tokio v1.48.0
14772026-01-22T09:33:06.862Z Compiling icu_properties v1.5.1
14782026-01-22T09:33:07.146Z Compiling pest_meta v2.8.2
14792026-01-22T09:33:07.510Z Compiling http v1.4.0
14802026-01-22T09:33:08.462Z Compiling spki v0.7.3
14812026-01-22T09:33:08.512Z Compiling openssl-sys v0.9.109
14822026-01-22T09:33:08.836Z Compiling which v4.4.2
14832026-01-22T09:33:08.860Z Compiling scrypt v0.11.0
14842026-01-22T09:33:09.351Z Compiling rand_chacha v0.9.0
14852026-01-22T09:33:09.475Z Compiling cbc v0.1.2
14862026-01-22T09:33:09.499Z Compiling aes v0.8.4
14872026-01-22T09:33:09.528Z Compiling zerocopy-derive v0.8.27
14882026-01-22T09:33:10.612Z Compiling icu_normalizer v1.5.0
14892026-01-22T09:33:10.701Z Compiling pkcs5 v0.7.1
14902026-01-22T09:33:10.950Z Compiling rand v0.9.2
14912026-01-22T09:33:11.239Z Compiling pest_generator v2.8.2
14922026-01-22T09:33:11.594Z Compiling idna_adapter v1.2.0
14932026-01-22T09:33:11.677Z Compiling tracing-attributes v0.1.27
14942026-01-22T09:33:11.844Z Compiling idna v1.0.3
14952026-01-22T09:33:12.081Z Compiling serde_derive_internals v0.29.1
14962026-01-22T09:33:12.614Z Compiling url v2.5.4
14972026-01-22T09:33:12.756Z Compiling ring v0.17.14
14982026-01-22T09:33:13.203Z Compiling tracing-core v0.1.32
14992026-01-22T09:33:13.717Z Compiling schemars v0.8.22
15002026-01-22T09:33:14.045Z Compiling rustix v1.1.3
15012026-01-22T09:33:14.093Z Compiling aws-lc-rs v1.12.4
15022026-01-22T09:33:14.201Z Compiling adler2 v2.0.0
15032026-01-22T09:33:14.415Z Compiling schemars_derive v0.8.22
15042026-01-22T09:33:14.493Z Compiling miniz_oxide v0.8.5
15052026-01-22T09:33:14.602Z Compiling tokio-util v0.7.15
15062026-01-22T09:33:15.228Z Compiling tracing v0.1.40
15072026-01-22T09:33:15.563Z Compiling pest_derive v2.8.2
15082026-01-22T09:33:15.757Z Compiling pkcs8 v0.10.2
15092026-01-22T09:33:15.859Z Compiling http-body v1.0.1
15102026-01-22T09:33:16.154Z Compiling scroll_derive v0.13.1
15112026-01-22T09:33:16.337Z Compiling darling_core v0.20.10
15122026-01-22T09:33:16.409Z Compiling base64 v0.22.1
15132026-01-22T09:33:16.804Z Compiling rustls-pki-types v1.10.0
15142026-01-22T09:33:17.037Z Compiling httparse v1.9.5
15152026-01-22T09:33:17.061Z Compiling tinyvec_macros v0.1.1
15162026-01-22T09:33:17.229Z Compiling dyn-clone v1.0.20
15172026-01-22T09:33:17.731Z Compiling tinyvec v1.8.0
15182026-01-22T09:33:17.834Z Compiling scroll v0.13.0
15192026-01-22T09:33:18.341Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15202026-01-22T09:33:18.969Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-01-22T09:33:18.998Z Compiling atomic-waker v1.1.2
15222026-01-22T09:33:19.021Z Compiling untrusted v0.7.1
15232026-01-22T09:33:19.214Z Compiling untrusted v0.9.0
15242026-01-22T09:33:19.244Z Compiling time-core v0.1.6
15252026-01-22T09:33:19.429Z Compiling tower-layer v0.3.3
15262026-01-22T09:33:19.524Z Compiling num-conv v0.1.0
15272026-01-22T09:33:19.555Z Compiling foreign-types-shared v0.1.1
15282026-01-22T09:33:19.595Z Compiling openssl-probe v0.1.5
15292026-01-22T09:33:19.710Z Compiling tower-service v0.3.3
15302026-01-22T09:33:19.741Z Compiling powerfmt v0.2.0
15312026-01-22T09:33:19.845Z Compiling try-lock v0.2.5
15322026-01-22T09:33:19.874Z Compiling openssl v0.10.73
15332026-01-22T09:33:19.919Z Compiling time-macros v0.2.24
15342026-01-22T09:33:20.018Z Compiling want v0.3.1
15352026-01-22T09:33:20.134Z Compiling deranged v0.5.3
15362026-01-22T09:33:20.310Z Compiling tempfile v3.24.0
15372026-01-22T09:33:20.342Z Compiling foreign-types v0.3.2
15382026-01-22T09:33:20.467Z Compiling h2 v0.4.6
15392026-01-22T09:33:21.367Z Compiling darling_macro v0.20.10
15402026-01-22T09:33:21.586Z Compiling goblin v0.10.2
15412026-01-22T09:33:22.131Z Compiling darling v0.20.10
15422026-01-22T09:33:22.442Z Compiling ipnet v2.11.0
15432026-01-22T09:33:22.812Z Compiling openssl-macros v0.1.1
15442026-01-22T09:33:23.437Z Compiling wait-timeout v0.2.0
15452026-01-22T09:33:23.461Z Compiling syn v1.0.109
15462026-01-22T09:33:23.494Z Compiling rustls v0.23.19
15472026-01-22T09:33:23.770Z Compiling native-tls v0.2.12
15482026-01-22T09:33:23.927Z Compiling httpdate v1.0.3
15492026-01-22T09:33:24.011Z Compiling usdt-impl v0.6.0
15502026-01-22T09:33:24.101Z Compiling num_threads v0.1.7
15512026-01-22T09:33:24.240Z Compiling gimli v0.31.1
15522026-01-22T09:33:24.280Z Compiling bit-vec v0.8.0
15532026-01-22T09:33:24.365Z Compiling crossbeam-utils v0.8.21
15542026-01-22T09:33:24.397Z Compiling quick-error v1.2.3
15552026-01-22T09:33:24.561Z Compiling rusty-fork v0.3.0
15562026-01-22T09:33:24.720Z Compiling bit-set v0.8.0
15572026-01-22T09:33:24.927Z Compiling time v0.3.43
15582026-01-22T09:33:25.178Z Compiling derive_builder_core v0.20.2
15592026-01-22T09:33:26.984Z Compiling hyper v1.8.1
15602026-01-22T09:33:28.182Z Compiling dof v0.4.0
15612026-01-22T09:33:28.354Z Compiling addr2line v0.24.2
15622026-01-22T09:33:28.873Z Compiling unicode-normalization v0.1.24
15632026-01-22T09:33:28.984Z Compiling dtrace-parser v0.3.0
15642026-01-22T09:33:29.750Z Compiling signature v2.2.0
15652026-01-22T09:33:30.048Z Compiling heapless v0.7.17
15662026-01-22T09:33:30.239Z Compiling scroll_derive v0.12.0
15672026-01-22T09:33:30.322Z Compiling thiserror-impl v1.0.69
15682026-01-22T09:33:30.465Z Compiling rand_xorshift v0.4.0
15692026-01-22T09:33:30.639Z Compiling darling_core v0.21.0
15702026-01-22T09:33:30.743Z Compiling slog v2.8.2
15712026-01-22T09:33:31.029Z Compiling thread-id v5.0.0
15722026-01-22T09:33:31.164Z Compiling cookie v0.18.1
15732026-01-22T09:33:31.361Z Compiling object v0.36.5
15742026-01-22T09:33:31.429Z Compiling crc32fast v1.4.2
15752026-01-22T09:33:31.453Z Compiling rustc-demangle v0.1.24
15762026-01-22T09:33:31.735Z Compiling unarray v0.1.4
15772026-01-22T09:33:31.759Z Compiling zstd-safe v7.2.3
15782026-01-22T09:33:31.919Z Compiling signal-hook v0.3.18
15792026-01-22T09:33:32.081Z Compiling anyhow v1.0.99
15802026-01-22T09:33:32.236Z Compiling unicode-bidi v0.3.17
15812026-01-22T09:33:32.260Z Compiling zlib-rs v0.5.1
15822026-01-22T09:33:32.665Z Compiling siphasher v0.3.11
15832026-01-22T09:33:32.778Z Compiling unicode-properties v0.1.3
15842026-01-22T09:33:32.823Z Compiling thiserror v1.0.69
15852026-01-22T09:33:32.983Z Compiling phf_shared v0.11.2
15862026-01-22T09:33:33.152Z Compiling stringprep v0.1.5
15872026-01-22T09:33:33.341Z Compiling proptest v1.7.0
15882026-01-22T09:33:33.439Z Compiling scroll v0.12.0
15892026-01-22T09:33:34.060Z Compiling hyper-util v0.1.19
15902026-01-22T09:33:34.613Z Compiling derive_builder_macro v0.20.2
15912026-01-22T09:33:35.951Z Compiling darling_macro v0.21.0
15922026-01-22T09:33:36.256Z Compiling ipnetwork v0.21.1
15932026-01-22T09:33:36.715Z Compiling serde_spanned v0.6.9
15942026-01-22T09:33:36.929Z Compiling serde_tokenstream v0.2.2
15952026-01-22T09:33:37.009Z Compiling toml_datetime v0.6.11
15962026-01-22T09:33:37.520Z Compiling backtrace v0.3.74
15972026-01-22T09:33:37.544Z Compiling erased-serde v0.3.31
15982026-01-22T09:33:37.712Z Compiling rand_chacha v0.3.1
15992026-01-22T09:33:37.764Z Compiling md-5 v0.10.6
16002026-01-22T09:33:38.045Z Compiling libz-rs-sys v0.5.1
16012026-01-22T09:33:38.323Z Compiling curve25519-dalek v4.1.3
16022026-01-22T09:33:38.686Z Compiling vergen-lib v0.1.6
16032026-01-22T09:33:38.713Z Compiling num-integer v0.1.46
16042026-01-22T09:33:38.954Z Compiling sync_wrapper v1.0.1
16052026-01-22T09:33:38.983Z Compiling ff v0.13.0
16062026-01-22T09:33:39.134Z Compiling hash32 v0.2.1
16072026-01-22T09:33:39.238Z Compiling memoffset v0.9.1
16082026-01-22T09:33:39.292Z Compiling smoltcp v0.9.1
16092026-01-22T09:33:39.422Z Compiling ref-cast v1.0.25
16102026-01-22T09:33:39.549Z Compiling num-bigint-dig v0.8.6
16112026-01-22T09:33:39.573Z Compiling base16ct v0.2.0
16122026-01-22T09:33:39.875Z Compiling psl-types v2.0.11
16132026-01-22T09:33:39.899Z Compiling litrs v0.4.1
16142026-01-22T09:33:39.925Z Compiling cfg_aliases v0.2.1
16152026-01-22T09:33:39.949Z Compiling fallible-iterator v0.2.0
16162026-01-22T09:33:40.050Z Compiling nix v0.29.0
16172026-01-22T09:33:40.092Z Compiling publicsuffix v2.3.0
16182026-01-22T09:33:40.179Z Compiling sec1 v0.7.3
16192026-01-22T09:33:40.636Z Compiling postgres-protocol v0.6.8
16202026-01-22T09:33:40.687Z Compiling num-iter v0.1.45
16212026-01-22T09:33:40.769Z Compiling group v0.13.0
16222026-01-22T09:33:40.879Z Compiling document-features v0.2.11
16232026-01-22T09:33:40.903Z Compiling tower v0.5.2
16242026-01-22T09:33:41.230Z Compiling newtype-uuid v1.3.2
16252026-01-22T09:33:41.801Z Compiling flate2 v1.1.2
16262026-01-22T09:33:41.859Z Compiling rand v0.8.5
16272026-01-22T09:33:41.931Z Compiling darling v0.21.0
16282026-01-22T09:33:42.060Z Compiling oxnet v0.1.4
16292026-01-22T09:33:42.332Z Compiling derive_builder v0.20.2
16302026-01-22T09:33:42.412Z Compiling tokio-native-tls v0.3.1
16312026-01-22T09:33:42.531Z Compiling goblin v0.8.2
16322026-01-22T09:33:43.288Z Compiling rustls-native-certs v0.8.1
16332026-01-22T09:33:43.501Z Compiling webpki-roots v1.0.1
16342026-01-22T09:33:43.639Z Compiling http-body-util v0.1.3
16352026-01-22T09:33:43.714Z Compiling strum_macros v0.27.2
16362026-01-22T09:33:43.765Z Compiling terminal_size v0.4.0
16372026-01-22T09:33:43.789Z Compiling cargo-platform v0.1.8
16382026-01-22T09:33:44.012Z Compiling hkdf v0.12.4
16392026-01-22T09:33:44.097Z Compiling crypto-bigint v0.5.5
16402026-01-22T09:33:44.292Z Compiling async-trait v0.1.89
16412026-01-22T09:33:44.315Z Compiling curve25519-dalek-derive v0.1.1
16422026-01-22T09:33:45.067Z Compiling hubpack_derive v0.1.1
16432026-01-22T09:33:45.434Z Compiling ref-cast-impl v1.0.25
16442026-01-22T09:33:45.832Z Compiling daft-derive v0.1.4
16452026-01-22T09:33:46.460Z Compiling vergen v9.0.6
16462026-01-22T09:33:46.498Z Compiling ahash v0.8.12
16472026-01-22T09:33:46.820Z Compiling fs-err v3.1.1
16482026-01-22T09:33:46.899Z Compiling simd-adler32 v0.3.7
16492026-01-22T09:33:47.235Z Compiling ryu v1.0.18
16502026-01-22T09:33:47.308Z Compiling lockfree-object-pool v0.1.6
16512026-01-22T09:33:47.511Z Compiling buf-list v1.0.3
16522026-01-22T09:33:47.625Z Compiling managed v0.8.0
16532026-01-22T09:33:47.649Z Compiling bitflags v1.3.2
16542026-01-22T09:33:47.793Z Compiling winnow v0.5.40
16552026-01-22T09:33:47.922Z Compiling unicode-segmentation v1.12.0
16562026-01-22T09:33:48.101Z Compiling iri-string v0.7.8
16572026-01-22T09:33:48.158Z Compiling bumpalo v3.16.0
16582026-01-22T09:33:48.601Z Compiling zopfli v0.8.1
16592026-01-22T09:33:49.035Z Compiling clap_builder v4.5.48
16602026-01-22T09:33:49.945Z Compiling strum v0.27.2
16612026-01-22T09:33:50.141Z Compiling dof v0.3.0
16622026-01-22T09:33:50.451Z Compiling serde_urlencoded v0.7.1
16632026-01-22T09:33:50.512Z Compiling daft v0.1.4
16642026-01-22T09:33:50.839Z Compiling toml_edit v0.19.15
16652026-01-22T09:33:50.964Z Compiling tower-http v0.6.6
16662026-01-22T09:33:51.360Z Compiling elliptic-curve v0.13.8
16672026-01-22T09:33:51.615Z Compiling hubpack v0.1.2
16682026-01-22T09:33:51.802Z Compiling cargo_metadata v0.19.2
16692026-01-22T09:33:52.052Z Compiling hyper-tls v0.6.0
16702026-01-22T09:33:52.226Z Compiling cookie_store v0.21.1
16712026-01-22T09:33:52.496Z Compiling zstd v0.13.3
16722026-01-22T09:33:53.533Z Compiling signal-hook-mio v0.2.4
16732026-01-22T09:33:54.371Z Compiling serde_with_macros v3.16.1
16742026-01-22T09:33:54.782Z Compiling postgres-types v0.2.9
16752026-01-22T09:33:55.874Z Compiling usdt-macro v0.6.0
16762026-01-22T09:33:55.898Z Compiling usdt-attr-macro v0.6.0
16772026-01-22T09:33:55.979Z Compiling phf v0.11.2
16782026-01-22T09:33:56.267Z Compiling dtrace-parser v0.2.0
16792026-01-22T09:33:56.486Z Compiling ed25519 v2.2.3
16802026-01-22T09:33:56.665Z Compiling bzip2 v0.4.4
16812026-01-22T09:33:57.058Z Compiling bzip2 v0.5.2
16822026-01-22T09:33:57.166Z Compiling pkcs1 v0.7.5
16832026-01-22T09:33:57.266Z Compiling strum_macros v0.26.4
16842026-01-22T09:33:57.495Z Compiling clap_derive v4.5.47
16852026-01-22T09:33:57.975Z Compiling enum-as-inner v0.6.1
16862026-01-22T09:33:57.999Z Compiling serde-big-array v0.5.1
16872026-01-22T09:33:58.189Z Compiling hex v0.4.3
16882026-01-22T09:33:58.244Z Compiling rfc6979 v0.4.0
16892026-01-22T09:33:58.314Z Compiling bstr v1.10.0
16902026-01-22T09:33:58.503Z Compiling serde_repr v0.1.19
16912026-01-22T09:33:58.759Z Compiling float-cmp v0.10.0
16922026-01-22T09:33:58.852Z Compiling env_filter v0.1.2
16932026-01-22T09:33:59.008Z Compiling memmap2 v0.9.8
16942026-01-22T09:33:59.390Z Compiling socket2 v0.5.10
16952026-01-22T09:33:59.414Z Compiling encoding_rs v0.8.34
16962026-01-22T09:33:59.439Z Compiling mime v0.3.17
16972026-01-22T09:33:59.663Z Compiling jiff v0.2.15
16982026-01-22T09:33:59.915Z Compiling difflib v0.4.0
16992026-01-22T09:34:00.196Z Compiling whoami v1.5.2
17002026-01-22T09:34:00.727Z Compiling data-encoding v2.9.0
17012026-01-22T09:34:00.765Z Compiling normalize-line-endings v0.3.0
17022026-01-22T09:34:00.921Z Compiling new_debug_unreachable v1.0.6
17032026-01-22T09:34:01.041Z Compiling predicates-core v1.0.8
17042026-01-22T09:34:01.066Z Compiling fixedbitset v0.5.7
17052026-01-22T09:34:01.091Z Compiling keccak v0.1.5
17062026-01-22T09:34:01.353Z Compiling fixedbitset v0.4.2
17072026-01-22T09:34:01.667Z Compiling precomputed-hash v0.1.1
17082026-01-22T09:34:01.749Z Compiling static_assertions v1.1.0
17092026-01-22T09:34:01.809Z Compiling rustc-hash v2.1.1
17102026-01-22T09:34:01.869Z Compiling foldhash v0.2.0
17112026-01-22T09:34:02.017Z Compiling toml_edit v0.22.27
17122026-01-22T09:34:02.235Z Compiling iddqd v0.3.16
17132026-01-22T09:34:02.353Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17142026-01-22T09:34:02.446Z Compiling string_cache v0.8.9
17152026-01-22T09:34:02.734Z Compiling petgraph v0.6.5
17162026-01-22T09:34:02.861Z Compiling petgraph v0.8.2
17172026-01-22T09:34:03.969Z Compiling sha3 v0.10.8
17182026-01-22T09:34:04.620Z Compiling hickory-proto v0.25.2
17192026-01-22T09:34:04.868Z Compiling predicates v3.1.3
17202026-01-22T09:34:05.945Z Compiling zip v4.2.0
17212026-01-22T09:34:06.158Z Compiling clap v4.5.48
17222026-01-22T09:34:06.289Z Compiling strum v0.26.3
17232026-01-22T09:34:06.481Z Compiling tokio-postgres v0.7.13
17242026-01-22T09:34:06.851Z Compiling usdt v0.6.0
17252026-01-22T09:34:07.304Z Compiling similar v2.7.0
17262026-01-22T09:34:07.904Z Compiling env_logger v0.11.8
17272026-01-22T09:34:08.021Z Compiling usdt-impl v0.5.0
17282026-01-22T09:34:08.240Z Compiling serde_with v3.16.1
17292026-01-22T09:34:08.608Z Compiling ecdsa v0.16.9
17302026-01-22T09:34:09.064Z Compiling rsa v0.9.8
17312026-01-22T09:34:09.161Z Compiling zip v0.6.6
17322026-01-22T09:34:09.363Z Compiling ed25519-dalek v2.1.1
17332026-01-22T09:34:10.482Z Compiling toml v0.7.8
17342026-01-22T09:34:10.924Z Compiling crossterm v0.28.1
17352026-01-22T09:34:11.709Z Compiling heck v0.4.1
17362026-01-22T09:34:11.912Z Compiling crossbeam-epoch v0.9.18
17372026-01-22T09:34:11.936Z Compiling tokio-stream v0.1.17
17382026-01-22T09:34:12.099Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17392026-01-22T09:34:12.184Z Compiling x509-cert v0.2.5
17402026-01-22T09:34:12.535Z Compiling openapiv3 v2.2.0
17412026-01-22T09:34:12.596Z Compiling sha1 v0.10.6
17422026-01-22T09:34:12.842Z Compiling itertools v0.10.5
17432026-01-22T09:34:12.966Z Compiling itertools v0.13.0
17442026-01-22T09:34:13.678Z Compiling winnow v0.6.26
17452026-01-22T09:34:14.625Z Compiling peg-runtime v0.8.5
17462026-01-22T09:34:15.027Z Compiling lalrpop-util v0.19.12
17472026-01-22T09:34:15.156Z Compiling thread_local v1.1.8
17482026-01-22T09:34:15.376Z Compiling slog-async v2.8.0
17492026-01-22T09:34:15.400Z Compiling crossbeam-channel v0.5.15
17502026-01-22T09:34:15.555Z Compiling xattr v1.3.1
17512026-01-22T09:34:15.611Z Compiling futures-executor v0.3.31
17522026-01-22T09:34:15.690Z Compiling is-terminal v0.4.13
17532026-01-22T09:34:15.835Z Compiling filetime v0.2.26
17542026-01-22T09:34:15.859Z Compiling take_mut v0.2.2
17552026-01-22T09:34:15.887Z Compiling term v1.1.0
17562026-01-22T09:34:15.963Z Compiling futures v0.3.31
17572026-01-22T09:34:16.052Z Compiling tar v0.4.44
17582026-01-22T09:34:16.707Z Compiling slog-term v2.9.2
17592026-01-22T09:34:18.502Z Compiling aws-lc-sys v0.26.0
17602026-01-22T09:34:52.660Z Compiling rustls-webpki v0.102.8
17612026-01-22T09:34:59.134Z Compiling tokio-rustls v0.26.0
17622026-01-22T09:34:59.493Z Compiling hyper-rustls v0.27.7
17632026-01-22T09:34:59.866Z Compiling reqwest v0.12.24
17642026-01-22T09:35:04.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17652026-01-22T09:35:05.064Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17662026-01-22T09:35:11.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
17672026-01-22T09:35:11.211Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17682026-01-22T09:35:11.287ZJan 22 09:35:10.438 INFO Starting download, target: Clickhouse
17692026-01-22T09:35:11.287ZJan 22 09:35:10.439 INFO Starting download, target: Cockroach
17702026-01-22T09:35:11.287ZJan 22 09:35:10.439 INFO Starting download, target: Console
17712026-01-22T09:35:11.287ZJan 22 09:35:10.439 INFO Starting download, target: MaghemiteMgd
17722026-01-22T09:35:11.311ZJan 22 09:35:10.439 INFO Starting download, target: DendriteStub
17732026-01-22T09:35:11.311ZJan 22 09:35:10.439 INFO Starting download, target: TransceiverControl
17742026-01-22T09:35:11.311ZJan 22 09:35:10.440 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17752026-01-22T09:35:11.311ZJan 22 09:35:10.440 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17762026-01-22T09:35:11.311ZJan 22 09:35:10.440 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-01-22T09:35:11.311ZJan 22 09:35:10.440 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17782026-01-22T09:35:11.311ZJan 22 09:35:10.440 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17792026-01-22T09:35:11.311ZJan 22 09:35:10.440 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17802026-01-22T09:35:11.774ZJan 22 09:35:10.919 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-01-22T09:35:12.141ZJan 22 09:35:11.286 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17822026-01-22T09:35:12.296ZJan 22 09:35:11.433 INFO Download complete, target: Console
17832026-01-22T09:35:12.597ZJan 22 09:35:11.747 INFO Download complete, target: TransceiverControl
17842026-01-22T09:35:14.149ZJan 22 09:35:13.301 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17852026-01-22T09:35:14.426ZJan 22 09:35:13.579 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-01-22T09:35:16.755ZJan 22 09:35:15.909 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17872026-01-22T09:35:16.755ZJan 22 09:35:15.909 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17882026-01-22T09:35:18.866ZJan 22 09:35:18.020 INFO Download complete, target: DendriteStub
17892026-01-22T09:35:19.245ZJan 22 09:35:18.399 INFO Download complete, target: MaghemiteMgd
17902026-01-22T09:35:20.954ZJan 22 09:35:20.108 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17912026-01-22T09:35:26.436ZJan 22 09:35:25.590 INFO Checking that binary works, target: Cockroach
17922026-01-22T09:35:26.695ZJan 22 09:35:25.847 INFO Download complete, target: Cockroach
17932026-01-22T09:35:34.225ZJan 22 09:35:33.381 INFO Checking that binary works, target: Clickhouse
17942026-01-22T09:35:34.505ZJan 22 09:35:33.661 INFO Download complete, target: Clickhouse
17952026-01-22T09:35:34.537ZAll builder prerequisites installed successfully, and PATH looks valid
17962026-01-22T09:35:34.562Z
17972026-01-22T09:35:34.562Zreal 5:59.380445318
17982026-01-22T09:35:34.562Zuser 17:04.590048204
17992026-01-22T09:35:34.562Zsys 2:50.546536984
18002026-01-22T09:35:34.562Ztrap 0.658536843
18012026-01-22T09:35:34.562Ztflt 0.589452782
18022026-01-22T09:35:34.562Zdflt 1.194638208
18032026-01-22T09:35:34.562Zkflt 0.017958954
18042026-01-22T09:35:34.562Zlock 43:56.927096495
18052026-01-22T09:35:34.562Zslp 1:03:03.130402577
18062026-01-22T09:35:34.562Zlat 1:25.873682672
18072026-01-22T09:35:34.562Zstop 3:08.407875667
18082026-01-22T09:35:34.562Z++ bmat factory name
18092026-01-22T09:35:34.562Z++ bmat factory private
18102026-01-22T09:35:34.586Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/55353 '{
18112026-01-22T09:35:34.586Z buildomat: {
18122026-01-22T09:35:34.586Z factory: {
18132026-01-22T09:35:34.586Z name: $bmat_factory_name,
18142026-01-22T09:35:34.586Z private: $bmat_factory_private,
18152026-01-22T09:35:34.586Z },
18162026-01-22T09:35:34.586Z },
18172026-01-22T09:35:34.586Z }'
18182026-01-22T09:35:34.610Z+ banner ls-apis
18192026-01-22T09:35:34.610Z
18202026-01-22T09:35:34.610Z # #### ## ##### # ####
18212026-01-22T09:35:34.610Z # # # # # # # #
18222026-01-22T09:35:34.610Z # #### ##### # # # # # ####
18232026-01-22T09:35:34.610Z # # ###### ##### # #
18242026-01-22T09:35:34.610Z # # # # # # # # #
18252026-01-22T09:35:34.610Z ###### #### # # # # ####
18262026-01-22T09:35:34.610Z
18272026-01-22T09:35:34.634Z+ source ./tools/include/force-git-over-https.sh
18282026-01-22T09:35:34.634Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18292026-01-22T09:35:34.634Z++ (( i = 0 ))
18302026-01-22T09:35:34.634Z++ (( i < 5 ))
18312026-01-22T09:35:34.634Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18322026-01-22T09:35:34.634Z++ (( i++ ))
18332026-01-22T09:35:34.635Z++ (( i < 5 ))
18342026-01-22T09:35:34.635Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18352026-01-22T09:35:34.635Z++ (( i++ ))
18362026-01-22T09:35:34.635Z++ (( i < 5 ))
18372026-01-22T09:35:34.635Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18382026-01-22T09:35:34.635Z++ (( i++ ))
18392026-01-22T09:35:34.635Z++ (( i < 5 ))
18402026-01-22T09:35:34.635Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18412026-01-22T09:35:34.635Z++ (( i++ ))
18422026-01-22T09:35:34.635Z++ (( i < 5 ))
18432026-01-22T09:35:34.635Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18442026-01-22T09:35:34.659Z++ (( i++ ))
18452026-01-22T09:35:34.659Z++ (( i < 5 ))
18462026-01-22T09:35:34.659Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18472026-01-22T09:35:34.659Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18482026-01-22T09:35:34.659Z+ ptime -m cargo xtask ls-apis apis
18492026-01-22T09:35:35.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
18502026-01-22T09:35:35.873Z Running `target/debug/xtask ls-apis apis`
18512026-01-22T09:35:37.548Z Compiling semver v0.1.20
18522026-01-22T09:35:37.572Z Compiling erased-serde v0.4.6
18532026-01-22T09:35:37.602Z Compiling ordered-float v2.10.1
18542026-01-22T09:35:37.626Z Compiling structmeta-derive v0.3.0
18552026-01-22T09:35:37.626Z Compiling toml v0.8.23
18562026-01-22T09:35:37.626Z Compiling cargo-platform v0.2.0
18572026-01-22T09:35:37.669Z Compiling indent_write v2.2.0
18582026-01-22T09:35:37.920Z Compiling rustc_version v0.1.7
18592026-01-22T09:35:38.146Z Compiling serde-value v0.7.0
18602026-01-22T09:35:38.329Z Compiling newtype_derive v0.1.6
18612026-01-22T09:35:38.518Z Compiling serde-untagged v0.1.7
18622026-01-22T09:35:38.915Z Compiling cargo-util-schemas v0.8.2
18632026-01-22T09:35:39.301Z Compiling structmeta v0.3.0
18642026-01-22T09:35:39.645Z Compiling parse-display-derive v0.10.0
18652026-01-22T09:35:40.804Z Compiling cargo_metadata v0.21.0
18662026-01-22T09:35:41.826Z Compiling parse-display v0.10.0
18672026-01-22T09:35:42.548Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18682026-01-22T09:35:49.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.09s
18692026-01-22T09:35:49.154Z Running `target/debug/ls-apis apis`
18702026-01-22T09:35:49.208Zloading metadata for workspace omicron from current workspace
18712026-01-22T09:35:53.634Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18722026-01-22T09:35:53.658Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18732026-01-22T09:35:53.658Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
18742026-01-22T09:35:53.659Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
18752026-01-22T09:35:53.659Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18762026-01-22T09:36:25.360Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
18772026-01-22T09:36:27.630Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18782026-01-22T09:36:27.661Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18792026-01-22T09:36:27.930ZBootstrap Agent (client: bootstrap-agent-client)
18802026-01-22T09:36:27.930Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18812026-01-22T09:36:27.930Z consumed by: wicketd (omicron/wicketd) via 2 paths
18822026-01-22T09:36:27.930Z
18832026-01-22T09:36:27.930ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18842026-01-22T09:36:27.930Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18852026-01-22T09:36:27.930Z
18862026-01-22T09:36:27.930ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18872026-01-22T09:36:27.930Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18882026-01-22T09:36:27.930Z
18892026-01-22T09:36:27.930ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18902026-01-22T09:36:27.931Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18912026-01-22T09:36:27.931Z
18922026-01-22T09:36:27.931ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18932026-01-22T09:36:27.931Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18942026-01-22T09:36:27.931Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18952026-01-22T09:36:27.931Z
18962026-01-22T09:36:27.931ZCrucible Agent (client: crucible-agent-client)
18972026-01-22T09:36:27.955Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18982026-01-22T09:36:27.955Z
18992026-01-22T09:36:27.955ZCrucible Control (for testing only) (client: crucible-control-client)
19002026-01-22T09:36:27.955Z
19012026-01-22T09:36:27.955ZCrucible Pantry (client: crucible-pantry-client)
19022026-01-22T09:36:27.955Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19032026-01-22T09:36:27.955Z
19042026-01-22T09:36:27.955ZMaghemite DDM Admin (client: ddm-admin-client)
19052026-01-22T09:36:27.955Z consumed by: installinator (omicron/installinator) via 1 path
19062026-01-22T09:36:27.955Z consumed by: mgd (maghemite/mgd) via 1 path
19072026-01-22T09:36:27.955Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19082026-01-22T09:36:27.955Z consumed by: wicketd (omicron/wicketd) via 1 path
19092026-01-22T09:36:27.955Z
19102026-01-22T09:36:27.955ZDNS Server (client: dns-service-client)
19112026-01-22T09:36:27.955Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19122026-01-22T09:36:27.955Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19132026-01-22T09:36:27.955Z
19142026-01-22T09:36:27.955ZDendrite DPD (client: dpd-client)
19152026-01-22T09:36:27.955Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19162026-01-22T09:36:27.955Z consumed by: lldpd (lldp/lldpd) via 2 paths
19172026-01-22T09:36:27.955Z consumed by: mgd (maghemite/mgd) via 1 path
19182026-01-22T09:36:27.956Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19192026-01-22T09:36:27.956Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19202026-01-22T09:36:27.956Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19212026-01-22T09:36:27.956Z consumed by: wicketd (omicron/wicketd) via 2 paths
19222026-01-22T09:36:27.956Z
19232026-01-22T09:36:27.956ZDownstairs Controller (debugging only) (client: dsc-client)
19242026-01-22T09:36:27.956Z
19252026-01-22T09:36:27.956ZManagement Gateway Service (client: gateway-client)
19262026-01-22T09:36:27.956Z consumed by: dpd (dendrite/dpd) via 1 path
19272026-01-22T09:36:27.956Z consumed by: mgd (maghemite/mgd) via 1 path
19282026-01-22T09:36:27.956Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19292026-01-22T09:36:27.956Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19302026-01-22T09:36:27.956Z consumed by: wicketd (omicron/wicketd) via 3 paths
19312026-01-22T09:36:27.956Z
19322026-01-22T09:36:27.956ZWicketd Installinator (client: installinator-client)
19332026-01-22T09:36:27.956Z consumed by: installinator (omicron/installinator) via 1 path
19342026-01-22T09:36:27.956Z
19352026-01-22T09:36:27.956ZLLDP daemon (client: lldpd-client)
19362026-01-22T09:36:27.956Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19372026-01-22T09:36:27.956Z consumed by: tfportd (dendrite/tfportd) via 1 path
19382026-01-22T09:36:27.956Z
19392026-01-22T09:36:27.956ZMaghemite MG Admin (client: mg-admin-client)
19402026-01-22T09:36:27.980Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19412026-01-22T09:36:27.980Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19422026-01-22T09:36:27.980Z
19432026-01-22T09:36:27.980ZNexus Internal API (client: nexus-client)
19442026-01-22T09:36:27.981Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19452026-01-22T09:36:27.981Z consumed by: dpd (dendrite/dpd) via 1 path
19462026-01-22T09:36:27.981Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19472026-01-22T09:36:27.981Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19482026-01-22T09:36:27.981Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19492026-01-22T09:36:27.981Z
19502026-01-22T09:36:27.981ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19512026-01-22T09:36:27.981Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19522026-01-22T09:36:27.981Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19532026-01-22T09:36:27.981Z
19542026-01-22T09:36:27.981ZNTP Admin (client: ntp-admin-client)
19552026-01-22T09:36:27.981Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19562026-01-22T09:36:27.981Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19572026-01-22T09:36:27.981Z
19582026-01-22T09:36:27.981ZExternal API (client: oxide-client)
19592026-01-22T09:36:27.981Z
19602026-01-22T09:36:27.981ZOximeter (client: oximeter-client)
19612026-01-22T09:36:27.981Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19622026-01-22T09:36:27.981Z
19632026-01-22T09:36:27.981ZPropolis (client: propolis-client)
19642026-01-22T09:36:27.981Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19652026-01-22T09:36:27.981Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19662026-01-22T09:36:27.981Z
19672026-01-22T09:36:27.981ZCrucible Repair (client: repair-client)
19682026-01-22T09:36:27.981Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19692026-01-22T09:36:27.981Z
19702026-01-22T09:36:27.981ZRepo Depot API (client: repo-depot-client)
19712026-01-22T09:36:27.981Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19722026-01-22T09:36:27.981Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19732026-01-22T09:36:27.981Z
19742026-01-22T09:36:27.981ZSled Agent (client: sled-agent-client)
19752026-01-22T09:36:28.005Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19762026-01-22T09:36:28.005Z
19772026-01-22T09:36:28.006ZWicketd (client: wicketd-client)
19782026-01-22T09:36:28.006Z
19792026-01-22T09:36:28.094Z
19802026-01-22T09:36:28.094Zreal 53.432853933
19812026-01-22T09:36:28.094Zuser 42.909792544
19822026-01-22T09:36:28.094Zsys 18.921187254
19832026-01-22T09:36:28.094Ztrap 0.037923485
19842026-01-22T09:36:28.094Ztflt 0.049407165
19852026-01-22T09:36:28.094Zdflt 0.267035253
19862026-01-22T09:36:28.094Zkflt 0.000005301
19872026-01-22T09:36:28.094Zlock 1:11.196175581
19882026-01-22T09:36:28.094Zslp 6:19.211162250
19892026-01-22T09:36:28.118Zlat 1.740740356
19902026-01-22T09:36:28.118Zstop 1.748443143
19912026-01-22T09:36:28.118Z+ ptime -m cargo xtask ls-apis deployment-units
19922026-01-22T09:36:29.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
19932026-01-22T09:36:29.305Z Running `target/debug/xtask ls-apis deployment-units`
19942026-01-22T09:36:30.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
19952026-01-22T09:36:30.939Z Running `target/debug/ls-apis deployment-units`
19962026-01-22T09:36:30.997Zloading metadata for workspace omicron from current workspace
19972026-01-22T09:36:33.029Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
19982026-01-22T09:36:33.053Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19992026-01-22T09:36:33.053Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
20002026-01-22T09:36:33.053Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
20012026-01-22T09:36:33.053Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20022026-01-22T09:36:36.992Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
20032026-01-22T09:36:38.178Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20042026-01-22T09:36:38.204Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20052026-01-22T09:36:38.474ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20062026-01-22T09:36:38.474Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20072026-01-22T09:36:38.474Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20082026-01-22T09:36:38.474Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20092026-01-22T09:36:38.474Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20102026-01-22T09:36:38.520Z
20112026-01-22T09:36:38.520Z
20122026-01-22T09:36:38.520ZCockroach
20132026-01-22T09:36:38.520Z omicron-cockroach-admin (omicron/cockroach-admin)
20142026-01-22T09:36:38.520Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20152026-01-22T09:36:38.520Z
20162026-01-22T09:36:38.520Z
20172026-01-22T09:36:38.520ZCrucible
20182026-01-22T09:36:38.521Z crucible-agent (crucible/agent)
20192026-01-22T09:36:38.521Z exposes: Crucible Agent (client = crucible-agent-client)
20202026-01-22T09:36:38.521Z
20212026-01-22T09:36:38.521Z crucible-downstairs (crucible/downstairs)
20222026-01-22T09:36:38.521Z exposes: Crucible Repair (client = repair-client)
20232026-01-22T09:36:38.521Z consumes: repair-client
20242026-01-22T09:36:38.521Z
20252026-01-22T09:36:38.521Z
20262026-01-22T09:36:38.521ZCrucible Pantry
20272026-01-22T09:36:38.521Z crucible-pantry (crucible/pantry)
20282026-01-22T09:36:38.521Z exposes: Crucible Pantry (client = crucible-pantry-client)
20292026-01-22T09:36:38.521Z consumes: nexus-client
20302026-01-22T09:36:38.521Z
20312026-01-22T09:36:38.521Z
20322026-01-22T09:36:38.521ZDNS Server
20332026-01-22T09:36:38.521Z dns-server (omicron/dns-server)
20342026-01-22T09:36:38.521Z exposes: DNS Server (client = dns-service-client)
20352026-01-22T09:36:38.521Z
20362026-01-22T09:36:38.521Z
20372026-01-22T09:36:38.521ZHost OS
20382026-01-22T09:36:38.521Z ddmd (maghemite/ddmd)
20392026-01-22T09:36:38.521Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20402026-01-22T09:36:38.521Z consumes: dpd-client
20412026-01-22T09:36:38.521Z
20422026-01-22T09:36:38.521Z dpd (dendrite/dpd)
20432026-01-22T09:36:38.521Z exposes: Dendrite DPD (client = dpd-client)
20442026-01-22T09:36:38.521Z consumes: gateway-client
20452026-01-22T09:36:38.521Z consumes: nexus-client
20462026-01-22T09:36:38.521Z
20472026-01-22T09:36:38.521Z lldpd (lldp/lldpd)
20482026-01-22T09:36:38.521Z exposes: LLDP daemon (client = lldpd-client)
20492026-01-22T09:36:38.521Z consumes: dpd-client
20502026-01-22T09:36:38.521Z
20512026-01-22T09:36:38.521Z mgd (maghemite/mgd)
20522026-01-22T09:36:38.521Z exposes: Maghemite MG Admin (client = mg-admin-client)
20532026-01-22T09:36:38.521Z consumes: ddm-admin-client
20542026-01-22T09:36:38.521Z consumes: dpd-client
20552026-01-22T09:36:38.521Z consumes: gateway-client
20562026-01-22T09:36:38.521Z
20572026-01-22T09:36:38.522Z omicron-gateway (omicron/gateway)
20582026-01-22T09:36:38.522Z exposes: Management Gateway Service (client = gateway-client)
20592026-01-22T09:36:38.522Z
20602026-01-22T09:36:38.522Z omicron-sled-agent (omicron/sled-agent)
20612026-01-22T09:36:38.522Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20622026-01-22T09:36:38.522Z exposes: Repo Depot API (client = repo-depot-client)
20632026-01-22T09:36:38.522Z exposes: Sled Agent (client = sled-agent-client)
20642026-01-22T09:36:38.522Z consumes: bootstrap-agent-client
20652026-01-22T09:36:38.522Z consumes: cockroach-admin-client
20662026-01-22T09:36:38.522Z consumes: ddm-admin-client
20672026-01-22T09:36:38.522Z consumes: dns-service-client
20682026-01-22T09:36:38.522Z consumes: dpd-client
20692026-01-22T09:36:38.522Z consumes: gateway-client
20702026-01-22T09:36:38.522Z consumes: mg-admin-client
20712026-01-22T09:36:38.522Z consumes: nexus-client
20722026-01-22T09:36:38.522Z consumes: nexus-lockstep-client
20732026-01-22T09:36:38.522Z consumes: ntp-admin-client
20742026-01-22T09:36:38.522Z consumes: propolis-client
20752026-01-22T09:36:38.522Z consumes: repo-depot-client
20762026-01-22T09:36:38.522Z
20772026-01-22T09:36:38.522Z propolis-server (propolis/bin/propolis-server)
20782026-01-22T09:36:38.522Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20792026-01-22T09:36:38.522Z exposes: Propolis (client = propolis-client)
20802026-01-22T09:36:38.522Z consumes: nexus-client
20812026-01-22T09:36:38.522Z
20822026-01-22T09:36:38.522Z tfportd (dendrite/tfportd)
20832026-01-22T09:36:38.522Z consumes: dpd-client
20842026-01-22T09:36:38.522Z consumes: lldpd-client
20852026-01-22T09:36:38.522Z
20862026-01-22T09:36:38.522Z wicketd (omicron/wicketd)
20872026-01-22T09:36:38.522Z exposes: Wicketd Installinator (client = installinator-client)
20882026-01-22T09:36:38.522Z exposes: Wicketd (client = wicketd-client)
20892026-01-22T09:36:38.522Z consumes: bootstrap-agent-client
20902026-01-22T09:36:38.522Z consumes: ddm-admin-client
20912026-01-22T09:36:38.522Z consumes: dpd-client
20922026-01-22T09:36:38.522Z consumes: gateway-client
20932026-01-22T09:36:38.522Z
20942026-01-22T09:36:38.522Z
20952026-01-22T09:36:38.522ZInstallinator
20962026-01-22T09:36:38.522Z installinator (omicron/installinator)
20972026-01-22T09:36:38.523Z consumes: ddm-admin-client
20982026-01-22T09:36:38.523Z consumes: installinator-client
20992026-01-22T09:36:38.523Z
21002026-01-22T09:36:38.523Z
21012026-01-22T09:36:38.523ZNTP
21022026-01-22T09:36:38.523Z omicron-ntp-admin (omicron/ntp-admin)
21032026-01-22T09:36:38.523Z exposes: NTP Admin (client = ntp-admin-client)
21042026-01-22T09:36:38.523Z
21052026-01-22T09:36:38.523Z
21062026-01-22T09:36:38.523ZNexus
21072026-01-22T09:36:38.523Z omicron-nexus (omicron/nexus)
21082026-01-22T09:36:38.523Z exposes: Nexus Internal API (client = nexus-client)
21092026-01-22T09:36:38.523Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21102026-01-22T09:36:38.547Z exposes: External API (client = oxide-client)
21112026-01-22T09:36:38.547Z consumes: clickhouse-admin-keeper-client
21122026-01-22T09:36:38.547Z consumes: clickhouse-admin-server-client
21132026-01-22T09:36:38.547Z consumes: clickhouse-admin-single-client
21142026-01-22T09:36:38.547Z consumes: cockroach-admin-client
21152026-01-22T09:36:38.547Z consumes: crucible-agent-client
21162026-01-22T09:36:38.547Z consumes: crucible-pantry-client
21172026-01-22T09:36:38.547Z consumes: dns-service-client
21182026-01-22T09:36:38.547Z consumes: dpd-client
21192026-01-22T09:36:38.548Z consumes: gateway-client
21202026-01-22T09:36:38.548Z consumes: lldpd-client
21212026-01-22T09:36:38.548Z consumes: mg-admin-client
21222026-01-22T09:36:38.548Z consumes: ntp-admin-client
21232026-01-22T09:36:38.548Z consumes: oximeter-client
21242026-01-22T09:36:38.548Z consumes: propolis-client
21252026-01-22T09:36:38.548Z consumes: repo-depot-client
21262026-01-22T09:36:38.548Z consumes: sled-agent-client
21272026-01-22T09:36:38.548Z
21282026-01-22T09:36:38.548Z
21292026-01-22T09:36:38.548ZOximeter
21302026-01-22T09:36:38.548Z oximeter-collector (omicron/oximeter/collector)
21312026-01-22T09:36:38.548Z exposes: Oximeter (client = oximeter-client)
21322026-01-22T09:36:38.548Z consumes: nexus-client
21332026-01-22T09:36:38.548Z
21342026-01-22T09:36:38.548Z
21352026-01-22T09:36:38.613Z
21362026-01-22T09:36:38.637Zreal 10.489218964
21372026-01-22T09:36:38.637Zuser 8.244447235
21382026-01-22T09:36:38.637Zsys 3.911495710
21392026-01-22T09:36:38.637Ztrap 0.002071791
21402026-01-22T09:36:38.637Ztflt 0.000092502
21412026-01-22T09:36:38.637Zdflt 0.000056278
21422026-01-22T09:36:38.638Zkflt 0.000000000
21432026-01-22T09:36:38.638Zlock 0.573346533
21442026-01-22T09:36:38.638Zslp 34.386380059
21452026-01-22T09:36:38.638Zlat 0.054877958
21462026-01-22T09:36:38.638Zstop 0.012907634
21472026-01-22T09:36:38.638Z+ ptime -m cargo xtask ls-apis servers
21482026-01-22T09:36:39.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
21492026-01-22T09:36:39.667Z Running `target/debug/xtask ls-apis servers`
21502026-01-22T09:36:41.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
21512026-01-22T09:36:41.145Z Running `target/debug/ls-apis servers`
21522026-01-22T09:36:41.205Zloading metadata for workspace omicron from current workspace
21532026-01-22T09:36:43.150Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21542026-01-22T09:36:43.174Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21552026-01-22T09:36:43.174Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
21562026-01-22T09:36:43.174Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
21572026-01-22T09:36:43.174Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21582026-01-22T09:36:46.931Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
21592026-01-22T09:36:48.087Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21602026-01-22T09:36:48.114Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21612026-01-22T09:36:48.387Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21622026-01-22T09:36:48.387Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21632026-01-22T09:36:48.387Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21642026-01-22T09:36:48.387Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21652026-01-22T09:36:48.433Z
21662026-01-22T09:36:48.433Zomicron-cockroach-admin (omicron/cockroach-admin)
21672026-01-22T09:36:48.433Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21682026-01-22T09:36:48.433Z
21692026-01-22T09:36:48.433Zcrucible-agent (crucible/agent)
21702026-01-22T09:36:48.433Z exposes: Crucible Agent (client = crucible-agent-client)
21712026-01-22T09:36:48.433Z
21722026-01-22T09:36:48.433Zcrucible-downstairs (crucible/downstairs)
21732026-01-22T09:36:48.433Z exposes: Crucible Repair (client = repair-client)
21742026-01-22T09:36:48.433Z consumes: repair-client
21752026-01-22T09:36:48.433Z
21762026-01-22T09:36:48.433Zcrucible-pantry (crucible/pantry)
21772026-01-22T09:36:48.433Z exposes: Crucible Pantry (client = crucible-pantry-client)
21782026-01-22T09:36:48.433Z consumes: nexus-client
21792026-01-22T09:36:48.433Z
21802026-01-22T09:36:48.433Zdns-server (omicron/dns-server)
21812026-01-22T09:36:48.433Z exposes: DNS Server (client = dns-service-client)
21822026-01-22T09:36:48.434Z
21832026-01-22T09:36:48.434Zomicron-sled-agent (omicron/sled-agent)
21842026-01-22T09:36:48.434Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21852026-01-22T09:36:48.434Z exposes: Repo Depot API (client = repo-depot-client)
21862026-01-22T09:36:48.434Z exposes: Sled Agent (client = sled-agent-client)
21872026-01-22T09:36:48.434Z consumes: bootstrap-agent-client
21882026-01-22T09:36:48.434Z consumes: cockroach-admin-client
21892026-01-22T09:36:48.434Z consumes: ddm-admin-client
21902026-01-22T09:36:48.434Z consumes: dns-service-client
21912026-01-22T09:36:48.434Z consumes: dpd-client
21922026-01-22T09:36:48.434Z consumes: gateway-client
21932026-01-22T09:36:48.434Z consumes: mg-admin-client
21942026-01-22T09:36:48.434Z consumes: nexus-client
21952026-01-22T09:36:48.434Z consumes: nexus-lockstep-client
21962026-01-22T09:36:48.434Z consumes: ntp-admin-client
21972026-01-22T09:36:48.434Z consumes: propolis-client
21982026-01-22T09:36:48.434Z consumes: repo-depot-client
21992026-01-22T09:36:48.434Z
22002026-01-22T09:36:48.434Zpropolis-server (propolis/bin/propolis-server)
22012026-01-22T09:36:48.434Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22022026-01-22T09:36:48.434Z exposes: Propolis (client = propolis-client)
22032026-01-22T09:36:48.434Z consumes: nexus-client
22042026-01-22T09:36:48.434Z
22052026-01-22T09:36:48.434Zddmd (maghemite/ddmd)
22062026-01-22T09:36:48.434Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22072026-01-22T09:36:48.434Z consumes: dpd-client
22082026-01-22T09:36:48.434Z
22092026-01-22T09:36:48.434Zdpd (dendrite/dpd)
22102026-01-22T09:36:48.434Z exposes: Dendrite DPD (client = dpd-client)
22112026-01-22T09:36:48.434Z consumes: gateway-client
22122026-01-22T09:36:48.434Z consumes: nexus-client
22132026-01-22T09:36:48.434Z
22142026-01-22T09:36:48.434Zlldpd (lldp/lldpd)
22152026-01-22T09:36:48.434Z exposes: LLDP daemon (client = lldpd-client)
22162026-01-22T09:36:48.434Z consumes: dpd-client
22172026-01-22T09:36:48.434Z
22182026-01-22T09:36:48.434Zmgd (maghemite/mgd)
22192026-01-22T09:36:48.434Z exposes: Maghemite MG Admin (client = mg-admin-client)
22202026-01-22T09:36:48.434Z consumes: ddm-admin-client
22212026-01-22T09:36:48.434Z consumes: dpd-client
22222026-01-22T09:36:48.435Z consumes: gateway-client
22232026-01-22T09:36:48.435Z
22242026-01-22T09:36:48.435Zomicron-gateway (omicron/gateway)
22252026-01-22T09:36:48.435Z exposes: Management Gateway Service (client = gateway-client)
22262026-01-22T09:36:48.435Z
22272026-01-22T09:36:48.435Ztfportd (dendrite/tfportd)
22282026-01-22T09:36:48.435Z consumes: dpd-client
22292026-01-22T09:36:48.435Z consumes: lldpd-client
22302026-01-22T09:36:48.435Z
22312026-01-22T09:36:48.435Zwicketd (omicron/wicketd)
22322026-01-22T09:36:48.435Z exposes: Wicketd Installinator (client = installinator-client)
22332026-01-22T09:36:48.435Z exposes: Wicketd (client = wicketd-client)
22342026-01-22T09:36:48.435Z consumes: bootstrap-agent-client
22352026-01-22T09:36:48.435Z consumes: ddm-admin-client
22362026-01-22T09:36:48.435Z consumes: dpd-client
22372026-01-22T09:36:48.435Z consumes: gateway-client
22382026-01-22T09:36:48.435Z
22392026-01-22T09:36:48.435Zinstallinator (omicron/installinator)
22402026-01-22T09:36:48.435Z consumes: ddm-admin-client
22412026-01-22T09:36:48.435Z consumes: installinator-client
22422026-01-22T09:36:48.435Z
22432026-01-22T09:36:48.435Zomicron-ntp-admin (omicron/ntp-admin)
22442026-01-22T09:36:48.435Z exposes: NTP Admin (client = ntp-admin-client)
22452026-01-22T09:36:48.435Z
22462026-01-22T09:36:48.435Zomicron-nexus (omicron/nexus)
22472026-01-22T09:36:48.435Z exposes: Nexus Internal API (client = nexus-client)
22482026-01-22T09:36:48.435Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22492026-01-22T09:36:48.435Z exposes: External API (client = oxide-client)
22502026-01-22T09:36:48.459Z consumes: clickhouse-admin-keeper-client
22512026-01-22T09:36:48.459Z consumes: clickhouse-admin-server-client
22522026-01-22T09:36:48.459Z consumes: clickhouse-admin-single-client
22532026-01-22T09:36:48.459Z consumes: cockroach-admin-client
22542026-01-22T09:36:48.459Z consumes: crucible-agent-client
22552026-01-22T09:36:48.459Z consumes: crucible-pantry-client
22562026-01-22T09:36:48.459Z consumes: dns-service-client
22572026-01-22T09:36:48.459Z consumes: dpd-client
22582026-01-22T09:36:48.459Z consumes: gateway-client
22592026-01-22T09:36:48.460Z consumes: lldpd-client
22602026-01-22T09:36:48.460Z consumes: mg-admin-client
22612026-01-22T09:36:48.460Z consumes: ntp-admin-client
22622026-01-22T09:36:48.460Z consumes: oximeter-client
22632026-01-22T09:36:48.460Z consumes: propolis-client
22642026-01-22T09:36:48.460Z consumes: repo-depot-client
22652026-01-22T09:36:48.460Z consumes: sled-agent-client
22662026-01-22T09:36:48.460Z
22672026-01-22T09:36:48.460Zoximeter-collector (omicron/oximeter/collector)
22682026-01-22T09:36:48.460Z exposes: Oximeter (client = oximeter-client)
22692026-01-22T09:36:48.460Z consumes: nexus-client
22702026-01-22T09:36:48.460Z
22712026-01-22T09:36:48.532Z
22722026-01-22T09:36:48.532Zreal 9.886815948
22732026-01-22T09:36:48.532Zuser 8.042212957
22742026-01-22T09:36:48.532Zsys 3.518872731
22752026-01-22T09:36:48.533Ztrap 0.001553119
22762026-01-22T09:36:48.533Ztflt 0.000111294
22772026-01-22T09:36:48.533Zdflt 0.000070396
22782026-01-22T09:36:48.533Zkflt 0.000005671
22792026-01-22T09:36:48.533Zlock 0.506678301
22802026-01-22T09:36:48.533Zslp 32.560107526
22812026-01-22T09:36:48.533Zlat 0.037552175
22822026-01-22T09:36:48.533Zstop 0.012751453
22832026-01-22T09:36:48.557Z+ ptime -m cargo xtask ls-apis check
22842026-01-22T09:36:49.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
22852026-01-22T09:36:49.549Z Running `target/debug/xtask ls-apis check`
22862026-01-22T09:36:50.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
22872026-01-22T09:36:51.048Z Running `target/debug/ls-apis check`
22882026-01-22T09:36:51.112Zloading metadata for workspace omicron from current workspace
22892026-01-22T09:36:53.057Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22902026-01-22T09:36:53.082Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22912026-01-22T09:36:53.082Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
22922026-01-22T09:36:53.082Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
22932026-01-22T09:36:53.082Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22942026-01-22T09:36:56.779Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
22952026-01-22T09:36:57.910Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22962026-01-22T09:36:57.937Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22972026-01-22T09:36:58.422Z
22982026-01-22T09:36:58.422Z
22992026-01-22T09:36:58.422ZServer-managed APIs:
23002026-01-22T09:36:58.422Z
23012026-01-22T09:36:58.422Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23022026-01-22T09:36:58.423Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23032026-01-22T09:36:58.423Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23042026-01-22T09:36:58.423Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23052026-01-22T09:36:58.423Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23062026-01-22T09:36:58.423Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23072026-01-22T09:36:58.423Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23082026-01-22T09:36:58.423Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23092026-01-22T09:36:58.423Z DNS Server (dns-service-client, exposed by dns-server)
23102026-01-22T09:36:58.423Z Dendrite DPD (dpd-client, exposed by dpd)
23112026-01-22T09:36:58.423Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23122026-01-22T09:36:58.423Z LLDP daemon (lldpd-client, exposed by lldpd)
23132026-01-22T09:36:58.423Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23142026-01-22T09:36:58.423Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23152026-01-22T09:36:58.423Z External API (oxide-client, exposed by omicron-nexus)
23162026-01-22T09:36:58.423Z Oximeter (oximeter-client, exposed by oximeter-collector)
23172026-01-22T09:36:58.423Z Propolis (propolis-client, exposed by propolis-server)
23182026-01-22T09:36:58.423Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23192026-01-22T09:36:58.423Z Wicketd (wicketd-client, exposed by wicketd)
23202026-01-22T09:36:58.423Z
23212026-01-22T09:36:58.423Z
23222026-01-22T09:36:58.423ZClient-managed API:
23232026-01-22T09:36:58.423Z
23242026-01-22T09:36:58.423Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23252026-01-22T09:36:58.423Z reason: depends on itself (i.e., instances call each other)
23262026-01-22T09:36:58.423Z Wicketd Installinator (installinator-client, exposed by wicketd)
23272026-01-22T09:36:58.423Z reason: client is provided implicitly by the operator
23282026-01-22T09:36:58.423Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23292026-01-22T09:36:58.423Z reason: Circular dependencies between Nexus and other services
23302026-01-22T09:36:58.423Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23312026-01-22T09:36:58.423Z reason: Circular dependencies between Nexus and other services
23322026-01-22T09:36:58.423Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23332026-01-22T09:36:58.423Z reason: depends on itself (i.e., instances call each other)
23342026-01-22T09:36:58.423Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23352026-01-22T09:36:58.423Z reason: depends on itself (i.e., instances call each other)
23362026-01-22T09:36:58.423Z
23372026-01-22T09:36:58.423Z
23382026-01-22T09:36:58.423ZAPIs with unknown version management: none
23392026-01-22T09:36:58.423Z
23402026-01-22T09:36:58.424Z
23412026-01-22T09:36:58.424ZAPIs that failed consumer checks: none
23422026-01-22T09:36:58.511Z
23432026-01-22T09:36:58.511Zreal 9.946956597
23442026-01-22T09:36:58.511Zuser 8.127654508
23452026-01-22T09:36:58.511Zsys 3.469741567
23462026-01-22T09:36:58.511Ztrap 0.001533709
23472026-01-22T09:36:58.511Ztflt 0.000198366
23482026-01-22T09:36:58.511Zdflt 0.000205055
23492026-01-22T09:36:58.511Zkflt 0.000000000
23502026-01-22T09:36:58.511Zlock 0.490675738
23512026-01-22T09:36:58.511Zslp 32.137869016
23522026-01-22T09:36:58.511Zlat 0.034067469
23532026-01-22T09:36:58.511Zstop 0.013157950
23542026-01-22T09:36:58.535Z+ ptime -m cargo xtask ls-apis adoc
23552026-01-22T09:36:59.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
23562026-01-22T09:36:59.544Z Running `target/debug/xtask ls-apis adoc`
23572026-01-22T09:37:00.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
23582026-01-22T09:37:01.013Z Running `target/debug/ls-apis adoc`
23592026-01-22T09:37:01.076Zloading metadata for workspace omicron from current workspace
23602026-01-22T09:37:02.981Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23612026-01-22T09:37:03.005Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23622026-01-22T09:37:03.005Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/396bb3c/Cargo.toml
23632026-01-22T09:37:03.005Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml
23642026-01-22T09:37:03.006Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23652026-01-22T09:37:06.677Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/ab30fa9/Cargo.toml
23662026-01-22T09:37:07.846Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23672026-01-22T09:37:07.874Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23682026-01-22T09:37:08.331Z
23692026-01-22T09:37:08.331Zreal 9.790332608
23702026-01-22T09:37:08.331Zuser 7.999078054
23712026-01-22T09:37:08.331Zsys 3.457583325
23722026-01-22T09:37:08.331Ztrap 0.001318487
23732026-01-22T09:37:08.331Ztflt 0.000056566
23742026-01-22T09:37:08.331Zdflt 0.000143192
23752026-01-22T09:37:08.331Zkflt 0.000010411
23762026-01-22T09:37:08.331Zlock 0.507296180
23772026-01-22T09:37:08.331Zslp 31.838403279
23782026-01-22T09:37:08.331Zlat 0.035994434
23792026-01-22T09:37:08.331Zstop 0.011654076
23802026-01-22T09:37:08.355Z+ banner build
23812026-01-22T09:37:08.355Z
23822026-01-22T09:37:08.355Z ##### # # # # #####
23832026-01-22T09:37:08.355Z # # # # # # # #
23842026-01-22T09:37:08.355Z ##### # # # # # #
23852026-01-22T09:37:08.355Z # # # # # # # #
23862026-01-22T09:37:08.355Z # # # # # # # #
23872026-01-22T09:37:08.355Z ##### #### # ###### #####
23882026-01-22T09:37:08.355Z
23892026-01-22T09:37:08.355Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23902026-01-22T09:37:08.355Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23912026-01-22T09:37:08.355Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23922026-01-22T09:37:08.355Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23932026-01-22T09:37:08.355Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23942026-01-22T09:37:08.355Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23952026-01-22T09:37:08.355Z+ export TMPDIR=/var/tmp/omicron_tmp
23962026-01-22T09:37:08.355Z+ TMPDIR=/var/tmp/omicron_tmp
23972026-01-22T09:37:08.355Z+ export RUST_BACKTRACE=1
23982026-01-22T09:37:08.355Z+ RUST_BACKTRACE=1
23992026-01-22T09:37:08.355Z+ export CARGO_INCREMENTAL=0
24002026-01-22T09:37:08.355Z+ CARGO_INCREMENTAL=0
24012026-01-22T09:37:08.355Z+ export RUSTC_BOOTSTRAP=1
24022026-01-22T09:37:08.355Z+ RUSTC_BOOTSTRAP=1
24032026-01-22T09:37:08.356Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24042026-01-22T09:37:12.394Z Compiling proc-macro2 v1.0.101
24052026-01-22T09:37:12.394Z Compiling unicode-ident v1.0.19
24062026-01-22T09:37:12.394Z Compiling libc v0.2.180
24072026-01-22T09:37:12.418Z Compiling serde_core v1.0.228
24082026-01-22T09:37:12.418Z Compiling cfg-if v1.0.4
24092026-01-22T09:37:12.418Z Compiling serde v1.0.228
24102026-01-22T09:37:12.418Z Compiling autocfg v1.4.0
24112026-01-22T09:37:12.418Z Compiling memchr v2.7.4
24122026-01-22T09:37:12.418Z 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`
24132026-01-22T09:37:12.418Z 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`
24142026-01-22T09:37:12.418Z 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`
24152026-01-22T09:37:12.418Z 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`
24162026-01-22T09:37:12.515Z 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`
24172026-01-22T09:37:12.561Z 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`
24182026-01-22T09:37:12.561Z 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`
24192026-01-22T09:37:12.585Z 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`
24202026-01-22T09:37:12.810Z Compiling value-bag v1.12.0
24212026-01-22T09:37:12.834Z 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`
24222026-01-22T09:37:12.970Z Compiling smallvec v1.15.1
24232026-01-22T09:37:12.993Z 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`
24242026-01-22T09:37:13.134Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24252026-01-22T09:37:13.226Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24262026-01-22T09:37:13.281Z 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)'`
24272026-01-22T09:37:13.405Z Compiling log v0.4.29
24282026-01-22T09:37:13.405Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24292026-01-22T09:37:13.429Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1/build-script-build`
24302026-01-22T09:37:13.429Z 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`
24312026-01-22T09:37:13.512Z Compiling version_check v0.9.5
24322026-01-22T09:37:13.536Z 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`
24332026-01-22T09:37:13.571Z Compiling itoa v1.0.11
24342026-01-22T09:37:13.629Z Compiling lock_api v0.4.12
24352026-01-22T09:37:13.629Z 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`
24362026-01-22T09:37:13.679Z 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"))'`
24372026-01-22T09:37:13.679Z 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`
24382026-01-22T09:37:13.898Z Compiling scopeguard v1.2.0
24392026-01-22T09:37:13.922Z 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`
24402026-01-22T09:37:14.040Z 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)'`
24412026-01-22T09:37:14.126Z Compiling libm v0.2.8
24422026-01-22T09:37:14.150Z 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`
24432026-01-22T09:37:14.177Z Compiling num-traits v0.2.19
24442026-01-22T09:37:14.177Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24452026-01-22T09:37:14.201Z 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`
24462026-01-22T09:37:14.274Z Compiling zmij v1.0.15
24472026-01-22T09:37:14.298Z Compiling serde_json v1.0.149
24482026-01-22T09:37:14.298Z 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`
24492026-01-22T09:37:14.323Z 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`
24502026-01-22T09:37:14.452Z 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`
24512026-01-22T09:37:14.641Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24522026-01-22T09:37:14.705Z 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`
24532026-01-22T09:37:14.749Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24542026-01-22T09:37:14.854Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24552026-01-22T09:37:14.877Z Compiling quote v1.0.40
24562026-01-22T09:37:14.877Z 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`
24572026-01-22T09:37:14.924Z Compiling getrandom v0.2.15
24582026-01-22T09:37:14.948Z 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`
24592026-01-22T09:37:14.948Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24602026-01-22T09:37:15.038Z Compiling stable_deref_trait v1.2.0
24612026-01-22T09:37:15.062Z Compiling portable-atomic v1.11.0
24622026-01-22T09:37:15.086Z 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`
24632026-01-22T09:37:15.086Z 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`
24642026-01-22T09:37:15.147Z 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)'`
24652026-01-22T09:37:15.208Z Compiling getrandom v0.3.4
24662026-01-22T09:37:15.232Z 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`
24672026-01-22T09:37:15.356Z Compiling syn v2.0.111
24682026-01-22T09:37:15.379Z 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.111/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=0c2d81e5dfbfaaee -C extra-filename=-d276db4d2647f55b --out-dir /work/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`
24692026-01-22T09:37:15.434Z Compiling critical-section v1.1.3
24702026-01-22T09:37:15.458Z 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`
24712026-01-22T09:37:15.482Z Compiling litemap v0.7.3
24722026-01-22T09:37:15.482Z 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`
24732026-01-22T09:37:15.646Z 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)'`
24742026-01-22T09:37:15.689Z Compiling percent-encoding v2.3.2
24752026-01-22T09:37:15.743Z 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`
24762026-01-22T09:37:15.819Z Compiling writeable v0.5.5
24772026-01-22T09:37:15.843Z 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`
24782026-01-22T09:37:15.886Z Compiling allocator-api2 v0.2.21
24792026-01-22T09:37:15.910Z 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`
24802026-01-22T09:37:15.975Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
24812026-01-22T09:37:16.055Z Compiling icu_locid_transform_data v1.5.0
24822026-01-22T09:37:16.079Z 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`
24832026-01-22T09:37:16.103Z 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"))'`
24842026-01-22T09:37:16.208Z Compiling errno v0.3.12
24852026-01-22T09:37:16.232Z 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`
24862026-01-22T09:37:16.347Z Compiling icu_properties_data v1.5.0
24872026-01-22T09:37:16.370Z 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`
24882026-01-22T09:37:16.455Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
24892026-01-22T09:37:16.500Z Compiling rand_core v0.6.4
24902026-01-22T09:37:16.524Z 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`
24912026-01-22T09:37:16.558Z Compiling pin-project-lite v0.2.14
24922026-01-22T09:37:16.582Z 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`
24932026-01-22T09:37:16.606Z 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`
24942026-01-22T09:37:16.675Z Compiling write16 v1.0.0
24952026-01-22T09:37:16.710Z 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`
24962026-01-22T09:37:16.754Z Compiling icu_normalizer_data v1.5.0
24972026-01-22T09:37:16.778Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe79ead9b4489446 -C extra-filename=-54abd0820f39e054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982026-01-22T09:37:16.837Z Compiling utf8_iter v1.0.4
24992026-01-22T09:37:16.861Z 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`
25002026-01-22T09:37:16.900Z Compiling utf16_iter v1.0.5
25012026-01-22T09:37:16.923Z 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`
25022026-01-22T09:37:17.010Z Compiling form_urlencoded v1.2.2
25032026-01-22T09:37:17.034Z 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`
25042026-01-22T09:37:17.061Z Compiling once_cell v1.21.3
25052026-01-22T09:37:17.110Z 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`
25062026-01-22T09:37:17.134Z Compiling byteorder v1.5.0
25072026-01-22T09:37:17.134Z 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`
25082026-01-22T09:37:17.169Z Compiling shlex v1.3.0
25092026-01-22T09:37:17.193Z 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`
25102026-01-22T09:37:17.224Z Compiling parking_lot_core v0.9.10
25112026-01-22T09:37:17.248Z Compiling regex-syntax v0.8.5
25122026-01-22T09:37:17.248Z 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`
25132026-01-22T09:37:17.248Z 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`
25142026-01-22T09:37:17.354Z 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"))'`
25152026-01-22T09:37:17.461Z Compiling semver v1.0.27
25162026-01-22T09:37:17.485Z 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`
25172026-01-22T09:37:17.521Z Compiling equivalent v1.0.2
25182026-01-22T09:37:17.570Z 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`
25192026-01-22T09:37:17.593Z Compiling jobserver v0.1.32
25202026-01-22T09:37:17.624Z 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`
25212026-01-22T09:37:17.624Z Compiling subtle v2.6.1
25222026-01-22T09:37:17.648Z 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`
25232026-01-22T09:37:17.703Z Compiling heck v0.5.0
25242026-01-22T09:37:17.735Z 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`
25252026-01-22T09:37:17.808Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25262026-01-22T09:37:17.831Z 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`
25272026-01-22T09:37:18.005Z Compiling cc v1.2.30
25282026-01-22T09:37:18.029Z 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.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=44a07279ef3793ef -C extra-filename=-ac2b24ba1e467931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --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`
25292026-01-22T09:37:18.125Z Compiling signal-hook-registry v1.4.2
25302026-01-22T09:37:18.150Z 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`
25312026-01-22T09:37:18.200Z Compiling parking_lot v0.12.3
25322026-01-22T09:37:18.224Z 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`
25332026-01-22T09:37:18.331Z Compiling rustix v0.38.37
25342026-01-22T09:37:18.355Z 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`
25352026-01-22T09:37:18.383Z Compiling typenum v1.17.0
25362026-01-22T09:37:18.383Z 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`
25372026-01-22T09:37:18.735Z Compiling generic-array v0.14.7
25382026-01-22T09:37:18.758Z 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`
25392026-01-22T09:37:18.913Z Compiling aho-corasick v1.1.3
25402026-01-22T09:37:18.937Z 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`
25412026-01-22T09:37:19.027Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
25422026-01-22T09:37:19.133Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25432026-01-22T09:37:19.228Z Compiling fnv v1.0.7
25442026-01-22T09:37:19.252Z 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`
25452026-01-22T09:37:19.276Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25462026-01-22T09:37:19.336Z Compiling mio v1.0.2
25472026-01-22T09:37:19.359Z 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`
25482026-01-22T09:37:19.418Z Compiling futures-core v0.3.31
25492026-01-22T09:37:19.457Z 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`
25502026-01-22T09:37:19.480Z 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`
25512026-01-22T09:37:19.741Z Compiling thiserror v2.0.17
25522026-01-22T09:37:19.765Z 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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=65046a1b74a1b986 -C extra-filename=-6c8c7b63ae47623a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532026-01-22T09:37:19.789Z Compiling iana-time-zone v0.1.63
25542026-01-22T09:37:19.789Z 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`
25552026-01-22T09:37:20.149Z Compiling hashbrown v0.16.1
25562026-01-22T09:37:20.176Z 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`
25572026-01-22T09:37:20.327Z Compiling socket2 v0.6.1
25582026-01-22T09:37:20.350Z 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`
25592026-01-22T09:37:20.422Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-6c8c7b63ae47623a/build-script-build`
25602026-01-22T09:37:20.467Z Compiling either v1.15.0
25612026-01-22T09:37:20.491Z 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`
25622026-01-22T09:37:20.889Z Compiling regex-automata v0.4.11
25632026-01-22T09:37:20.913Z 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`
25642026-01-22T09:37:20.937Z Compiling uuid v1.19.0
25652026-01-22T09:37:20.937Z 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`
25662026-01-22T09:37:21.140Z Compiling spin v0.9.8
25672026-01-22T09:37:21.164Z 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`
25682026-01-22T09:37:21.218Z Compiling indexmap v2.12.1
25692026-01-22T09:37:21.242Z 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.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 --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=bf6f4b7e0e99969b -C extra-filename=-f78447817f9330f0 --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`
25702026-01-22T09:37:21.266Z Compiling thiserror v1.0.69
25712026-01-22T09:37:21.266Z 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`
25722026-01-22T09:37:21.530Z Compiling synstructure v0.13.1
25732026-01-22T09:37:21.554Z 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=03c07e5caa8aede6 -C extra-filename=-c285e5032600a151 --out-dir /work/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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-01-22T09:37:21.836Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25752026-01-22T09:37:22.058Z Compiling const-oid v0.9.6
25762026-01-22T09:37:22.082Z 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`
25772026-01-22T09:37:22.259Z Compiling serde_derive_internals v0.29.1
25782026-01-22T09:37:22.283Z 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=3f423ab1b8dcfdc1 -C extra-filename=-357ad39461d96b70 --out-dir /work/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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792026-01-22T09:37:22.307Z Compiling dyn-clone v1.0.20
25802026-01-22T09:37:22.307Z 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`
25812026-01-22T09:37:22.530Z Compiling schemars v0.8.22
25822026-01-22T09:37:22.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/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`
25832026-01-22T09:37:22.583Z Compiling futures-io v0.3.31
25842026-01-22T09:37:22.618Z 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`
25852026-01-22T09:37:22.642Z Compiling lazy_static v1.5.0
25862026-01-22T09:37:22.666Z 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`
25872026-01-22T09:37:22.768Z Compiling slab v0.4.9
25882026-01-22T09:37:22.792Z 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`
25892026-01-22T09:37:22.832Z Compiling rustversion v1.0.22
25902026-01-22T09:37:22.856Z 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`
25912026-01-22T09:37:22.902Z Compiling pkg-config v0.3.31
25922026-01-22T09:37:22.926Z 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`
25932026-01-22T09:37:22.968Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
25942026-01-22T09:37:23.027Z Compiling strsim v0.11.1
25952026-01-22T09:37:23.131Z 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`
25962026-01-22T09:37:23.169Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
25972026-01-22T09:37:23.340Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fa68cc1e9629eda3 -C extra-filename=-0c38d5d793d964d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-01-22T09:37:23.493Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
25992026-01-22T09:37:23.598Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b54ad4321b47d19 -C extra-filename=-f2a99d18b9861c4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
26002026-01-22T09:37:23.655Z Compiling syn v1.0.109
26012026-01-22T09:37:23.703Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0f2bf8101601d425 -C extra-filename=-39e09c7289f08747 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-01-22T09:37:23.727Z Compiling futures-sink v0.3.31
26032026-01-22T09:37:23.727Z Compiling cpufeatures v0.2.14
26042026-01-22T09:37:23.727Z 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`
26052026-01-22T09:37:23.727Z 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`
26062026-01-22T09:37:23.914Z Compiling pin-utils v0.1.0
26072026-01-22T09:37:23.914Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc544caf5df12c3 -C extra-filename=-12262d058be2a232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082026-01-22T09:37:23.959Z Compiling futures-channel v0.3.31
26092026-01-22T09:37:23.983Z 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`
26102026-01-22T09:37:24.010Z Compiling futures-task v0.3.31
26112026-01-22T09:37:24.034Z 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`
26122026-01-22T09:37:24.076Z Compiling foldhash v0.1.5
26132026-01-22T09:37:24.100Z 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`
26142026-01-22T09:37:24.124Z Compiling adler2 v2.0.0
26152026-01-22T09:37:24.124Z 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`
26162026-01-22T09:37:24.270Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26172026-01-22T09:37:24.356Z Compiling hashbrown v0.15.4
26182026-01-22T09:37:24.380Z 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`
26192026-01-22T09:37:24.408Z Compiling miniz_oxide v0.8.5
26202026-01-22T09:37:24.432Z Compiling tracing-core v0.1.32
26212026-01-22T09:37:24.432Z Compiling glob v0.3.2
26222026-01-22T09:37:24.432Z 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`
26232026-01-22T09:37:24.432Z 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`
26242026-01-22T09:37:24.456Z 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`
26252026-01-22T09:37:24.456Z 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`
26262026-01-22T09:37:24.814Z Compiling gimli v0.31.1
26272026-01-22T09:37:24.838Z 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`
26282026-01-22T09:37:25.246Z Compiling object v0.36.5
26292026-01-22T09:37:25.270Z 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`
26302026-01-22T09:37:25.327Z Compiling serde_derive v1.0.228
26312026-01-22T09:37:25.351Z 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=eac0de5650c12dee -C extra-filename=-4106a313f197086e --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-01-22T09:37:25.506Z Compiling zeroize_derive v1.4.2
26332026-01-22T09:37:25.530Z 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=9d978b3878578333 -C extra-filename=-192871d11294b859 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342026-01-22T09:37:25.715Z Compiling zerofrom-derive v0.1.4
26352026-01-22T09:37:25.739Z 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=d409ed0e8c66d171 -C extra-filename=-24367e626261e796 --out-dir /work/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-d276db4d2647f55b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c285e5032600a151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362026-01-22T09:37:25.789Z Compiling yoke-derive v0.7.4
26372026-01-22T09:37:25.813Z 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=62db75973e253c99 -C extra-filename=-9c394c113d8750e0 --out-dir /work/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-d276db4d2647f55b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c285e5032600a151.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382026-01-22T09:37:26.798Z Compiling zeroize v1.8.1
26392026-01-22T09:37:26.822Z 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=88d5bd5e56c08f71 -C extra-filename=-af4e2b450e46dc94 --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-192871d11294b859.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-01-22T09:37:27.176Z Compiling zerovec-derive v0.10.3
26412026-01-22T09:37:27.199Z 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=b4a21bc4020eb540 -C extra-filename=-688b07c7e5fe28bf --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-01-22T09:37:28.236Z Compiling displaydoc v0.2.5
26432026-01-22T09:37:28.260Z 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=12e55d79f4fe5ab1 -C extra-filename=-7dcfd17a577e18c5 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-01-22T09:37:28.720Z Compiling icu_provider_macros v1.5.0
26452026-01-22T09:37:28.764Z 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=cec4fde5c9736a1f -C extra-filename=-093eef26b8c282d8 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-01-22T09:37:28.787Z Compiling zerofrom v0.1.4
26472026-01-22T09:37:28.788Z 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=a6bbb91234db6912 -C extra-filename=-ff4efecf8d58e35b --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-24367e626261e796.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-01-22T09:37:29.053Z Compiling yoke v0.7.4
26492026-01-22T09:37:29.077Z 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=ba07fff4a2df91de -C extra-filename=-951cc5c8cbbfc159 --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-9c394c113d8750e0.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-01-22T09:37:29.427Z Compiling zerovec v0.10.4
26512026-01-22T09:37:29.471Z 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=52cf7b37a4fac4c2 -C extra-filename=-6f8335aca0b49f49 --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-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-688b07c7e5fe28bf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-01-22T09:37:29.540Z 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=18c02123efd24598 -C extra-filename=-47471b442f50a582 --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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26532026-01-22T09:37:29.648Z Compiling thiserror-impl v2.0.17
26542026-01-22T09:37:29.672Z 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.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbb503f22034e21f -C extra-filename=-559f737f8d30a02f --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-01-22T09:37:29.873Z Compiling regex v1.11.3
26562026-01-22T09:37:29.897Z 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`
26572026-01-22T09:37:29.994Z Compiling tokio-macros v2.6.0
26582026-01-22T09:37:30.018Z 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=1a6cea8e838d79ae -C extra-filename=-85bfbce07711d923 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-01-22T09:37:30.742Z Compiling thiserror-impl v1.0.69
26602026-01-22T09:37:30.766Z 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=3db28b20b6edd35d -C extra-filename=-9c5c8572ab3597e8 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-01-22T09:37:30.873Z Compiling crypto-common v0.1.6
26622026-01-22T09:37:30.897Z 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=e72abaef28546414 -C extra-filename=-cd3482b36310c24b --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-47471b442f50a582.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`
26632026-01-22T09:37:31.132Z Compiling tinystr v0.7.6
26642026-01-22T09:37:31.157Z 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=f9260ab822b83144 -C extra-filename=-752ed5eec1c69b30 --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-7dcfd17a577e18c5.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652026-01-22T09:37:31.188Z 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=eb07060d528cccb7 -C extra-filename=-a63eaf9643a0dfb8 --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-4106a313f197086e.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)'`
26662026-01-22T09:37:31.367Z Compiling icu_collections v1.5.0
26672026-01-22T09:37:31.411Z 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=6651f4598ee3a6ea -C extra-filename=-e80065faab5ca01c --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-7dcfd17a577e18c5.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-01-22T09:37:31.453Z Compiling zerocopy-derive v0.7.35
26692026-01-22T09:37:31.453Z 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=62695215f26b08f7 -C extra-filename=-251111b13adb315c --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-01-22T09:37:31.482Z Compiling icu_locid v1.5.0
26712026-01-22T09:37:31.482Z 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=8a2fde5ea1fb444a -C extra-filename=-6426a9aa1d179c25 --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-7dcfd17a577e18c5.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-01-22T09:37:31.539Z Compiling schemars_derive v0.8.22
26732026-01-22T09:37:31.563Z 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=b376521ee84a4012 -C extra-filename=-f5044b98a337decc --out-dir /work/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-357ad39461d96b70.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-01-22T09:37:32.285Z Compiling bitflags v2.9.4
26752026-01-22T09:37:32.309Z 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=2c7b169510dbfe03 -C extra-filename=-8335c3fff4809f0a --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-01-22T09:37:32.335Z Compiling bytes v1.10.1
26772026-01-22T09:37:32.393Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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=9714c466ac314a69 -C extra-filename=-62ecb1184096bc82 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782026-01-22T09:37:32.527Z Compiling icu_provider v1.5.0
26792026-01-22T09:37:32.552Z 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=9d4f377ac32d10e0 -C extra-filename=-ca66eba24a4f3ed8 --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-7dcfd17a577e18c5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-6426a9aa1d179c25.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-093eef26b8c282d8.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-752ed5eec1c69b30.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-951cc5c8cbbfc159.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ff4efecf8d58e35b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-01-22T09:37:32.734Z 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=29f7d339deb720d2 -C extra-filename=-e5812aada0aea4b7 --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-8335c3fff4809f0a.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`
26812026-01-22T09:37:33.188Z Compiling icu_locid_transform v1.5.0
26822026-01-22T09:37:33.214Z 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=e8f85fc2a3ffcbe1 -C extra-filename=-634c3c91ad3ac506 --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-7dcfd17a577e18c5.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-6426a9aa1d179c25.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-ca66eba24a4f3ed8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-01-22T09:37:33.253Z 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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cc680119d3775f05 -C extra-filename=-7b831e6b31a0eb2a --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-559f737f8d30a02f.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)'`
26842026-01-22T09:37:33.307Z Compiling chrono v0.4.42
26852026-01-22T09:37:33.331Z 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.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "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=7ec8d2e4ca9ce4c4 -C extra-filename=-48fb03ed99eab2f1 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-01-22T09:37:33.437Z Compiling tokio v1.48.0
26872026-01-22T09:37:33.483Z 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.48.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=a93dae3e7cc406f5 -C extra-filename=-f7152447f7d83a7a --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-62ecb1184096bc82.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-85bfbce07711d923.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-01-22T09:37:33.507Z 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=a93681e63e327e47 -C extra-filename=-90d02e105026a3fe --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-9c5c8572ab3597e8.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)'`
26892026-01-22T09:37:33.641Z Compiling zerocopy v0.7.35
26902026-01-22T09:37:33.665Z 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=db6475c4613a7ea2 -C extra-filename=-353d04d439cf2a37 --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-251111b13adb315c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-01-22T09:37:33.703Z Compiling block-buffer v0.10.4
26922026-01-22T09:37:33.727Z 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=f8bc452d51b27491 -C extra-filename=-96583ea7f23dc1c2 --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-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-01-22T09:37:34.001Z Compiling digest v0.10.7
26942026-01-22T09:37:34.025Z 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=921b717889edc86b -C extra-filename=-1c6d496b319eaa8c --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-96583ea7f23dc1c2.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-cd3482b36310c24b.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`
26952026-01-22T09:37:34.049Z Compiling futures-macro v0.3.31
26962026-01-22T09:37:34.095Z 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=776e75aa6edf74b5 -C extra-filename=-fd81243b996b0b6b --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972026-01-22T09:37:34.198Z Compiling tracing-attributes v0.1.27
26982026-01-22T09:37:34.224Z 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=b2eb4fea15cc71cb -C extra-filename=-54fda6a5f17ce7d4 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-01-22T09:37:34.491Z Compiling icu_properties v1.5.1
27002026-01-22T09:37:34.515Z 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=4b7d6bc2bced95ac -C extra-filename=-976b018edc213fb8 --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-7dcfd17a577e18c5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e80065faab5ca01c.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-634c3c91ad3ac506.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-ca66eba24a4f3ed8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-752ed5eec1c69b30.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-01-22T09:37:34.973Z Compiling ppv-lite86 v0.2.20
27022026-01-22T09:37:34.997Z 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=489634448fc506e9 -C extra-filename=-19d333e4cdbcbdba --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-353d04d439cf2a37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-01-22T09:37:35.205Z Compiling http v1.4.0
27042026-01-22T09:37:35.256Z 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=1baf6b06d80a6457 -C extra-filename=-e0688423ffdf1dcf --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-62ecb1184096bc82.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`
27052026-01-22T09:37:35.666Z Compiling addr2line v0.24.2
27062026-01-22T09:37:35.690Z 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`
27072026-01-22T09:37:35.713Z Compiling futures-util v0.3.31
27082026-01-22T09:37:35.785Z 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=099817039d0bbe70 -C extra-filename=-513e6bd09d65a657 --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-fd81243b996b0b6b.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`
27092026-01-22T09:37:36.226Z Compiling rustc-demangle v0.1.24
27102026-01-22T09:37:36.273Z 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`
27112026-01-22T09:37:36.316Z Compiling clang-sys v1.8.1
27122026-01-22T09:37:36.340Z 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`
27132026-01-22T09:37:36.684Z Compiling crossbeam-utils v0.8.21
27142026-01-22T09:37:36.711Z 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`
27152026-01-22T09:37:36.931Z Compiling tracing v0.1.40
27162026-01-22T09:37:36.955Z 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=c861727e80bf299c -C extra-filename=-2d9a6f5e195032c7 --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-54fda6a5f17ce7d4.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`
27172026-01-22T09:37:36.990Z Compiling backtrace v0.3.74
27182026-01-22T09:37:37.014Z 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`
27192026-01-22T09:37:37.048Z Compiling prettyplease v0.2.36
27202026-01-22T09:37:37.072Z 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`
27212026-01-22T09:37:37.100Z Compiling minimal-lexical v0.2.1
27222026-01-22T09:37:37.124Z 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`
27232026-01-22T09:37:37.231Z Compiling paste v1.0.15
27242026-01-22T09:37:37.255Z 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`
27252026-01-22T09:37:37.426Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27262026-01-22T09:37:37.521Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
27272026-01-22T09:37:37.545Z Compiling nom v7.1.3
27282026-01-22T09:37:37.545Z 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`
27292026-01-22T09:37:37.591Z Compiling serde_tokenstream v0.2.2
27302026-01-22T09:37:37.591Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
27312026-01-22T09:37:37.615Z 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=e9885b25c1fa7542 -C extra-filename=-9607ef7a21e960d6 --out-dir /work/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-a63eaf9643a0dfb8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-01-22T09:37:37.700Z Compiling icu_normalizer v1.5.0
27332026-01-22T09:37:37.724Z 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=c7db30eb5d0d37be -C extra-filename=-053de0288e57e063 --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-7dcfd17a577e18c5.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e80065faab5ca01c.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-976b018edc213fb8.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-ca66eba24a4f3ed8.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-6f8335aca0b49f49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-01-22T09:37:37.816Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
27352026-01-22T09:37:37.860Z 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"))'`
27362026-01-22T09:37:38.217Z 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)'`
27372026-01-22T09:37:38.409Z Compiling libloading v0.8.5
27382026-01-22T09:37:38.432Z 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`
27392026-01-22T09:37:38.787Z Compiling idna_adapter v1.2.0
27402026-01-22T09:37:38.811Z 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=0103c29e4da93446 -C extra-filename=-6dcffaa66aed5c48 --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-053de0288e57e063.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-976b018edc213fb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-01-22T09:37:38.849Z Compiling anyhow v1.0.99
27422026-01-22T09:37:38.903Z 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`
27432026-01-22T09:37:39.050Z Compiling idna v1.0.3
27442026-01-22T09:37:39.074Z 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=9af022a3ae674294 -C extra-filename=-64a7acf0887fa60d --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-6dcffaa66aed5c48.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`
27452026-01-22T09:37:39.126Z 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`
27462026-01-22T09:37:39.181Z 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=ce5e56c6be2be197 -C extra-filename=-067edc1c4c1cec03 --out-dir /work/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-d276db4d2647f55b.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)'`
27472026-01-22T09:37:39.378Z Compiling block-padding v0.3.3
27482026-01-22T09:37:39.402Z 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=ee64d1703f6cf0d7 -C extra-filename=-e2e21b8e8e358488 --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-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492026-01-22T09:37:39.456Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27502026-01-22T09:37:39.753Z Compiling url v2.5.4
27512026-01-22T09:37:39.777Z 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=cf009acd0057ecb4 -C extra-filename=-140e58fe84ea194a --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-64a7acf0887fa60d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-01-22T09:37:40.028Z Compiling powerfmt v0.2.0
27532026-01-22T09:37:40.051Z 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`
27542026-01-22T09:37:40.358Z Compiling cexpr v0.6.0
27552026-01-22T09:37:40.383Z 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`
27562026-01-22T09:37:40.407Z Compiling num-conv v0.1.0
27572026-01-22T09:37:40.407Z 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`
27582026-01-22T09:37:40.460Z Compiling base64 v0.22.1
27592026-01-22T09:37:40.484Z 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`
27602026-01-22T09:37:40.517Z Compiling base64ct v1.6.0
27612026-01-22T09:37:40.571Z 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`
27622026-01-22T09:37:40.740Z 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=affd03eaba851229 -C extra-filename=-8536971ec6dc5e13 --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-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-f5044b98a337decc.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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`
27632026-01-22T09:37:41.083Z Compiling home v0.5.9
27642026-01-22T09:37:41.107Z 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`
27652026-01-22T09:37:41.131Z Compiling time-core v0.1.6
27662026-01-22T09:37:41.131Z 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`
27672026-01-22T09:37:41.265Z Compiling deranged v0.5.3
27682026-01-22T09:37:41.289Z 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`
27692026-01-22T09:37:41.331Z 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)'`
27702026-01-22T09:37:41.516Z Compiling time-macros v0.2.24
27712026-01-22T09:37:41.552Z 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-01-22T09:37:41.671Z Compiling inout v0.1.3
27732026-01-22T09:37:41.671Z 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=bc56c888c4d5c267 -C extra-filename=-de462ea811994f59 --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-e2e21b8e8e358488.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742026-01-22T09:37:41.715Z Compiling ring v0.17.14
27752026-01-22T09:37:41.738Z 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=4bee96b763e49e56 -C extra-filename=-285c5b5f920ddaea --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-01-22T09:37:41.956Z Compiling num_threads v0.1.7
27772026-01-22T09:37:41.983Z 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`
27782026-01-22T09:37:42.059Z Compiling utf8parse v0.2.2
27792026-01-22T09:37:42.082Z 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`
27802026-01-22T09:37:42.148Z Compiling vcpkg v0.2.15
27812026-01-22T09:37:42.172Z 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`
27822026-01-22T09:37:42.273Z Compiling cipher v0.4.4
27832026-01-22T09:37:42.297Z 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=3a2a28661c818245 -C extra-filename=-f1826a9539d67185 --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-cd3482b36310c24b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-01-22T09:37:42.752Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea/build-script-build`
27852026-01-22T09:37:42.799Z Compiling ipnet v2.11.0
27862026-01-22T09:37:42.824Z 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=b9fb3c0079d0c075 -C extra-filename=-96d44b0553356cd8 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-01-22T09:37:43.579Z Compiling zerocopy v0.8.27
27882026-01-22T09:37:43.603Z 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`
27892026-01-22T09:37:43.632Z Compiling zerocopy-derive v0.8.27
27902026-01-22T09:37:43.656Z 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=fbcbc72a840e71b0 -C extra-filename=-bf8c2a66e19f9bb8 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-01-22T09:37:43.680Z Compiling itertools v0.12.1
27922026-01-22T09:37:43.680Z 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`
27932026-01-22T09:37:43.805Z Compiling time v0.3.43
27942026-01-22T09:37:43.829Z 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`
27952026-01-22T09:37:43.871Z Compiling ident_case v1.0.1
27962026-01-22T09:37:43.895Z 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`
27972026-01-22T09:37:44.104Z Compiling bindgen v0.69.5
27982026-01-22T09:37:44.128Z 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`
27992026-01-22T09:37:44.383Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
28002026-01-22T09:37:44.484Z Compiling which v4.4.2
28012026-01-22T09:37:44.508Z 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=8c775ec5bc3af358 -C extra-filename=-3a1fe09c45025a7d --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-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-01-22T09:37:45.023Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de/build-script-build`
28032026-01-22T09:37:45.073Z Compiling tokio-util v0.7.15
28042026-01-22T09:37:45.097Z 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=59978c5b139756ad -C extra-filename=-e852a3047cb61de5 --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-62ecb1184096bc82.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-513e6bd09d65a657.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-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-01-22T09:37:45.151Z Compiling sha2 v0.10.9
28062026-01-22T09:37:45.175Z 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=decf85fb7f0cfccf -C extra-filename=-a3b1abe2e585c741 --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-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-01-22T09:37:45.301Z Compiling rustc-hash v1.1.0
28082026-01-22T09:37:45.325Z 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`
28092026-01-22T09:37:45.506Z Compiling httparse v1.9.5
28102026-01-22T09:37:45.530Z 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`
28112026-01-22T09:37:46.198Z Compiling anstyle v1.0.11
28122026-01-22T09:37:46.222Z 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`
28132026-01-22T09:37:46.246Z Compiling lazycell v1.3.0
28142026-01-22T09:37:46.270Z 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`
28152026-01-22T09:37:46.300Z 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=20127fcf3dfc9644 -C extra-filename=-51ff2a45a24caa66 --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-bf8c2a66e19f9bb8.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)'`
28162026-01-22T09:37:46.476Z Compiling atomic-waker v1.1.2
28172026-01-22T09:37:46.500Z 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`
28182026-01-22T09:37:46.670Z 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=19ed9526ff579419 -C extra-filename=-66469bbf1187bd9f --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-8335c3fff4809f0a.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-067edc1c4c1cec03.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-d276db4d2647f55b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-3a1fe09c45025a7d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192026-01-22T09:37:46.723Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
28202026-01-22T09:37:46.832Z Compiling pem-rfc7468 v0.7.0
28212026-01-22T09:37:46.855Z 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`
28222026-01-22T09:37:47.115Z Compiling hmac v0.12.1
28232026-01-22T09:37:47.139Z 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=bc8af39540395ac0 -C extra-filename=-9a7e0dfd2befbd68 --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-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-01-22T09:37:47.164Z Compiling cmake v0.1.51
28252026-01-22T09:37:47.207Z 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=ec1a8bfe37d7e0f3 -C extra-filename=-a93ac5dd321d178d --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-ac2b24ba1e467931.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-01-22T09:37:47.300Z Compiling fs_extra v1.3.0
28272026-01-22T09:37:47.324Z 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`
28282026-01-22T09:37:47.415Z Compiling fastrand v2.1.1
28292026-01-22T09:37:47.439Z 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`
28302026-01-22T09:37:47.463Z Compiling dunce v1.0.5
28312026-01-22T09:37:47.514Z 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`
28322026-01-22T09:37:47.654Z Compiling untrusted v0.9.0
28332026-01-22T09:37:47.691Z 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`
28342026-01-22T09:37:47.792Z 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`
28352026-01-22T09:37:47.840Z Compiling anstyle-parse v0.2.5
28362026-01-22T09:37:47.863Z 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`
28372026-01-22T09:37:47.905Z 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=c5616246ccac1b3e -C extra-filename=-bf00ff95c8089375 --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-aaa5d3556d6e760b/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
28382026-01-22T09:37:47.960Z Compiling rand_chacha v0.3.1
28392026-01-22T09:37:47.985Z Compiling is_terminal_polyfill v1.70.1
28402026-01-22T09:37:47.985Z 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=70400e20744aeea9 -C extra-filename=-9e172ee533783540 --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-19d333e4cdbcbdba.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`
28412026-01-22T09:37:47.985Z 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`
28422026-01-22T09:37:48.066Z Compiling anstyle-query v1.1.1
28432026-01-22T09:37:48.090Z 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`
28442026-01-22T09:37:48.198Z Compiling colorchoice v1.0.2
28452026-01-22T09:37:48.222Z 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`
28462026-01-22T09:37:48.246Z Compiling der_derive v0.7.3
28472026-01-22T09:37:48.246Z 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=f60ad9e45fe9ffda -C extra-filename=-b7367e46bcb44674 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-01-22T09:37:48.299Z Compiling ryu v1.0.18
28492026-01-22T09:37:48.352Z 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`
28502026-01-22T09:37:48.413Z Compiling anstream v0.6.18
28512026-01-22T09:37:48.437Z 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`
28522026-01-22T09:37:48.477Z Compiling rand v0.8.5
28532026-01-22T09:37:48.477Z 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=5eb9ff3d5f261eeb -C extra-filename=-e24efe75f2906a0d --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-9e172ee533783540.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`
28542026-01-22T09:37:48.659Z Compiling flagset v0.4.6
28552026-01-22T09:37:48.683Z 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`
28562026-01-22T09:37:48.906Z Compiling terminal_size v0.4.0
28572026-01-22T09:37:48.930Z 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=5876d489b504f32b -C extra-filename=-498e12e84f0f81cd --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-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-01-22T09:37:49.020Z Compiling unicode-segmentation v1.12.0
28592026-01-22T09:37:49.045Z 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`
28602026-01-22T09:37:49.157Z Compiling aws-lc-rs v1.12.4
28612026-01-22T09:37:49.181Z 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`
28622026-01-22T09:37:49.575Z Compiling rustls-pki-types v1.10.0
28632026-01-22T09:37:49.617Z 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`
28642026-01-22T09:37:49.653Z Compiling http-body v1.0.1
28652026-01-22T09:37:49.677Z 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=3fdbb5957ff03ffb -C extra-filename=-8a0e739038dae1d1 --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-62ecb1184096bc82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-01-22T09:37:49.708Z Compiling clap_lex v0.7.4
28672026-01-22T09:37:49.732Z 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`
28682026-01-22T09:37:49.818Z Compiling serde_spanned v0.6.9
28692026-01-22T09:37:49.841Z 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=12d0c70a65265afe -C extra-filename=-001dcbe3b5ca8177 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-01-22T09:37:49.948Z Compiling toml_datetime v0.6.11
28712026-01-22T09:37:49.972Z 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=562254c4d04efb1c -C extra-filename=-42fa2b149e75e6f8 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-01-22T09:37:50.119Z Compiling clap_builder v4.5.48
28732026-01-22T09:37:50.143Z 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=1ff8b7dd74ec75d3 -C extra-filename=-b5c52762ebcb9ec9 --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-498e12e84f0f81cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-01-22T09:37:50.179Z Compiling clap_derive v4.5.47
28752026-01-22T09:37:50.231Z 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=eff449d7da4e302c -C extra-filename=-89fd85bf568c0270 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-01-22T09:37:50.255Z Compiling try-lock v0.2.5
28772026-01-22T09:37:50.283Z 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`
28782026-01-22T09:37:50.306Z Compiling der v0.7.10
28792026-01-22T09:37:50.306Z 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=328278de407754a3 -C extra-filename=-3f0702ae7a4e5d08 --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-b7367e46bcb44674.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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-01-22T09:37:50.453Z Compiling untrusted v0.7.1
28812026-01-22T09:37:50.477Z Compiling httpdate v1.0.3
28822026-01-22T09:37:50.477Z 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`
28832026-01-22T09:37:50.477Z 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`
28842026-01-22T09:37:50.550Z Compiling want v0.3.1
28852026-01-22T09:37:50.550Z 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`
28862026-01-22T09:37:50.720Z Compiling h2 v0.4.6
28872026-01-22T09:37:50.744Z 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=b195fe8e23eba8b0 -C extra-filename=-198087b8be680c0c --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-62ecb1184096bc82.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-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-01-22T09:37:50.864Z Compiling tower-layer v0.3.3
28892026-01-22T09:37:50.888Z 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`
28902026-01-22T09:37:50.940Z Compiling tower-service v0.3.3
28912026-01-22T09:37:50.964Z 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`
28922026-01-22T09:37:51.118Z Compiling camino v1.2.1
28932026-01-22T09:37:51.142Z 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.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="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=a34b09b32652f71d -C extra-filename=-3f9e0a434a993c7a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a -L 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-01-22T09:37:51.187Z Compiling pbkdf2 v0.12.2
28952026-01-22T09:37:51.211Z 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=c166ed6adfbe9032 -C extra-filename=-9f61b2551e717720 --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-1c6d496b319eaa8c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-01-22T09:37:51.406Z Compiling openssl-sys v0.9.109
28972026-01-22T09:37:51.430Z 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=cc5e5a31a596c48d -C extra-filename=-5ff09220dff8c077 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.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`
28982026-01-22T09:37:51.772Z Compiling aes v0.8.4
28992026-01-22T09:37:51.796Z 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=174e6b8740bc9cf4 -C extra-filename=-f0a73f8d750ffdb4 --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-f1826a9539d67185.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`
29002026-01-22T09:37:51.820Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-3f9e0a434a993c7a/build-script-build`
29012026-01-22T09:37:51.926Z Compiling async-trait v0.1.89
29022026-01-22T09:37:51.950Z 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=0b71f9ca1d8b5bbe -C extra-filename=-2af21442a3b43a15 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032026-01-22T09:37:52.432Z Compiling spki v0.7.3
29042026-01-22T09:37:52.456Z 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=4cb4c007998c1887 -C extra-filename=-abc6b8501e9c9633 --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-3f0702ae7a4e5d08.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052026-01-22T09:37:52.818Z Compiling slog v2.8.2
29062026-01-22T09:37:52.843Z 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`
29072026-01-22T09:37:52.945Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077/build-script-main`
29082026-01-22T09:37:53.049Z 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.1/src/lib.rs --error-format=json --json=diagnostic-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=68efad9a31727b62 -C extra-filename=-54336e2d6e7eae24 --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 --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)'`
29092026-01-22T09:37:53.204Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
29102026-01-22T09:37:53.268Z Compiling cbc v0.1.2
29112026-01-22T09:37:53.292Z 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=8fef3c46439f71f3 -C extra-filename=-24586da27d12798a --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-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-01-22T09:37:53.551Z Compiling salsa20 v0.10.2
29132026-01-22T09:37:53.575Z 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=df7f2976c45c6275 -C extra-filename=-ab1f48dbcf24e08f --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-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-01-22T09:37:53.747Z Compiling clap v4.5.48
29152026-01-22T09:37:53.771Z 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=697d690a1216d1bb -C extra-filename=-523ecfc7617bc60b --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-b5c52762ebcb9ec9.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-89fd85bf568c0270.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-01-22T09:37:53.817Z Compiling erased-serde v0.3.31
29172026-01-22T09:37:53.841Z 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=f4198db3edd4907c -C extra-filename=-555a351adafaba5e --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182026-01-22T09:37:53.865Z Compiling rustc_version v0.4.1
29192026-01-22T09:37:53.888Z 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`
29202026-01-22T09:37:53.920Z Compiling rand_core v0.9.3
29212026-01-22T09:37:53.965Z 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`
29222026-01-22T09:37:53.997Z Compiling mime v0.3.17
29232026-01-22T09:37:54.021Z 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`
29242026-01-22T09:37:54.119Z Compiling ucd-trie v0.1.7
29252026-01-22T09:37:54.143Z 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`
29262026-01-22T09:37:54.469Z Compiling rustix v1.1.3
29272026-01-22T09:37:54.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/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`
29282026-01-22T09:37:54.514Z Compiling pest v2.8.2
29292026-01-22T09:37:54.538Z Compiling scrypt v0.11.0
29302026-01-22T09:37:54.538Z 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=af8dfe4522791ae0 -C extra-filename=-9457d73df75ca6d4 --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-7b831e6b31a0eb2a.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`
29312026-01-22T09:37:54.538Z 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=edb946be370b6fb6 -C extra-filename=-a103de4faba033e8 --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-9f61b2551e717720.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-ab1f48dbcf24e08f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-01-22T09:37:54.682Z Compiling http-body-util v0.1.3
29332026-01-22T09:37:54.706Z 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=4cdc52d1537eddfe -C extra-filename=-d5311ff8ad060f71 --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-62ecb1184096bc82.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.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`
29342026-01-22T09:37:55.051Z 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=f7f6d013f0c99a29 -C extra-filename=-222a78cdaa281fbd --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-555a351adafaba5e.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)'`
29352026-01-22T09:37:55.108Z Compiling pkcs5 v0.7.1
29362026-01-22T09:37:55.132Z 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=c0ce14580ea5fb5d -C extra-filename=-eb292b4bf00ff2f0 --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-f0a73f8d750ffdb4.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-a103de4faba033e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-01-22T09:37:55.167Z Compiling plain v0.2.3
29382026-01-22T09:37:55.214Z 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`
29392026-01-22T09:37:55.273Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
29402026-01-22T09:37:55.404Z Compiling rand_chacha v0.9.0
29412026-01-22T09:37:55.428Z 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=ab2af3dbb5f067e6 -C extra-filename=-db8d4aa03e39ae1c --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-19d333e4cdbcbdba.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`
29422026-01-22T09:37:55.851Z Compiling pkcs8 v0.10.2
29432026-01-22T09:37:55.875Z 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=4ab03a0e23553dd7 -C extra-filename=-c9b71fc347911eff --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-3f0702ae7a4e5d08.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-eb292b4bf00ff2f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-01-22T09:37:56.068Z 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=f845c5da28c00833 -C extra-filename=-3f549b674c48674d --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-8335c3fff4809f0a.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`
29452026-01-22T09:37:56.112Z Compiling openssl-probe v0.1.5
29462026-01-22T09:37:56.311Z 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`
29472026-01-22T09:37:56.453Z Compiling foreign-types-shared v0.1.1
29482026-01-22T09:37:56.491Z 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`
29492026-01-22T09:37:56.516Z Compiling openssl v0.10.73
29502026-01-22T09:37:56.516Z 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`
29512026-01-22T09:37:56.627Z Compiling foreign-types v0.3.2
29522026-01-22T09:37:56.692Z 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`
29532026-01-22T09:37:56.716Z Compiling hyper v1.8.1
29542026-01-22T09:37:56.716Z Compiling rand v0.9.2
29552026-01-22T09:37:56.716Z 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=b5eb49c5421829ef -C extra-filename=-583eb8cec2ba98ca --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-62ecb1184096bc82.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-198087b8be680c0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.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-f7152447f7d83a7a.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`
29562026-01-22T09:37:56.716Z 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=03f4a0f6f65e0853 -C extra-filename=-81cddf8435918e2f --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-db8d4aa03e39ae1c.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-01-22T09:37:56.796Z Compiling pest_meta v2.8.2
29582026-01-22T09:37:56.820Z 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=3ec4b7242cb4de71 -C extra-filename=-beccadadeb07e4bb --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-9457d73df75ca6d4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592026-01-22T09:37:56.976Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29602026-01-22T09:37:57.044Z 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=c84a26c2fbcc8f26 -C extra-filename=-89504b0c229a16ef --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)'`
29612026-01-22T09:37:57.113Z Compiling serde_urlencoded v0.7.1
29622026-01-22T09:37:57.137Z 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=b2ea442188739d94 -C extra-filename=-7d189bf503988c63 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-01-22T09:37:57.589Z Compiling hex v0.4.3
29642026-01-22T09:37:57.613Z 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=92080f935c0a417c -C extra-filename=-be4aef7e3611ca80 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-01-22T09:37:58.131Z Compiling pest_generator v2.8.2
29662026-01-22T09:37:58.156Z 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=f6f1cf2be47d0d84 -C extra-filename=-12911755b4beee17 --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-9457d73df75ca6d4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-beccadadeb07e4bb.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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-01-22T09:37:58.188Z Compiling tempfile v3.24.0
29682026-01-22T09:37:58.289Z 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=fa42331bad1465d0 -C extra-filename=-1ccc481c475781ab --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-3f549b674c48674d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-01-22T09:37:58.356Z Compiling openssl-macros v0.1.1
29702026-01-22T09:37:58.380Z 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=8d2f416ee0fe599d -C extra-filename=-258ec4c813f19d30 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-01-22T09:37:58.602Z Compiling encoding_rs v0.8.34
29722026-01-22T09:37:58.625Z 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`
29732026-01-22T09:37:58.852Z Compiling hyper-util v0.1.19
29742026-01-22T09:37:58.875Z 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=9dcc2c66251a6f99 -C extra-filename=-34784501566ece99 --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-62ecb1184096bc82.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-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.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-f7152447f7d83a7a.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-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-01-22T09:37:58.943Z Compiling pretty-hex v0.4.1
29762026-01-22T09:37:58.966Z 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`
29772026-01-22T09:37:59.141Z Compiling rustls v0.23.19
29782026-01-22T09:37:59.165Z 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`
29792026-01-22T09:37:59.214Z 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=5838a0aad1846b89 -C extra-filename=-f7dbb948798e8015 --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-8335c3fff4809f0a.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-258ec4c813f19d30.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.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)'`
29802026-01-22T09:37:59.513Z Compiling openapiv3 v2.2.0
29812026-01-22T09:37:59.537Z 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=96781f37b50b56cb -C extra-filename=-55854e406e36a0f9 --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-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
29822026-01-22T09:37:59.567Z Compiling native-tls v0.2.12
29832026-01-22T09:37:59.567Z 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`
29842026-01-22T09:37:59.852Z Compiling ipnetwork v0.21.1
29852026-01-22T09:37:59.876Z 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=99520d6384e6ee02 -C extra-filename=-e6c8d889893b1fb8 --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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-01-22T09:37:59.996Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
29872026-01-22T09:38:00.056Z Compiling cookie v0.18.1
29882026-01-22T09:38:00.080Z 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`
29892026-01-22T09:38:00.385Z Compiling pest_derive v2.8.2
29902026-01-22T09:38:00.435Z 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=667fff0288b182fe -C extra-filename=-beb17cca98262e1c --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-9457d73df75ca6d4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-12911755b4beee17.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-01-22T09:38:00.458Z Compiling litrs v0.4.1
29922026-01-22T09:38:00.458Z 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`
29932026-01-22T09:38:00.612Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
29942026-01-22T09:38:00.719Z Compiling sync_wrapper v1.0.1
29952026-01-22T09:38:00.742Z 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`
29962026-01-22T09:38:00.920Z Compiling psl-types v2.0.11
29972026-01-22T09:38:00.944Z 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`
29982026-01-22T09:38:01.159Z Compiling winnow v0.7.13
29992026-01-22T09:38:01.183Z 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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=12dbf89cc2a4cc4c -C extra-filename=-bfe077220902c678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-01-22T09:38:01.294Z Compiling publicsuffix v2.3.0
30012026-01-22T09:38:01.318Z 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=bd3aa6c366db98c3 -C extra-filename=-b6d235fa17234758 --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-64a7acf0887fa60d.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`
30022026-01-22T09:38:01.433Z Compiling document-features v0.2.11
30032026-01-22T09:38:01.457Z 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`
30042026-01-22T09:38:01.507Z Compiling tower v0.5.2
30052026-01-22T09:38:01.530Z 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=0c31a730db6dde68 -C extra-filename=-2c09da9693e01586 --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-513e6bd09d65a657.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-f7152447f7d83a7a.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`
30062026-01-22T09:38:01.617Z 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`
30072026-01-22T09:38:02.362Z Compiling rustls-native-certs v0.8.1
30082026-01-22T09:38:02.386Z 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`
30092026-01-22T09:38:02.441Z Compiling webpki-roots v1.0.1
30102026-01-22T09:38:02.464Z 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`
30112026-01-22T09:38:02.585Z Compiling signature v2.2.0
30122026-01-22T09:38:02.609Z 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=61cae54830c39867 -C extra-filename=-4b1c622ece0fa1a6 --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-1c6d496b319eaa8c.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`
30132026-01-22T09:38:02.672Z Compiling iri-string v0.7.8
30142026-01-22T09:38:02.696Z 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`
30152026-01-22T09:38:02.720Z Compiling cookie_store v0.21.1
30162026-01-22T09:38:02.720Z 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=c9efe46ac263262a -C extra-filename=-9c06bb47f135485b --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-64a7acf0887fa60d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-b6d235fa17234758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.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-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-01-22T09:38:02.824Z Compiling winnow v0.5.40
30182026-01-22T09:38:02.848Z 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`
30192026-01-22T09:38:02.901Z Compiling data-encoding v2.9.0
30202026-01-22T09:38:02.925Z 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`
30212026-01-22T09:38:02.955Z Compiling darling_core v0.21.0
30222026-01-22T09:38:02.955Z 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=d7c37defc3f65520 -C extra-filename=-e6221525eab0fd3d --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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-01-22T09:38:04.024Z Compiling darling_core v0.20.10
30242026-01-22T09:38:04.048Z 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=6089e3db450fca09 -C extra-filename=-20510a6276007ac7 --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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-01-22T09:38:04.153Z 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=3325b58332fd188c -C extra-filename=-f28104d752f78e8f --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-f7dbb948798e8015.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-89504b0c229a16ef.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`
30262026-01-22T09:38:04.331Z Compiling sha1 v0.10.6
30272026-01-22T09:38:04.354Z 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=4f5a3fffdd4308f0 -C extra-filename=-90ca0236b234b3c1 --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-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-01-22T09:38:04.739Z Compiling tokio-native-tls v0.3.1
30292026-01-22T09:38:04.763Z 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=20e6f9bb7e4e92cd -C extra-filename=-39f314a2f5f61f9a --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-f28104d752f78e8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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`
30302026-01-22T09:38:04.787Z Compiling strum_macros v0.26.4
30312026-01-22T09:38:04.787Z 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=571072e7234e5095 -C extra-filename=-ec738fe1adf04ce5 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-01-22T09:38:05.061Z Compiling hyper-tls v0.6.0
30332026-01-22T09:38:05.085Z 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=743948febe8f6613 -C extra-filename=-c4795ebd0e8c407b --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-62ecb1184096bc82.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-f28104d752f78e8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-39f314a2f5f61f9a.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`
30342026-01-22T09:38:05.462Z Compiling tower-http v0.6.6
30352026-01-22T09:38:05.486Z 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=6b0219b940218a81 -C extra-filename=-3821a12aa3ac5879 --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-8335c3fff4809f0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.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-2c09da9693e01586.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`
30362026-01-22T09:38:05.699Z Compiling toml_edit v0.19.15
30372026-01-22T09:38:05.723Z 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=70fff86e0914f6bc -C extra-filename=-3532364bc661e1cf --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-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.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`
30382026-01-22T09:38:05.829Z Compiling tinyvec_macros v0.1.1
30392026-01-22T09:38:05.853Z 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`
30402026-01-22T09:38:05.971Z Compiling tinyvec v1.8.0
30412026-01-22T09:38:05.995Z 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`
30422026-01-22T09:38:06.043Z Compiling scroll_derive v0.12.0
30432026-01-22T09:38:06.067Z 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=42dcb202b8649d6f -C extra-filename=-9cea006ca6696c8e --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-01-22T09:38:06.252Z Compiling num-integer v0.1.46
30452026-01-22T09:38:06.276Z 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`
30462026-01-22T09:38:06.900Z Compiling quick-error v1.2.3
30472026-01-22T09:38:06.924Z 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`
30482026-01-22T09:38:07.099Z Compiling ahash v0.8.12
30492026-01-22T09:38:07.123Z 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`
30502026-01-22T09:38:07.223Z Compiling static_assertions v1.1.0
30512026-01-22T09:38:07.247Z 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`
30522026-01-22T09:38:07.279Z Compiling scroll v0.12.0
30532026-01-22T09:38:07.325Z 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=2d41bf68472f4b1e -C extra-filename=-1ff72436100fc923 --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-9cea006ca6696c8e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-01-22T09:38:07.386Z Compiling oxnet v0.1.4
30552026-01-22T09:38:07.410Z 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=0b2fe477b100ea4c -C extra-filename=-e2c2ba30359648b5 --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-e6c8d889893b1fb8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
30562026-01-22T09:38:07.514Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30572026-01-22T09:38:07.618Z Compiling hubpack_derive v0.1.1
30582026-01-22T09:38:07.655Z 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`
30592026-01-22T09:38:07.807Z Compiling goblin v0.8.2
30602026-01-22T09:38:07.831Z 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=ffb23ad1a97a218d -C extra-filename=-14211b7462dbe36d --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-1ff72436100fc923.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-01-22T09:38:07.933Z Compiling darling_macro v0.21.0
30622026-01-22T09:38:07.969Z 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=bc0ccb6b6997512d -C extra-filename=-2411a0648868a131 --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-e6221525eab0fd3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-01-22T09:38:08.145Z Compiling usdt-impl v0.5.0
30642026-01-22T09:38:08.169Z 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`
30652026-01-22T09:38:08.322Z Compiling strum v0.26.3
30662026-01-22T09:38:08.346Z 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=9cad410a22decd57 -C extra-filename=-a584387af8d415c6 --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-ec738fe1adf04ce5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672026-01-22T09:38:08.538Z Compiling crc32fast v1.4.2
30682026-01-22T09:38:08.586Z 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`
30692026-01-22T09:38:08.610Z Compiling base16ct v0.2.0
30702026-01-22T09:38:08.610Z Compiling bit-vec v0.8.0
30712026-01-22T09:38:08.610Z 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`
30722026-01-22T09:38:08.610Z 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`
30732026-01-22T09:38:08.836Z Compiling darling_macro v0.20.10
30742026-01-22T09:38:08.860Z 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=fae849bea0dc98dc -C extra-filename=-169bff8d6ba6f6b8 --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-20510a6276007ac7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-01-22T09:38:08.909Z Compiling sec1 v0.7.3
30762026-01-22T09:38:08.933Z 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=ee8ad4ee399ec4d1 -C extra-filename=-0053930843531127 --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-3f0702ae7a4e5d08.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-01-22T09:38:08.957Z Compiling darling v0.21.0
30782026-01-22T09:38:08.981Z 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=91d0f95171c01a27 -C extra-filename=-f7be53da0af7497f --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-e6221525eab0fd3d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2411a0648868a131.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-01-22T09:38:08.981Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
30802026-01-22T09:38:09.107Z Compiling bit-set v0.8.0
30812026-01-22T09:38:09.131Z 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`
30822026-01-22T09:38:09.167Z Compiling hubpack v0.1.2
30832026-01-22T09:38:09.191Z 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=44399d0002011b18 -C extra-filename=-6e1e4f5b71f0c0f9 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-01-22T09:38:09.215Z 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=27ebdc0b0222de2e -C extra-filename=-b86e19eb56cd552a --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-51ff2a45a24caa66.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)'`
30852026-01-22T09:38:09.430Z Compiling num-iter v0.1.45
30862026-01-22T09:38:09.454Z 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`
30872026-01-22T09:38:09.480Z Compiling dtrace-parser v0.2.0
30882026-01-22T09:38:09.480Z 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=00d517751ccbfac9 -C extra-filename=-d988833a065daeaf --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-9457d73df75ca6d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-beb17cca98262e1c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-01-22T09:38:09.612Z Compiling ff v0.13.0
30902026-01-22T09:38:09.681Z 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`
30912026-01-22T09:38:09.705Z Compiling wait-timeout v0.2.0
30922026-01-22T09:38:09.705Z 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`
30932026-01-22T09:38:09.732Z Compiling thread-id v4.2.2
30942026-01-22T09:38:09.795Z 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`
30952026-01-22T09:38:09.872Z Compiling darling v0.20.10
30962026-01-22T09:38:09.896Z 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=1d4d8a5a24ce93e9 -C extra-filename=-f7340329ccdf1fc5 --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-20510a6276007ac7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-169bff8d6ba6f6b8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-01-22T09:38:09.922Z Compiling num-bigint-dig v0.8.6
30982026-01-22T09:38:09.946Z Compiling toml_write v0.1.2
30992026-01-22T09:38:09.946Z 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`
31002026-01-22T09:38:09.946Z 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`
31012026-01-22T09:38:10.047Z Compiling group v0.13.0
31022026-01-22T09:38:10.070Z 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`
31032026-01-22T09:38:10.172Z Compiling heck v0.4.1
31042026-01-22T09:38:10.196Z 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`
31052026-01-22T09:38:10.381Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
31062026-01-22T09:38:10.405Z Compiling toml_edit v0.22.27
31072026-01-22T09:38:10.405Z 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=badb45d7ba54f8dc -C extra-filename=-8204521628226dcd --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-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-02170c98dd0eef5f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082026-01-22T09:38:10.435Z Compiling hkdf v0.12.4
31092026-01-22T09:38:10.459Z 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=96689eeeade566fb -C extra-filename=-bd7130e99a144471 --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-9a7e0dfd2befbd68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102026-01-22T09:38:10.482Z Compiling crossbeam-epoch v0.9.18
31112026-01-22T09:38:10.482Z 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`
31122026-01-22T09:38:10.601Z Compiling crypto-bigint v0.5.5
31132026-01-22T09:38:10.625Z 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=f76b9c81046b528a -C extra-filename=-d0c2da2483ddbfab --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-47471b442f50a582.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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-01-22T09:38:10.736Z Compiling bstr v1.10.0
31152026-01-22T09:38:10.760Z 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`
31162026-01-22T09:38:11.121Z Compiling scroll_derive v0.13.1
31172026-01-22T09:38:11.145Z 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=f003437a45e53091 -C extra-filename=-d6f1ca77e2430d79 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-01-22T09:38:11.173Z Compiling itertools v0.13.0
31192026-01-22T09:38:11.218Z 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`
31202026-01-22T09:38:11.396Z Compiling zlib-rs v0.5.1
31212026-01-22T09:38:11.420Z 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`
31222026-01-22T09:38:12.033Z 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=fa3fd80cf7512a62 -C extra-filename=-7d9aa0a651064790 --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-e24efe75f2906a0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31232026-01-22T09:38:12.716Z Compiling dof v0.3.0
31242026-01-22T09:38:12.740Z 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=1c37692605548e8c -C extra-filename=-302d56358dcb5327 --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-14211b7462dbe36d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-01-22T09:38:13.762Z 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=2a2d3a89e1b40af2 -C extra-filename=-0365e9380dea6bd1 --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-302d56358dcb5327.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.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-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.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`
31262026-01-22T09:38:14.221Z Compiling elliptic-curve v0.13.8
31272026-01-22T09:38:14.245Z 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=63e5753e3a0cdf80 -C extra-filename=-79ba77e562a2dc78 --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-d0c2da2483ddbfab.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-01-22T09:38:14.983Z Compiling scroll v0.13.0
31292026-01-22T09:38:15.007Z 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=c3bf9cfef520f73b -C extra-filename=-6b8d69ca0906b676 --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-d6f1ca77e2430d79.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-01-22T09:38:15.089Z Compiling rusty-fork v0.3.0
31312026-01-22T09:38:15.113Z 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=2d9416a6806295bb -C extra-filename=-b52c42515fbb1d4e --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-1ccc481c475781ab.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`
31322026-01-22T09:38:15.317Z Compiling pkcs1 v0.7.5
31332026-01-22T09:38:15.341Z 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=88b81de024d5d62f -C extra-filename=-6ea09a72f67a0b34 --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-3f0702ae7a4e5d08.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-01-22T09:38:15.368Z Compiling rand_xorshift v0.4.0
31352026-01-22T09:38:15.392Z 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`
31362026-01-22T09:38:15.556Z Compiling bzip2-sys v0.1.13+1.0.8
31372026-01-22T09:38:15.580Z 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=953880880c8f4621 -C extra-filename=-a9a7c6f802534066 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.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`
31382026-01-22T09:38:15.709Z Compiling unarray v0.1.4
31392026-01-22T09:38:15.733Z 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`
31402026-01-22T09:38:15.773Z Compiling goblin v0.10.2
31412026-01-22T09:38:15.796Z 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=43c67e78196490be -C extra-filename=-5eaa9ea6a92178c4 --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-6b8d69ca0906b676.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-01-22T09:38:16.010Z Compiling proptest v1.7.0
31432026-01-22T09:38:16.034Z 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=b44d1d36badbd3fb -C extra-filename=-947c6bc7e98fa7c1 --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-8335c3fff4809f0a.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-81cddf8435918e2f.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.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-b52c42515fbb1d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.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`
31442026-01-22T09:38:16.202Z Compiling rsa v0.9.8
31452026-01-22T09:38:16.226Z 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=564e81a176af5f25 -C extra-filename=-c0cf9adb20b0bb04 --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-1c6d496b319eaa8c.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.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-6ea09a72f67a0b34.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-01-22T09:38:16.255Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066/build-script-build`
31472026-01-22T09:38:16.308Z Compiling curve25519-dalek v4.1.3
31482026-01-22T09:38:16.332Z 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`
31492026-01-22T09:38:17.077Z Compiling libz-rs-sys v0.5.1
31502026-01-22T09:38:17.101Z 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`
31512026-01-22T09:38:17.397Z Compiling flate2 v1.1.2
31522026-01-22T09:38:17.421Z 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`
31532026-01-22T09:38:17.669Z Compiling x509-cert v0.2.5
31542026-01-22T09:38:17.693Z 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=84d3fcaccdfb29e7 -C extra-filename=-a13594a241f967e4 --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-3f0702ae7a4e5d08.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552026-01-22T09:38:17.720Z Compiling bitflags v1.3.2
31562026-01-22T09:38:17.743Z 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`
31572026-01-22T09:38:17.895Z Compiling usdt-impl v0.6.0
31582026-01-22T09:38:17.919Z 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`
31592026-01-22T09:38:18.270Z 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=51eddba1293d4475 -C extra-filename=-61bff90c6eb4d97f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-a5022a14d5411a51/out/lib -l static=bz2`
31602026-01-22T09:38:18.317Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31612026-01-22T09:38:18.380Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31622026-01-22T09:38:18.467Z Compiling derive_builder_core v0.20.2
31632026-01-22T09:38:18.491Z 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=01039ec5fcfb75a9 -C extra-filename=-6f373df925b3453c --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-f7340329ccdf1fc5.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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-01-22T09:38:18.525Z Compiling dtrace-parser v0.3.0
31652026-01-22T09:38:18.602Z 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=2541576593d3850e -C extra-filename=-1676c9f7110555a5 --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-9457d73df75ca6d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-beb17cca98262e1c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-01-22T09:38:20.109Z Compiling rfc6979 v0.4.0
31672026-01-22T09:38:20.133Z 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=e7b497acf825189a -C extra-filename=-1b86d25cc91b665a --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-9a7e0dfd2befbd68.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`
31682026-01-22T09:38:20.243Z Compiling curve25519-dalek-derive v0.1.1
31692026-01-22T09:38:20.267Z 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=c04eacdebd0ec13a -C extra-filename=-3d3fae18bea19d19 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-01-22T09:38:20.343Z Compiling thread-id v5.0.0
31712026-01-22T09:38:20.367Z 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`
31722026-01-22T09:38:20.498Z Compiling signal-hook v0.3.18
31732026-01-22T09:38:20.522Z 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`
31742026-01-22T09:38:20.855Z Compiling siphasher v0.3.11
31752026-01-22T09:38:20.878Z 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`
31762026-01-22T09:38:21.139Z Compiling newtype-uuid v1.3.2
31772026-01-22T09:38:21.185Z 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=159a71e8e8c15a7c -C extra-filename=-8125891eebfa0a9b --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-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-01-22T09:38:21.233Z Compiling phf_shared v0.11.2
31792026-01-22T09:38:21.257Z 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`
31802026-01-22T09:38:21.484Z 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=e9686e002d67a88e -C extra-filename=-6d94dcf1bf056c6a --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-3d3fae18bea19d19.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.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-af4e2b450e46dc94.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"'`
31812026-01-22T09:38:21.616Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
31822026-01-22T09:38:21.685Z Compiling ecdsa v0.16.9
31832026-01-22T09:38:21.685Z 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=2380025577be9b0a -C extra-filename=-e062cf5a1d23a0bd --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-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-1b86d25cc91b665a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-01-22T09:38:21.775Z Compiling dof v0.4.0
31852026-01-22T09:38:21.798Z 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=2148277d97e465cf -C extra-filename=-03a782d9d4b19db9 --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-5eaa9ea6a92178c4.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-01-22T09:38:22.405Z Compiling derive_builder_macro v0.20.2
31872026-01-22T09:38:22.429Z 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=9060fd19a928635b -C extra-filename=-7c2ffdba676acad5 --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-6f373df925b3453c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-01-22T09:38:22.515Z Compiling toml v0.7.8
31892026-01-22T09:38:22.541Z 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=a82d44e2ad8f2559 -C extra-filename=-8deef866a4a26c56 --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-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-01-22T09:38:22.764Z 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=c04cf0ed231aba5f -C extra-filename=-f4c5f4ab124c7995 --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-03a782d9d4b19db9.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1676c9f7110555a5.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-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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)'`
31912026-01-22T09:38:23.352Z Compiling daft-derive v0.1.4
31922026-01-22T09:38:23.376Z 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=1c6c0831354714a9 -C extra-filename=-625eb0415048f626 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-01-22T09:38:23.696Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31942026-01-22T09:38:23.720Z 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=241d36cdec9996a5 -C extra-filename=-0f856328fcfd2ce7 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.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`
31952026-01-22T09:38:23.778Z Compiling memmap2 v0.9.8
31962026-01-22T09:38:23.802Z 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`
31972026-01-22T09:38:23.896Z Compiling env_filter v0.1.2
31982026-01-22T09:38:23.920Z 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`
31992026-01-22T09:38:24.178Z Compiling memoffset v0.9.1
32002026-01-22T09:38:24.202Z 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`
32012026-01-22T09:38:24.474Z Compiling cfg_aliases v0.2.1
32022026-01-22T09:38:24.498Z 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`
32032026-01-22T09:38:24.522Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7/build-script-build`
32042026-01-22T09:38:24.574Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
32052026-01-22T09:38:24.676Z Compiling env_logger v0.11.8
32062026-01-22T09:38:24.700Z 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`
32072026-01-22T09:38:24.775Z Compiling derive_builder v0.20.2
32082026-01-22T09:38:24.799Z 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=78027f6bf714f155 -C extra-filename=-e9cc8fdbf4d1c29c --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-7c2ffdba676acad5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-01-22T09:38:24.824Z Compiling daft v0.1.4
32102026-01-22T09:38:24.848Z 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=11cf3e2fcb3e2929 -C extra-filename=-9291fc78212aa833 --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-625eb0415048f626.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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`
32112026-01-22T09:38:25.010Z 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`
32122026-01-22T09:38:25.083Z Compiling serde_with_macros v3.16.1
32132026-01-22T09:38:25.107Z 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=6a5c8ac44eac1c1c -C extra-filename=-96c5a720df3aabd5 --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-f7be53da0af7497f.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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142026-01-22T09:38:25.372Z Compiling unicode-normalization v0.1.24
32152026-01-22T09:38:25.396Z Compiling ed25519 v2.2.3
32162026-01-22T09:38:25.396Z 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`
32172026-01-22T09:38:25.396Z 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=8b91a4ff7deef35f -C extra-filename=-867d7dc609281a27 --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-c9b71fc347911eff.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-01-22T09:38:25.796Z Compiling enum-as-inner v0.6.1
32192026-01-22T09:38:25.820Z 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=58d6623c2aae3878 -C extra-filename=-8d755279626495bf --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-01-22T09:38:26.234Z Compiling vergen-lib v0.1.6
32212026-01-22T09:38:26.258Z 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`
32222026-01-22T09:38:26.584Z Compiling keccak v0.1.5
32232026-01-22T09:38:26.608Z 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`
32242026-01-22T09:38:26.780Z Compiling managed v0.8.0
32252026-01-22T09:38:26.805Z 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`
32262026-01-22T09:38:27.219Z Compiling sha3 v0.10.8
32272026-01-22T09:38:27.243Z 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=50c41d9a3bab04b9 -C extra-filename=-d7fd07d916944978 --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-1c6d496b319eaa8c.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`
32282026-01-22T09:38:27.267Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32292026-01-22T09:38:27.330Z Compiling serde_with v3.16.1
32302026-01-22T09:38:27.353Z 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=cb3e7b0601f63df1 -C extra-filename=-a809e9d8c4170b1d --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-be4aef7e3611ca80.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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-96c5a720df3aabd5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-01-22T09:38:27.377Z Compiling ed25519-dalek v2.1.1
32322026-01-22T09:38:27.377Z 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=0bff521603d03090 -C extra-filename=-cdcdf780c038777d --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-6d94dcf1bf056c6a.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-867d7dc609281a27.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-01-22T09:38:27.538Z Compiling usdt-attr-macro v0.6.0
32342026-01-22T09:38:27.562Z 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=9a27c117e73f1778 -C extra-filename=-cabd532452067d7e --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-1676c9f7110555a5.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-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-01-22T09:38:28.155Z Compiling usdt-macro v0.6.0
32362026-01-22T09:38:28.179Z 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=a173a6a32c599418 -C extra-filename=-0e2d9285a4756f60 --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-1676c9f7110555a5.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-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-01-22T09:38:28.220Z 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`
32382026-01-22T09:38:28.400Z Compiling cargo-platform v0.1.8
32392026-01-22T09:38:28.424Z 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=3ba40a71afcb2aa4 -C extra-filename=-379328dfadb8c639 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-01-22T09:38:28.607Z Compiling vergen v9.0.6
32412026-01-22T09:38:28.631Z 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`
32422026-01-22T09:38:28.900Z Compiling itertools v0.10.5
32432026-01-22T09:38:28.924Z 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`
32442026-01-22T09:38:29.025Z Compiling new_debug_unreachable v1.0.6
32452026-01-22T09:38:29.049Z 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`
32462026-01-22T09:38:29.179Z Compiling ref-cast v1.0.25
32472026-01-22T09:38:29.203Z 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`
32482026-01-22T09:38:29.227Z Compiling zstd-safe v7.2.3
32492026-01-22T09:38:29.227Z 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`
32502026-01-22T09:38:29.680Z Compiling fixedbitset v0.4.2
32512026-01-22T09:38:29.704Z 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`
32522026-01-22T09:38:29.730Z Compiling precomputed-hash v0.1.1
32532026-01-22T09:38:29.753Z 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`
32542026-01-22T09:38:29.844Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32552026-01-22T09:38:29.919Z Compiling string_cache v0.8.9
32562026-01-22T09:38:29.943Z 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=d5ea2d00a882903c -C extra-filename=-895147969acef52d --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-01-22T09:38:29.966Z Compiling usdt v0.6.0
32582026-01-22T09:38:29.966Z 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=1313d0d590f0ec48 -C extra-filename=-2cc4ccc53913d0ce --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-03a782d9d4b19db9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5eaa9ea6a92178c4.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-cabd532452067d7e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-0e2d9285a4756f60.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-01-22T09:38:30.118Z Compiling petgraph v0.6.5
32602026-01-22T09:38:30.142Z 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=7946ca97f63da1b1 -C extra-filename=-c8faf3ef761b5017 --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-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-01-22T09:38:30.356Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32622026-01-22T09:38:30.413Z Compiling cargo_metadata v0.19.2
32632026-01-22T09:38:30.459Z 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=285f0f289908265f -C extra-filename=-65c44cb727c2eb4f --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-54336e2d6e7eae24.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-379328dfadb8c639.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642026-01-22T09:38:30.521Z 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=5456c8ea478f68be -C extra-filename=-7c4372dfd309d33c --out-dir /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-e9cc8fdbf4d1c29c.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)'`
32652026-01-22T09:38:31.072Z Compiling signal-hook-mio v0.2.4
32662026-01-22T09:38:31.097Z 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`
32672026-01-22T09:38:31.193Z Compiling bzip2 v0.4.4
32682026-01-22T09:38:31.217Z 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=e4ef6a04c8a2fa19 -C extra-filename=-d71e1b4c3025ba8c --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-61bff90c6eb4d97f.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-a5022a14d5411a51/out/lib`
32692026-01-22T09:38:31.250Z Compiling ref-cast-impl v1.0.25
32702026-01-22T09:38:31.250Z 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=f46bc8e1b3dd7cfb -C extra-filename=-f53d844f98f92546 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-01-22T09:38:31.292Z Compiling rustc-hash v2.1.1
32722026-01-22T09:38:31.341Z 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`
32732026-01-22T09:38:31.539Z Compiling zip v0.6.6
32742026-01-22T09:38:31.563Z 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=538764b8516d1351 -C extra-filename=-d3beb03ed84bca04 --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-d71e1b4c3025ba8c.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-a5022a14d5411a51/out/lib`
32752026-01-22T09:38:31.589Z Compiling heapless v0.7.17
32762026-01-22T09:38:31.662Z 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`
32772026-01-22T09:38:32.081Z Compiling simd-adler32 v0.3.7
32782026-01-22T09:38:32.106Z 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`
32792026-01-22T09:38:32.340Z 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=c13a9bdd03d51c4e -C extra-filename=-fd7e6d90bc377feb --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-f53d844f98f92546.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)'`
32802026-01-22T09:38:32.538Z 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=f02f75d6e6423b9f -C extra-filename=-554cda91acabd23b --out-dir /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-65c44cb727c2eb4f.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-e9cc8fdbf4d1c29c.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-7c4372dfd309d33c.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)'`
32812026-01-22T09:38:32.604Z Compiling lockfree-object-pool v0.1.6
32822026-01-22T09:38:32.628Z 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`
32832026-01-22T09:38:32.686Z Compiling lalrpop-util v0.19.12
32842026-01-22T09:38:32.710Z 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`
32852026-01-22T09:38:32.900Z Compiling bumpalo v3.16.0
32862026-01-22T09:38:32.924Z 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`
32872026-01-22T09:38:33.059Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
32882026-01-22T09:38:33.174Z Compiling crossterm v0.28.1
32892026-01-22T09:38:33.198Z 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=28459f7c71bebb89 -C extra-filename=-de1496c0a7f895f1 --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-8335c3fff4809f0a.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-e5812aada0aea4b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
32902026-01-22T09:38:33.229Z Compiling nix v0.29.0
32912026-01-22T09:38:33.256Z 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`
32922026-01-22T09:38:33.281Z Compiling zopfli v0.8.1
32932026-01-22T09:38:33.305Z 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`
32942026-01-22T09:38:33.351Z Compiling bzip2 v0.5.2
32952026-01-22T09:38:33.375Z 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=5630c876153e9757 -C extra-filename=-7b59099efea250ad --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-61bff90c6eb4d97f.rmeta --cap-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-a5022a14d5411a51/out/lib`
32962026-01-22T09:38:33.413Z Compiling serde-big-array v0.5.1
32972026-01-22T09:38:33.437Z 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=5f0bd687b3db3ce2 -C extra-filename=-0ec8627c359aaefa --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-01-22T09:38:33.690Z Compiling hash32 v0.2.1
32992026-01-22T09:38:33.715Z 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`
33002026-01-22T09:38:33.760Z Compiling socket2 v0.5.10
33012026-01-22T09:38:33.784Z 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`
33022026-01-22T09:38:34.060Z Compiling winnow v0.6.26
33032026-01-22T09:38:34.085Z 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`
33042026-01-22T09:38:34.109Z Compiling fs-err v3.1.1
33052026-01-22T09:38:34.109Z 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`
33062026-01-22T09:38:34.528Z Compiling unicode-bidi v0.3.17
33072026-01-22T09:38:34.552Z 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`
33082026-01-22T09:38:34.620Z Compiling unicode-properties v0.1.3
33092026-01-22T09:38:34.644Z 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`
33102026-01-22T09:38:34.776Z Compiling jiff v0.2.15
33112026-01-22T09:38:34.799Z 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`
33122026-01-22T09:38:35.017Z Compiling predicates-core v1.0.8
33132026-01-22T09:38:35.041Z 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`
33142026-01-22T09:38:35.351Z Compiling buf-list v1.0.3
33152026-01-22T09:38:35.375Z 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`
33162026-01-22T09:38:35.673Z Compiling smoltcp v0.9.1
33172026-01-22T09:38:35.698Z 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`
33182026-01-22T09:38:35.947Z Compiling stringprep v0.1.5
33192026-01-22T09:38:35.971Z 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`
33202026-01-22T09:38:35.995Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33212026-01-22T09:38:36.102Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
33222026-01-22T09:38:36.147Z 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=c186a69a99126626 -C extra-filename=-951de3bf988ee21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-163c6620fa51a768/out -l static=zstd`
33232026-01-22T09:38:36.287Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33242026-01-22T09:38:36.381Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33252026-01-22T09:38:36.405Z 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=c05aef45acb56fe0 -C extra-filename=-f219b7c465583037 --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-951de3bf988ee21d.rmeta --cap-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-163c6620fa51a768/out`
33262026-01-22T09:38:36.449Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33272026-01-22T09:38:36.473Z 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`
33282026-01-22T09:38:36.561Z Compiling hickory-proto v0.25.2
33292026-01-22T09:38:36.585Z 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=f3678f1dc15bac25 -C extra-filename=-b2c22f643748ca7b --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-2af21442a3b43a15.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-8d755279626495bf.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-513e6bd09d65a657.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-01-22T09:38:36.849Z Compiling zstd v0.13.3
33312026-01-22T09:38:36.873Z 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=6e519c58ba35a9f9 -C extra-filename=-5c637844be290586 --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-f219b7c465583037.rmeta --cap-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-163c6620fa51a768/out`
33322026-01-22T09:38:36.913Z Compiling similar v2.7.0
33332026-01-22T09:38:36.913Z 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`
33342026-01-22T09:38:37.083Z Compiling tokio-stream v0.1.17
33352026-01-22T09:38:37.107Z 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=3a58d23b695cc3e2 -C extra-filename=-bd18a41507420ac8 --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-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-01-22T09:38:37.450Z Compiling md-5 v0.10.6
33372026-01-22T09:38:37.474Z 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=f6b2e9937adc4ee3 -C extra-filename=-244665dfd06a28bc --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-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-01-22T09:38:37.509Z Compiling strum_macros v0.27.2
33392026-01-22T09:38:37.509Z 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=1be3b4101b8c88a4 -C extra-filename=-e744534270d34cf5 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402026-01-22T09:38:37.555Z Compiling float-cmp v0.10.0
33412026-01-22T09:38:37.579Z 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`
33422026-01-22T09:38:37.773Z Compiling fallible-iterator v0.2.0
33432026-01-22T09:38:37.797Z 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`
33442026-01-22T09:38:37.835Z Compiling normalize-line-endings v0.3.0
33452026-01-22T09:38:37.859Z 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`
33462026-01-22T09:38:38.020Z Compiling difflib v0.4.0
33472026-01-22T09:38:38.058Z 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`
33482026-01-22T09:38:38.092Z 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`
33492026-01-22T09:38:38.407Z Compiling postgres-protocol v0.6.8
33502026-01-22T09:38:38.431Z 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=8ab657acd875d723 -C extra-filename=-713ccb458bd21f83 --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-62ecb1184096bc82.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-244665dfd06a28bc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.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`
33512026-01-22T09:38:38.679Z Compiling predicates v3.1.3
33522026-01-22T09:38:38.703Z 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`
33532026-01-22T09:38:39.168Z 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=23d453e92f0b785b -C extra-filename=-ce9644087b104c32 --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-8335c3fff4809f0a.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)'`
33542026-01-22T09:38:39.479Z 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=6fe5391cdf77f091 -C extra-filename=-82d883864d46861b --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-f7152447f7d83a7a.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)'`
33552026-01-22T09:38:39.776Z 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=ed16b81385702c3d -C extra-filename=-69c549845365092f --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-62ecb1184096bc82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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`
33562026-01-22T09:38:40.004Z Compiling serde_repr v0.1.19
33572026-01-22T09:38:40.028Z 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=084c50d498d6bc37 -C extra-filename=-4316a1ed6681090b --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-01-22T09:38:40.281Z Compiling fixedbitset v0.5.7
33592026-01-22T09:38:40.305Z 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`
33602026-01-22T09:38:40.339Z Compiling foldhash v0.2.0
33612026-01-22T09:38:40.370Z 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`
33622026-01-22T09:38:40.722Z Compiling peg-runtime v0.8.5
33632026-01-22T09:38:40.746Z 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`
33642026-01-22T09:38:40.906Z Compiling zip v4.2.0
33652026-01-22T09:38:40.930Z 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=62b75a1eb24e4a0b -C extra-filename=-e8c214eac5355d13 --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-7b59099efea250ad.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-f78447817f9330f0.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-5c637844be290586.rmeta --cap-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-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out`
33662026-01-22T09:38:40.967Z Compiling petgraph v0.8.2
33672026-01-22T09:38:40.967Z 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=0484b1b813406021 -C extra-filename=-bffbde57c905a831 --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-f78447817f9330f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-01-22T09:38:41.040Z Compiling iddqd v0.3.16
33692026-01-22T09:38:41.064Z 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=80ab4af5fe810306 -C extra-filename=-868fcd3922541fd7 --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-9291fc78212aa833.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-947c6bc7e98fa7c1.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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`
33702026-01-22T09:38:41.270Z Compiling postgres-types v0.2.9
33712026-01-22T09:38:41.317Z 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=78cb45bfc506eaed -C extra-filename=-7680edb508daf0bf --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-62ecb1184096bc82.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-713ccb458bd21f83.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
33722026-01-22T09:38:41.593Z Compiling strum v0.27.2
33732026-01-22T09:38:41.617Z 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=24495d642aa943f0 -C extra-filename=-7440387433421dc1 --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-e744534270d34cf5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-01-22T09:38:41.826Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33752026-01-22T09:38:41.850Z 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=ebe47e823716b0f4 -C extra-filename=-89661fa98ebad8b4 --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-8335c3fff4809f0a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-4316a1ed6681090b.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-7440387433421dc1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e744534270d34cf5.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-01-22T09:38:42.349Z Compiling phf v0.11.2
33772026-01-22T09:38:42.373Z 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`
33782026-01-22T09:38:42.650Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33792026-01-22T09:38:42.680Z 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=34bc6d5ff085f142 -C extra-filename=-37e6e1b3c2259deb --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-a63eaf9643a0dfb8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-01-22T09:38:42.820Z Compiling whoami v1.5.2
33812026-01-22T09:38:42.844Z 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`
33822026-01-22T09:38:43.066Z Compiling futures-executor v0.3.31
33832026-01-22T09:38:43.090Z 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=14e2673905df9f73 -C extra-filename=-276110bc69978dcd --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-513e6bd09d65a657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-01-22T09:38:43.342Z Compiling tokio-postgres v0.7.13
33852026-01-22T09:38:43.389Z 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=1562b2d75385e2b6 -C extra-filename=-02125a17e3af2d55 --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-2af21442a3b43a15.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.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-513e6bd09d65a657.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-713ccb458bd21f83.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7680edb508daf0bf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.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`
33862026-01-22T09:38:43.413Z Compiling futures v0.3.31
33872026-01-22T09:38:43.459Z 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=96ff257c33521f41 -C extra-filename=-fa2e91ea0140bc4e --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-276110bc69978dcd.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-513e6bd09d65a657.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-01-22T09:38:43.556Z Compiling is-terminal v0.4.13
33892026-01-22T09:38:43.580Z 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`
33902026-01-22T09:38:43.604Z Compiling regress v0.10.4
33912026-01-22T09:38:43.604Z 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`
33922026-01-22T09:38:43.750Z Compiling crossbeam-channel v0.5.15
33932026-01-22T09:38:43.774Z 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`
33942026-01-22T09:38:44.557Z Compiling thread_local v1.1.8
33952026-01-22T09:38:44.581Z 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`
33962026-01-22T09:38:44.667Z Compiling slog-async v2.8.0
33972026-01-22T09:38:44.691Z 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`
33982026-01-22T09:38:44.916Z Compiling unsafe-libyaml v0.2.11
33992026-01-22T09:38:44.940Z 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`
34002026-01-22T09:38:45.078Z Compiling take_mut v0.2.2
34012026-01-22T09:38:45.102Z 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`
34022026-01-22T09:38:45.216Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
34032026-01-22T09:38:45.290Z Compiling term v1.1.0
34042026-01-22T09:38:45.317Z 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`
34052026-01-22T09:38:45.341Z 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=70e604f8d933a371 -C extra-filename=-7936fd933a8096b7 --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-222a78cdaa281fbd.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`
34062026-01-22T09:38:46.269Z Compiling serde_yaml v0.9.34+deprecated
34072026-01-22T09:38:46.292Z 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=989026ad9e48ac18 -C extra-filename=-a959e02773e7f4a7 --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-f78447817f9330f0.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-a63eaf9643a0dfb8.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`
34082026-01-22T09:38:46.319Z Compiling slog-term v2.9.2
34092026-01-22T09:38:46.343Z 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=735a66d3b5de957b -C extra-filename=-031f9bf090302b2b --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-48fb03ed99eab2f1.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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`
34102026-01-22T09:38:46.372Z Compiling match_cfg v0.1.0
34112026-01-22T09:38:46.395Z 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`
34122026-01-22T09:38:46.472Z Compiling newtype-uuid-macros v0.1.0
34132026-01-22T09:38:46.496Z 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=b64026e69c7918bd -C extra-filename=-0db6b41ddd6bb885 --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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142026-01-22T09:38:46.549Z Compiling typify-impl v0.4.3
34152026-01-22T09:38:46.573Z 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=f38d18a53c4cee62 -C extra-filename=-0adafb8b14e38153 --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-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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`
34162026-01-22T09:38:47.469Z Compiling hostname v0.3.1
34172026-01-22T09:38:47.495Z 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`
34182026-01-22T09:38:47.529Z Compiling debug-ignore v1.0.5
34192026-01-22T09:38:47.567Z 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`
34202026-01-22T09:38:47.717Z Compiling unicode-width v0.1.14
34212026-01-22T09:38:47.744Z 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`
34222026-01-22T09:38:47.770Z Compiling structmeta-derive v0.3.0
34232026-01-22T09:38:47.770Z Compiling rustls v0.22.4
34242026-01-22T09:38:47.770Z 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=bfb5c092dbc0b57f -C extra-filename=-9421e0e39a64ee1c --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-01-22T09:38:47.770Z 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`
34262026-01-22T09:38:48.062Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34272026-01-22T09:38:48.087Z 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=c9d7e11d1e29ff68 -C extra-filename=-38a83f2bf2484050 --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-9291fc78212aa833.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-01-22T09:38:48.166Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34292026-01-22T09:38:48.228Z Compiling toml_parser v1.0.4
34302026-01-22T09:38:48.265Z 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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=1a0793717b700552 -C extra-filename=-222728211d69bbbf --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-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-01-22T09:38:48.290Z Compiling serde_spanned v1.0.3
34322026-01-22T09:38:48.290Z 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.3/src/lib.rs --error-format=json --json=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=1e4b41cbe189c306 -C extra-filename=-82bfe796431b6f1a --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`
34332026-01-22T09:38:48.594Z Compiling serde_path_to_error v0.1.20
34342026-01-22T09:38:48.620Z 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`
34352026-01-22T09:38:49.227Z Compiling toml_datetime v0.7.3
34362026-01-22T09:38:49.251Z 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.3/src/lib.rs --error-format=json --json=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=261b51567e21cd38 -C extra-filename=-fe8f668c7722968e --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`
34372026-01-22T09:38:49.317Z Compiling multer v3.1.0
34382026-01-22T09:38:49.340Z 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`
34392026-01-22T09:38:49.382Z Compiling toml_writer v1.0.4
34402026-01-22T09:38:49.406Z 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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e8b38edf7dbbaa48 -C extra-filename=-5405c80af96b5034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-01-22T09:38:49.501Z Compiling slog-json v2.6.1
34422026-01-22T09:38:49.543Z 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=0a5cbe61aa7132ec -C extra-filename=-fd399d65e5ace529 --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-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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`
34432026-01-22T09:38:49.697Z Compiling async-stream-impl v0.3.6
34442026-01-22T09:38:49.723Z 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=a980080cbaf3379a -C extra-filename=-9cd496325c3db533 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-01-22T09:38:49.801Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34462026-01-22T09:38:49.840Z Compiling toml v0.9.8
34472026-01-22T09:38:49.866Z Compiling dropshot v0.16.6
34482026-01-22T09:38:49.866Z 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.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=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=1a872ec0239fa2a9 -C extra-filename=-5d181fbbef32e538 --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-82bfe796431b6f1a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-fe8f668c7722968e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-222728211d69bbbf.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-5405c80af96b5034.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-01-22T09:38:49.866Z 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.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 '--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=01d4b169debc3afa -C extra-filename=-70681fe0dcd90256 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256 -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`
34502026-01-22T09:38:49.938Z Compiling slog-bunyan v2.5.0
34512026-01-22T09:38:49.939Z 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=e9ceb8162a30c64e -C extra-filename=-1680290002eee35b --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-62ecb1184096bc82.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-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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`
34522026-01-22T09:38:49.964Z 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=655b888f7dfad0eb -C extra-filename=-c692530ae4277504 --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-222a78cdaa281fbd.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd399d65e5ace529.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`
34532026-01-22T09:38:50.076Z Compiling structmeta v0.3.0
34542026-01-22T09:38:50.103Z 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=8acc9ae2de94175e -C extra-filename=-9df7a471dbdee697 --out-dir /work/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-9421e0e39a64ee1c.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-01-22T09:38:50.254Z Compiling rustls-pemfile v2.2.0
34562026-01-22T09:38:50.282Z 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`
34572026-01-22T09:38:50.306Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-70681fe0dcd90256/build-script-build`
34582026-01-22T09:38:50.413Z Compiling waitgroup v0.1.2
34592026-01-22T09:38:50.449Z 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`
34602026-01-22T09:38:50.490Z Compiling dropshot_endpoint v0.16.6
34612026-01-22T09:38:50.529Z 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.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 '--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=1dc4e41b3673de0a -C extra-filename=-d8fabec0ac607a9d --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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-01-22T09:38:50.618Z Compiling hostname v0.4.2
34632026-01-22T09:38:50.645Z 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`
34642026-01-22T09:38:50.681Z Compiling derive-ex v0.1.8
34652026-01-22T09:38:50.706Z 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=3d46af6d80d3e90c -C extra-filename=-4a4578004da14bf7 --out-dir /work/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-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-01-22T09:38:50.838Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34672026-01-22T09:38:50.862Z 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=0e50294adfc8738f -C extra-filename=-688e13ec54c28a09 --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-be4aef7e3611ca80.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`
34682026-01-22T09:38:50.888Z Compiling itertools v0.14.0
34692026-01-22T09:38:50.888Z 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`
34702026-01-22T09:38:50.944Z Compiling async-stream v0.3.6
34712026-01-22T09:38:50.970Z 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=69ff932a500618c3 -C extra-filename=-b468ac47d0f7e9e0 --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-9cd496325c3db533.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`
34722026-01-22T09:38:51.084Z Compiling macaddr v1.0.1
34732026-01-22T09:38:51.110Z 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=111f2f77aa3bc46e -C extra-filename=-c61241bf6747118d --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-01-22T09:38:51.256Z Compiling tabwriter v1.4.0
34752026-01-22T09:38:51.284Z 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`
34762026-01-22T09:38:51.517Z Compiling instant v0.1.13
34772026-01-22T09:38:51.547Z 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`
34782026-01-22T09:38:51.684Z Compiling parse-display-derive v0.10.0
34792026-01-22T09:38:51.710Z 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=745909d2509e2aa3 -C extra-filename=-1e0213480757aa98 --out-dir /work/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-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-01-22T09:38:51.734Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34812026-01-22T09:38:51.734Z 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=92982d34eb43ea2c -C extra-filename=-830b086d88fbbf25 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-01-22T09:38:52.505Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34832026-01-22T09:38:52.543Z 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=23239b5035a9c4dd -C extra-filename=-c35136537bf436a1 --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-222a78cdaa281fbd.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-830b086d88fbbf25.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-01-22T09:38:52.632Z Compiling backoff v0.4.0
34852026-01-22T09:38:52.656Z 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=18ec36ad8563461a -C extra-filename=-cdc6c2a4b793b844 --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-e24efe75f2906a0d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-01-22T09:38:52.736Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
34872026-01-22T09:38:52.765Z 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/396bb3c/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=b165126dd344d921 -C extra-filename=-700172e7ef5918c9 --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-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-01-22T09:38:52.985Z Compiling colored v3.0.0
34892026-01-22T09:38:53.009Z 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`
34902026-01-22T09:38:53.365Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34912026-01-22T09:38:53.395Z 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=51fb1d09a4b9360b -C extra-filename=-795352b9e27f4a96 --out-dir /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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-01-22T09:38:53.484Z Compiling camino-tempfile v1.4.1
34932026-01-22T09:38:53.509Z 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=e3019e922ea8687a -C extra-filename=-409572d94def6899 --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-54336e2d6e7eae24.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-01-22T09:38:53.668Z Compiling toml v0.8.23
34952026-01-22T09:38:53.694Z 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=4e7a1955107f0842 -C extra-filename=-3048daff7399efb0 --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-a63eaf9643a0dfb8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-001dcbe3b5ca8177.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-01-22T09:38:53.985Z Compiling proc-macro-error-attr v1.0.4
34972026-01-22T09:38:54.012Z 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`
34982026-01-22T09:38:54.092Z Compiling proc-macro-error v1.0.4
34992026-01-22T09:38:54.118Z 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`
35002026-01-22T09:38:54.146Z Compiling test-strategy v0.4.3
35012026-01-22T09:38:54.195Z 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=ea77289435d521b7 -C extra-filename=-c35cac3726db9610 --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-4a4578004da14bf7.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-9df7a471dbdee697.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-01-22T09:38:54.414Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
35032026-01-22T09:38:54.502Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
35042026-01-22T09:38:54.648Z 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`
35052026-01-22T09:38:54.721Z Compiling crossbeam-deque v0.8.5
35062026-01-22T09:38:54.745Z 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`
35072026-01-22T09:38:55.019Z Compiling rayon-core v1.12.1
35082026-01-22T09:38:55.044Z 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`
35092026-01-22T09:38:55.075Z Compiling unicode-width v0.2.0
35102026-01-22T09:38:55.131Z 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`
35112026-01-22T09:38:55.173Z Compiling crucible-workspace-hack v0.1.0
35122026-01-22T09:38:55.207Z 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`
35132026-01-22T09:38:55.268Z Compiling parse-display v0.10.0
35142026-01-22T09:38:55.293Z 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=a2f80b5b2f6122b4 -C extra-filename=-85fc057e33034b1e --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-1e0213480757aa98.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`
35152026-01-22T09:38:55.347Z 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`
35162026-01-22T09:38:55.446Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35172026-01-22T09:38:55.471Z 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`
35182026-01-22T09:38:55.555Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35192026-01-22T09:38:55.607Z Compiling proc-macro-crate v1.3.1
35202026-01-22T09:38:55.651Z 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=b24af4ef4180b054 -C extra-filename=-a7d75ae6162ed154 --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-3532364bc661e1cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-01-22T09:38:55.675Z 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`
35222026-01-22T09:38:55.810Z Compiling nix v0.30.1
35232026-01-22T09:38:55.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
35242026-01-22T09:38:55.889Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35252026-01-22T09:38:55.889Z 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`
35262026-01-22T09:38:55.955Z Compiling heapless v0.8.0
35272026-01-22T09:38:55.982Z 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`
35282026-01-22T09:38:56.221Z Compiling typify-macro v0.4.3
35292026-01-22T09:38:56.248Z 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=2e8563e9bd6ac99c -C extra-filename=-affa118c8dbda206 --out-dir /work/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-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0adafb8b14e38153.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-01-22T09:38:56.272Z Compiling rayon v1.10.0
35312026-01-22T09:38:56.272Z 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`
35322026-01-22T09:38:56.412Z Compiling num_enum_derive v0.5.11
35332026-01-22T09:38:56.437Z 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=0418fb96ee859eba -C extra-filename=-2c8f7257f6381e55 --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-a7d75ae6162ed154.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`
35342026-01-22T09:38:56.522Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35352026-01-22T09:38:56.622Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35362026-01-22T09:38:56.686Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35372026-01-22T09:38:56.747Z Compiling ingot-macros v0.1.1
35382026-01-22T09:38:56.775Z 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=034183aa009e2e86 -C extra-filename=-b400596e2ce66b47 --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-f7be53da0af7497f.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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-01-22T09:38:56.801Z Compiling hash32 v0.3.1
35402026-01-22T09:38:56.842Z 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`
35412026-01-22T09:38:56.871Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35422026-01-22T09:38:56.908Z 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`
35432026-01-22T09:38:57.103Z Compiling smoltcp v0.11.0
35442026-01-22T09:38:57.133Z 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`
35452026-01-22T09:38:57.243Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35462026-01-22T09:38:57.285Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35472026-01-22T09:38:57.311Z 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=502773bf451ced7b -C extra-filename=-c9366d76eb17dc33 --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-9291fc78212aa833.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-01-22T09:38:57.345Z 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`
35492026-01-22T09:38:57.767Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35502026-01-22T09:38:57.830Z 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=ff2ef4d99fb28fd1 -C extra-filename=-b45c4e9bb9d73f04 --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-8335c3fff4809f0a.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"))'`
35512026-01-22T09:38:58.240Z Compiling foreign-types-macros v0.2.3
35522026-01-22T09:38:58.265Z 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=10d7b3651b1e94e0 -C extra-filename=-38cf07b42295a939 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-01-22T09:38:58.336Z Compiling foreign-types-shared v0.3.1
35542026-01-22T09:38:58.362Z 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`
35552026-01-22T09:38:58.520Z Compiling cobs v0.2.3
35562026-01-22T09:38:58.549Z 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`
35572026-01-22T09:38:58.617Z Compiling num_enum v0.5.11
35582026-01-22T09:38:58.643Z 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=17183a5790c347a3 -C extra-filename=-4d8438b52de172ce --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-2c8f7257f6381e55.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-01-22T09:38:58.841Z Compiling postcard v1.0.10
35602026-01-22T09:38:58.867Z 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=ccdc8c44722f12c7 -C extra-filename=-7bea8dc043a9ce92 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-01-22T09:38:58.903Z 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`
35622026-01-22T09:38:59.514Z 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`
35632026-01-22T09:38:59.560Z Compiling foreign-types v0.5.0
35642026-01-22T09:38:59.608Z 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=f13b94e110932a42 -C extra-filename=-02f605f47724bda5 --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-38cf07b42295a939.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`
35652026-01-22T09:38:59.796Z 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`
35662026-01-22T09:38:59.840Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35672026-01-22T09:38:59.867Z 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`
35682026-01-22T09:39:00.049Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35692026-01-22T09:39:00.076Z 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/4bd8a40/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=43d93d8b4a3518cd -C extra-filename=-362a991fb280fbb2 --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-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-01-22T09:39:00.115Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35712026-01-22T09:39:00.162Z 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/4bd8a40/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=685679dff3706acc -C extra-filename=-1922af0bae3772b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6 -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`
35722026-01-22T09:39:00.190Z Compiling typify v0.4.3
35732026-01-22T09:39:00.190Z 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=a3e842280737632e -C extra-filename=-78281ea22c2b0792 --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-0adafb8b14e38153.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-affa118c8dbda206.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-01-22T09:39:00.416Z Compiling progenitor-impl v0.11.2
35752026-01-22T09:39:00.442Z 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=845b202c6f4c729f -C extra-filename=-9e568b81cb028b77 --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-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-78281ea22c2b0792.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`
35762026-01-22T09:39:00.594Z Compiling cstr-argument v0.1.2
35772026-01-22T09:39:00.619Z 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`
35782026-01-22T09:39:00.646Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
35792026-01-22T09:39:00.672Z 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`
35802026-01-22T09:39:00.735Z Compiling pretty-hex v0.2.1
35812026-01-22T09:39:00.761Z 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`
35822026-01-22T09:39:00.867Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35832026-01-22T09:39:00.891Z 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`
35842026-01-22T09:39:00.942Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35852026-01-22T09:39:00.943Z 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`
35862026-01-22T09:39:00.993Z Compiling aws-lc-sys v0.26.0
35872026-01-22T09:39:01.018Z 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=739353506c77392a -C extra-filename=-7d4e737f08835faa --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-66469bbf1187bd9f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-a93ac5dd321d178d.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`
35882026-01-22T09:39:01.049Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35892026-01-22T09:39:01.049Z 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=d5a3ac4312a283a6 -C extra-filename=-80dd75b4b466dcd4 --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-4d8438b52de172ce.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-01-22T09:39:01.177Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35912026-01-22T09:39:01.223Z 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=0b370d8456d40aa9 -C extra-filename=-0d13028db3065457 --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-02f605f47724bda5.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`
35922026-01-22T09:39:01.287Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
35932026-01-22T09:39:01.354Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-1922af0bae3772b6/build-script-build`
35942026-01-22T09:39:01.447Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
35952026-01-22T09:39:01.491Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
35962026-01-22T09:39:01.516Z Compiling colored v2.2.0
35972026-01-22T09:39:01.516Z 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/4bd8a40/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=1713b58c619faa66 -C extra-filename=-4459b3c3b7ad1241 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-01-22T09:39:01.516Z 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`
35992026-01-22T09:39:01.588Z Compiling sigpipe v0.1.3
36002026-01-22T09:39:01.614Z 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`
36012026-01-22T09:39:01.668Z Compiling convert_case v0.4.0
36022026-01-22T09:39:01.695Z 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`
36032026-01-22T09:39:01.767Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36042026-01-22T09:39:01.796Z 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=6c6cfa013121e778 -C extra-filename=-81d3e4acd776cb10 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-01-22T09:39:02.266Z 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=eadfb6da8bd6ef51 -C extra-filename=-f4467ba4ea647fe8 --out-dir /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-80dd75b4b466dcd4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-4d8438b52de172ce.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-0d13028db3065457.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.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-90d02e105026a3fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.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`
36062026-01-22T09:39:02.313Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10/build-script-build`
36072026-01-22T09:39:02.422Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36082026-01-22T09:39:02.446Z 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=0598c32d087869ea -C extra-filename=-87114619d1c73d10 --out-dir /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-4d8438b52de172ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092026-01-22T09:39:02.478Z Compiling derive_more v0.99.20
36102026-01-22T09:39:02.504Z Compiling zone_cfg_derive v0.3.0
36112026-01-22T09:39:02.504Z 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=3df1e6b2f2f8158a -C extra-filename=-2133ebbca558c9d3 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-01-22T09:39:02.504Z 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`
36132026-01-22T09:39:02.573Z Compiling ingot-types v0.1.2
36142026-01-22T09:39:02.599Z 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=5ad8f3965b8b8d16 -C extra-filename=-99ac5238c152f218 --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-b400596e2ce66b47.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-01-22T09:39:02.841Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36162026-01-22T09:39:02.867Z 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/2aa7f9d/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=7284f95af96d4a8c -C extra-filename=-11447e9d6da21cb5 --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-a584387af8d415c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-01-22T09:39:03.037Z Compiling smf v0.2.3
36182026-01-22T09:39:03.063Z 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=b329d5a9b8511fc7 -C extra-filename=-1fc8b609d511c1e3 --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-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-01-22T09:39:03.240Z Compiling num-derive v0.4.2
36202026-01-22T09:39:03.270Z 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=bff5a50ad50a0c65 -C extra-filename=-4879ffd5a90b5d17 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-01-22T09:39:03.335Z Compiling ingot v0.1.1
36222026-01-22T09:39:03.359Z 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=bbd098e2066c96ec -C extra-filename=-700257ad333c2889 --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-8335c3fff4809f0a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b400596e2ce66b47.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-99ac5238c152f218.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232026-01-22T09:39:03.816Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36242026-01-22T09:39:03.841Z 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`
36252026-01-22T09:39:04.061Z Compiling zone v0.3.1
36262026-01-22T09:39:04.087Z 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=051be4aa3ea3dd76 -C extra-filename=-d7c997eef480a5db --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-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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`
36272026-01-22T09:39:04.200Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36282026-01-22T09:39:04.256Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36292026-01-22T09:39:04.298Z 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/2aa7f9d/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=1e3b0ae0f272db28 -C extra-filename=-b9bca60a8154af48 --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-11447e9d6da21cb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-01-22T09:39:04.805Z 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=c52b0774c4b3eeb0 -C extra-filename=-8407b3b40a6abe01 --out-dir /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-87114619d1c73d10.rmeta --cap-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-ea950bd608a63962/out -l static=pci`
36312026-01-22T09:39:05.109Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36322026-01-22T09:39:05.133Z 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=4fd1a0eb072c98f2 -C extra-filename=-7c76e15ff3d24c13 --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-4879ffd5a90b5d17.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-01-22T09:39:05.280Z Compiling progenitor-impl v0.10.0
36342026-01-22T09:39:05.307Z 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=d661aa24fad89a42 -C extra-filename=-654eaf398714b6dc --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-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-78281ea22c2b0792.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`
36352026-01-22T09:39:05.389Z Compiling indent_write v2.2.0
36362026-01-22T09:39:05.414Z 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`
36372026-01-22T09:39:05.490Z Compiling usdt-attr-macro v0.5.0
36382026-01-22T09:39:05.514Z 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=9b5556793d9d3a9a -C extra-filename=-3f19aa2964933600 --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-d988833a065daeaf.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-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-01-22T09:39:05.653Z Compiling usdt-macro v0.5.0
36402026-01-22T09:39:05.681Z 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=0f7880da0801e64a -C extra-filename=-40cef063918a0bcb --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-d988833a065daeaf.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-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412026-01-22T09:39:05.859Z Compiling memmap v0.7.0
36422026-01-22T09:39:05.884Z 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`
36432026-01-22T09:39:06.017Z Compiling progenitor-macro v0.11.2
36442026-01-22T09:39:06.044Z 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=4ad1cdc05154052b -C extra-filename=-faeeb22f332b43bf --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-55854e406e36a0f9.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-9e568b81cb028b77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-01-22T09:39:06.215Z Compiling secrecy v0.10.3
36462026-01-22T09:39:06.242Z 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=d2cf37b3688ab711 -C extra-filename=-c933b8053937a95c --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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472026-01-22T09:39:06.485Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
36482026-01-22T09:39:06.514Z 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/4bd8a40/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=25a2b048b7d92d58 -C extra-filename=-452ca7b645ab47dc --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-362a991fb280fbb2.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-700257ad333c2889.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
36492026-01-22T09:39:06.701Z Compiling half v2.4.1
36502026-01-22T09:39:06.730Z 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`
36512026-01-22T09:39:07.083Z Compiling ciborium-io v0.2.2
36522026-01-22T09:39:07.109Z 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`
36532026-01-22T09:39:07.138Z Compiling usdt v0.5.0
36542026-01-22T09:39:07.206Z 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=36bcb87ff2dfd57d -C extra-filename=-2401ea19a19a9240 --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-302d56358dcb5327.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-d988833a065daeaf.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-14211b7462dbe36d.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3f19aa2964933600.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-40cef063918a0bcb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-01-22T09:39:07.248Z Compiling num-rational v0.4.2
36562026-01-22T09:39:07.288Z 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`
36572026-01-22T09:39:07.314Z Compiling ciborium-ll v0.2.2
36582026-01-22T09:39:07.352Z 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`
36592026-01-22T09:39:07.634Z Compiling num-complex v0.4.6
36602026-01-22T09:39:07.679Z 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`
36612026-01-22T09:39:07.709Z Compiling ciborium v0.2.2
36622026-01-22T09:39:07.743Z 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=58a28bd679186cf3 -C extra-filename=-12588703293e7333 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-01-22T09:39:07.892Z Compiling float-ord v0.3.2
36642026-01-22T09:39:07.916Z 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`
36652026-01-22T09:39:08.125Z Compiling swrite v0.1.0
36662026-01-22T09:39:08.149Z 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`
36672026-01-22T09:39:08.293Z 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/4bd8a40/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=e110099264a615cc -C extra-filename=-fd13c34860fda19f --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-8335c3fff4809f0a.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-362a991fb280fbb2.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-700257ad333c2889.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-4459b3c3b7ad1241.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-452ca7b645ab47dc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.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)'`
36682026-01-22T09:39:08.538Z Compiling num v0.4.3
36692026-01-22T09:39:08.564Z 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`
36702026-01-22T09:39:08.605Z Compiling universal-hash v0.5.1
36712026-01-22T09:39:08.605Z 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=b178981fe67d4c3e -C extra-filename=-3c70bba186f41443 --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-cd3482b36310c24b.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`
36722026-01-22T09:39:08.713Z Compiling opaque-debug v0.3.1
36732026-01-22T09:39:08.737Z 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`
36742026-01-22T09:39:08.764Z 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`
36752026-01-22T09:39:08.871Z Compiling aead v0.5.2
36762026-01-22T09:39:08.871Z 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=03b58066cfa10eab -C extra-filename=-f4da68107a794871 --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-cd3482b36310c24b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-01-22T09:39:08.923Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
36782026-01-22T09:39:08.923Z 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/4bd8a40/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=fcae18cf217e90fa -C extra-filename=-391b7d31232e2294 --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-362a991fb280fbb2.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fd13c34860fda19f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-01-22T09:39:08.974Z Compiling poly1305 v0.8.0
36802026-01-22T09:39:09.033Z 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=c309f69135a70f8b -C extra-filename=-e8bd0c4234c896f2 --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-3c70bba186f41443.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-01-22T09:39:09.091Z Compiling console v0.15.10
36822026-01-22T09:39:09.116Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=01daf7ee628a1fbe -C extra-filename=-988e9159243af5a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-01-22T09:39:09.212Z Compiling chacha20 v0.9.1
36842026-01-22T09:39:09.262Z 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=6e251a403a5f8ad5 -C extra-filename=-126df6891d839fe1 --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-f1826a9539d67185.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`
36852026-01-22T09:39:09.301Z Compiling password-hash v0.5.0
36862026-01-22T09:39:09.326Z 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`
36872026-01-22T09:39:09.765Z Compiling blake2 v0.10.6
36882026-01-22T09:39:09.790Z 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=2eea600f040ec008 -C extra-filename=-6456253bc8e63f16 --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-1c6d496b319eaa8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-01-22T09:39:10.173Z Compiling atomicwrites v0.4.4
36902026-01-22T09:39:10.200Z 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=8f0cea0f04a53c13 -C extra-filename=-a6215793bd729d59 --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-e5812aada0aea4b7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-01-22T09:39:10.310Z Compiling argon2 v0.5.3
36922026-01-22T09:39:10.333Z 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=e0670987aea998d6 -C extra-filename=-81e3cc07f2ccc19a --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-6456253bc8e63f16.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`
36932026-01-22T09:39:10.418Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36942026-01-22T09:39:10.444Z 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=8edd2c4a42aa9579 -C extra-filename=-2b1c4ccd44ab7fe2 --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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
36952026-01-22T09:39:10.525Z Compiling newline-converter v0.3.0
36962026-01-22T09:39:10.549Z 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`
36972026-01-22T09:39:10.749Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36982026-01-22T09:39:10.784Z 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/2aa7f9d/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=8f7a6946c4cf9304 -C extra-filename=-e87327207c18477b --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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-01-22T09:39:10.846Z Compiling progenitor-macro v0.10.0
37002026-01-22T09:39:10.846Z 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=ad476acbd4a23334 -C extra-filename=-609ec9937e600796 --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-55854e406e36a0f9.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-654eaf398714b6dc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-01-22T09:39:10.876Z Compiling thiserror-impl-no-std v2.0.2
37022026-01-22T09:39:10.876Z 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`
37032026-01-22T09:39:11.327Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7d4e737f08835faa/build-script-main`
37042026-01-22T09:39:11.372Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
37052026-01-22T09:39:11.397Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
37062026-01-22T09:39:11.397Z Compiling expectorate v1.2.0
37072026-01-22T09:39:11.397Z 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/4bd8a40/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=407eb0e2375d12f8 -C extra-filename=-fa3437227262e2ae --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-f4467ba4ea647fe8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fd13c34860fda19f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-7bea8dc043a9ce92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-01-22T09:39:11.398Z 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/2aa7f9d/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=5043b4cca225cbc4 -C extra-filename=-5482a45611d8fa59 --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-2b1c4ccd44ab7fe2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e87327207c18477b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.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`
37092026-01-22T09:39:11.398Z 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=4bd7da64c26b9764 -C extra-filename=-4da72209569787f4 --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-a6215793bd729d59.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`
37102026-01-22T09:39:11.780Z Compiling derive-where v1.5.0
37112026-01-22T09:39:11.807Z 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=23c9b36b74515291 -C extra-filename=-60fa691f2e3d2012 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-01-22T09:39:12.607Z Compiling chacha20poly1305 v0.10.1
37132026-01-22T09:39:12.634Z 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=93d4f06a3dc18cdf -C extra-filename=-6fd602822c740409 --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-f4da68107a794871.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142026-01-22T09:39:12.890Z Compiling bytecount v0.6.8
37152026-01-22T09:39:12.916Z 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`
37162026-01-22T09:39:13.123Z Compiling tokio-dtrace v0.1.0
37172026-01-22T09:39:13.147Z 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=be25ffe1cb17aaff -C extra-filename=-195f6081aed7b4b4 --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-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-01-22T09:39:13.172Z Compiling owo-colors v4.2.2
37192026-01-22T09:39:13.196Z 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.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("alloc", "supports-color", "supports-colors"))' -C metadata=5eab4b42556ff401 -C extra-filename=-114491a65852687c --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202026-01-22T09:39:13.236Z Compiling thiserror-no-std v2.0.2
37212026-01-22T09:39:13.293Z 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`
37222026-01-22T09:39:13.416Z Compiling vsss-rs v3.3.4
37232026-01-22T09:39:13.440Z 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=c84169d28ea7b57e -C extra-filename=-ebbfd024017a9ea8 --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-6d94dcf1bf056c6a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-01-22T09:39:13.549Z Compiling oxide-tokio-rt v0.1.2
37252026-01-22T09:39:13.576Z 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=c01180f18de1e2ef -C extra-filename=-537dbddc2bceb15b --out-dir /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-f7152447f7d83a7a.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-195f6081aed7b4b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-01-22T09:39:13.893Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-114491a65852687c/build-script-build`
37272026-01-22T09:39:13.924Z Compiling cancel-safe-futures v0.1.5
37282026-01-22T09:39:13.924Z 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`
37292026-01-22T09:39:13.950Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=e7d041e04a17cd12 -C extra-filename=-6b5b4814f21df2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37302026-01-22T09:39:14.330Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37312026-01-22T09:39:14.388Z Compiling libsw-core v0.3.1
37322026-01-22T09:39:14.415Z 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=ac1f61ca4a969c52 -C extra-filename=-ad98593cc9925862 --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-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-01-22T09:39:14.550Z 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=c456d8e61c73905f -C extra-filename=-196f623fecbf515c --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-513e6bd09d65a657.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-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-01-22T09:39:14.775Z Compiling libsw v3.5.0
37352026-01-22T09:39:14.823Z 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=d7414e8efa763c51 -C extra-filename=-c7e5e99258156adf --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-ad98593cc9925862.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-01-22T09:39:15.129Z Compiling linear-map v1.2.0
37372026-01-22T09:39:15.154Z 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`
37382026-01-22T09:39:15.181Z Compiling same-file v1.0.6
37392026-01-22T09:39:15.182Z 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`
37402026-01-22T09:39:15.505Z Compiling unicode-xid v0.2.6
37412026-01-22T09:39:15.529Z 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`
37422026-01-22T09:39:15.560Z Compiling walkdir v2.5.0
37432026-01-22T09:39:15.560Z 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`
37442026-01-22T09:39:15.627Z Compiling gethostname v0.5.0
37452026-01-22T09:39:15.652Z 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=15e8f0c051a5f846 -C extra-filename=-6492d12b1902f594 --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-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-01-22T09:39:15.751Z Compiling resolv-conf v0.7.0
37472026-01-22T09:39:15.777Z 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`
37482026-01-22T09:39:15.802Z Compiling convert_case v0.7.1
37492026-01-22T09:39:15.802Z 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`
37502026-01-22T09:39:15.869Z Compiling async-recursion v1.1.1
37512026-01-22T09:39:15.894Z 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=3f1a4d95f2781858 -C extra-filename=-10b8a35da5e7ad3f --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522026-01-22T09:39:16.192Z Compiling unicode-linebreak v0.1.5
37532026-01-22T09:39:16.216Z 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`
37542026-01-22T09:39:16.414Z Compiling smawk v0.3.2
37552026-01-22T09:39:16.441Z 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`
37562026-01-22T09:39:16.559Z Compiling derive_more-impl v2.0.1
37572026-01-22T09:39:16.584Z 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=26cb00b87dd6c0ef -C extra-filename=-abee340fcc6af7c8 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-01-22T09:39:16.663Z Compiling slog-dtrace v0.3.0
37592026-01-22T09:39:16.663Z 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`
37602026-01-22T09:39:16.708Z Compiling globset v0.4.15
37612026-01-22T09:39:16.708Z 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`
37622026-01-22T09:39:17.177Z Compiling vte_generate_state_changes v0.1.2
37632026-01-22T09:39:17.177Z 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`
37642026-01-22T09:39:17.225Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37652026-01-22T09:39:17.346Z 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=193b79f014075248 -C extra-filename=-86e05b476a947325 --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-48fb03ed99eab2f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-01-22T09:39:17.393Z Compiling termtree v0.5.1
37672026-01-22T09:39:17.454Z 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`
37682026-01-22T09:39:17.503Z Compiling fd-lock v4.0.2
37692026-01-22T09:39:17.531Z 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=72c41d6b1f444c46 -C extra-filename=-2326cf26f55f4a58 --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-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-01-22T09:39:17.700Z Compiling linked-hash-map v0.5.6
37712026-01-22T09:39:17.725Z 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`
37722026-01-22T09:39:17.772Z Compiling hickory-proto v0.24.4
37732026-01-22T09:39:17.772Z 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=ca9b52c845c4f287 -C extra-filename=-26c1cb675014a6e6 --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-2af21442a3b43a15.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-8d755279626495bf.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-513e6bd09d65a657.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-01-22T09:39:17.914Z Compiling vte v0.11.1
37752026-01-22T09:39:17.950Z 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`
37762026-01-22T09:39:17.993Z Compiling nibble_vec v0.1.0
37772026-01-22T09:39:18.037Z 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`
37782026-01-22T09:39:18.122Z Compiling lru-cache v0.1.2
37792026-01-22T09:39:18.255Z 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`
37802026-01-22T09:39:18.256Z Compiling endian-type v0.1.2
37812026-01-22T09:39:18.256Z 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`
37822026-01-22T09:39:18.285Z Compiling display-error-chain v0.2.2
37832026-01-22T09:39:18.316Z 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`
37842026-01-22T09:39:18.355Z Compiling derive_more v2.0.1
37852026-01-22T09:39:18.386Z 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=1463455125a47282 -C extra-filename=-79ebc55be27633c6 --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-abee340fcc6af7c8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-01-22T09:39:18.415Z Compiling nu-ansi-term v0.50.1
37872026-01-22T09:39:18.415Z 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`
37882026-01-22T09:39:18.495Z Compiling radix_trie v0.2.1
37892026-01-22T09:39:18.524Z 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`
37902026-01-22T09:39:18.552Z Compiling crossterm v0.29.0
37912026-01-22T09:39:18.552Z Compiling pin-project-internal v1.1.6
37922026-01-22T09:39:18.552Z 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=606f328315c5263d -C extra-filename=-4112d6455578450b --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-8335c3fff4809f0a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-79ebc55be27633c6.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-3f549b674c48674d.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`
37932026-01-22T09:39:18.552Z 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=4396ca86441408fa -C extra-filename=-a989341c652d703f --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-01-22T09:39:19.029Z Compiling strip-ansi-escapes v0.2.0
37952026-01-22T09:39:19.058Z 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`
37962026-01-22T09:39:19.122Z Compiling textwrap v0.16.2
37972026-01-22T09:39:19.150Z 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=9a8a585a99fce6f7 -C extra-filename=-be5b80ef649d95c3 --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-498e12e84f0f81cd.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`
37982026-01-22T09:39:19.180Z Compiling pem v3.0.5
37992026-01-22T09:39:19.180Z 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`
38002026-01-22T09:39:19.385Z Compiling reedline v0.40.0
38012026-01-22T09:39:19.415Z 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=c8ef8ed996fe6667 -C extra-filename=-14f27863790f5676 --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-48fb03ed99eab2f1.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2326cf26f55f4a58.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-a63eaf9643a0dfb8.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-a584387af8d415c6.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ec738fe1adf04ce5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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`
38022026-01-22T09:39:19.902Z Compiling snafu-derive v0.8.5
38032026-01-22T09:39:19.931Z 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=0eb09e64a0d26443 -C extra-filename=-fd71fd7915a12065 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-01-22T09:39:20.145Z Compiling csv-core v0.1.11
38052026-01-22T09:39:20.172Z 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`
38062026-01-22T09:39:20.624Z Compiling humantime v2.2.0
38072026-01-22T09:39:20.652Z 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`
38082026-01-22T09:39:20.995Z Compiling pin-project v1.1.6
38092026-01-22T09:39:21.022Z 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=81e8d83e74a69429 -C extra-filename=-943ba09213d4b919 --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-a989341c652d703f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102026-01-22T09:39:21.092Z Compiling cfg_aliases v0.1.1
38112026-01-22T09:39:21.121Z 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`
38122026-01-22T09:39:21.153Z Compiling csv v1.3.1
38132026-01-22T09:39:21.188Z 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=45e293961afd48fd -C extra-filename=-29db05cf9b0786e7 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-01-22T09:39:21.219Z Compiling olpc-cjson v0.1.4
38152026-01-22T09:39:21.219Z 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=b9b76a35bc645fd3 -C extra-filename=-943fa7a86421dd20 --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-a63eaf9643a0dfb8.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`
38162026-01-22T09:39:21.264Z Compiling nix v0.28.0
38172026-01-22T09:39:21.315Z 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`
38182026-01-22T09:39:21.770Z Compiling serde_plain v1.0.2
38192026-01-22T09:39:21.810Z 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=4d52bd6bd184e7c4 -C extra-filename=-ce5cae8204be0272 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-01-22T09:39:22.022Z Compiling siphasher v1.0.1
38212026-01-22T09:39:22.052Z 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`
38222026-01-22T09:39:22.080Z Compiling typed-path v0.9.3
38232026-01-22T09:39:22.081Z 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`
38242026-01-22T09:39:22.195Z Compiling hickory-resolver v0.24.4
38252026-01-22T09:39:22.229Z 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=5080740395854675 -C extra-filename=-7fdb40d1e7915d10 --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-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-26c1cb675014a6e6.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-e24efe75f2906a0d.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-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-01-22T09:39:22.335Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38272026-01-22T09:39:22.401Z Compiling papergrid v0.11.0
38282026-01-22T09:39:22.431Z 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`
38292026-01-22T09:39:22.487Z Compiling phf_shared v0.12.1
38302026-01-22T09:39:22.521Z 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`
38312026-01-22T09:39:22.887Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38322026-01-22T09:39:22.920Z 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=a6df058f498e4e6d -C extra-filename=-625fac5aae74f42d --out-dir /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-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-01-22T09:39:23.891Z Compiling snafu v0.8.5
38342026-01-22T09:39:27.463Z 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=c0d49dcba1558153 -C extra-filename=-0d7f5d50e2859463 --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-943ba09213d4b919.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-fd71fd7915a12065.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-01-22T09:39:27.463Z Compiling qorb v0.4.1
38362026-01-22T09:39:27.463Z 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=0fef06e54a1b0e52 -C extra-filename=-684097c599e5dfc5 --out-dir /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-2af21442a3b43a15.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-60fa691f2e3d2012.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7fdb40d1e7915d10.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-01-22T09:39:27.463Z Compiling tabled_derive v0.7.0
38382026-01-22T09:39:27.463Z 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`
38392026-01-22T09:39:27.463Z Compiling chrono-tz v0.10.4
38402026-01-22T09:39:27.463Z 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`
38412026-01-22T09:39:27.463Z Compiling highway v1.3.0
38422026-01-22T09:39:27.463Z 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`
38432026-01-22T09:39:27.463Z Compiling base64 v0.21.7
38442026-01-22T09:39:27.464Z 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`
38452026-01-22T09:39:27.464Z Compiling semver v0.1.20
38462026-01-22T09:39:27.464Z 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`
38472026-01-22T09:39:27.464Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38482026-01-22T09:39:27.464Z Compiling phf v0.12.1
38492026-01-22T09:39:27.464Z 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`
38502026-01-22T09:39:27.464Z Compiling rustc_version v0.1.7
38512026-01-22T09:39:27.464Z 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`
38522026-01-22T09:39:27.464Z 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=a1e4494b20021d3f -C extra-filename=-97470aaf7246429a --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-8335c3fff4809f0a.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`
38532026-01-22T09:39:27.464Z Compiling const_format_proc_macros v0.2.34
38542026-01-22T09:39:27.464Z 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`
38552026-01-22T09:39:27.464Z Compiling peg-macros v0.8.5
38562026-01-22T09:39:27.464Z 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`
38572026-01-22T09:39:27.464Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38582026-01-22T09:39:27.464Z 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`
38592026-01-22T09:39:27.464Z Compiling tabled v0.15.0
38602026-01-22T09:39:27.464Z 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`
38612026-01-22T09:39:27.490Z Compiling sqlparser_derive v0.2.2
38622026-01-22T09:39:27.490Z 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.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=568001b5b8fe4acb -C extra-filename=-443393dc1907f7f9 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-01-22T09:39:27.490Z Compiling unicode_categories v0.1.1
38642026-01-22T09:39:27.490Z 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`
38652026-01-22T09:39:27.490Z Compiling sqlformat v0.3.5
38662026-01-22T09:39:27.490Z 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`
38672026-01-22T09:39:27.549Z Compiling const_format v0.2.34
38682026-01-22T09:39:27.572Z 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`
38692026-01-22T09:39:27.886Z Compiling sqlparser v0.45.0
38702026-01-22T09:39:27.910Z 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.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="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=222ccaf8b99d0fda -C extra-filename=-c9c1ef874ec784dd --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 sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-443393dc1907f7f9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-01-22T09:39:28.180Z Compiling rustyline v14.0.0
38722026-01-22T09:39:28.203Z 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=65a0dfec9ccc3458 -C extra-filename=-b3add1ed94188069 --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-8335c3fff4809f0a.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-2326cf26f55f4a58.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-97470aaf7246429a.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`
38732026-01-22T09:39:28.270Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2/build-script-build`
38742026-01-22T09:39:28.331Z Compiling newtype_derive v0.1.6
38752026-01-22T09:39:28.354Z 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`
38762026-01-22T09:39:28.597Z Compiling peg v0.8.5
38772026-01-22T09:39:28.621Z 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`
38782026-01-22T09:39:28.707Z 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=7f138093c9e4c28c -C extra-filename=-9743d9c55a644b04 --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-48fb03ed99eab2f1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-01-22T09:39:28.759Z Compiling bcs v0.1.6
38802026-01-22T09:39:28.783Z 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=c496de2cd813a5be -C extra-filename=-568c13d24e06e61f --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-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-01-22T09:39:28.812Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
38822026-01-22T09:39:28.925Z 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`
38832026-01-22T09:39:29.087Z Compiling steno v0.4.1
38842026-01-22T09:39:29.111Z 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=5a3ebfb5fb97f5e9 -C extra-filename=-ed9e1369a31250ee --out-dir /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-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-c8faf3ef761b5017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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`
38852026-01-22T09:39:29.385Z Compiling utf-8 v0.7.6
38862026-01-22T09:39:29.409Z 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`
38872026-01-22T09:39:29.433Z Compiling arc-swap v1.7.1
38882026-01-22T09:39:29.456Z 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`
38892026-01-22T09:39:29.771Z Compiling tungstenite v0.21.0
38902026-01-22T09:39:29.795Z 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=0385a55c6c3bb4e4 -C extra-filename=-8288c4fabba6ef25 --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-62ecb1184096bc82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-e24efe75f2906a0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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`
38912026-01-22T09:39:30.035Z Compiling slog-scope v4.4.0
38922026-01-22T09:39:30.059Z 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=9445d2ca48edc8a1 -C extra-filename=-57fb36a6a0ef092e --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-222a78cdaa281fbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-01-22T09:39:30.466Z Compiling slog-stdlog v4.1.1
38942026-01-22T09:39:30.500Z 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=1cec53a01aca1b1f -C extra-filename=-826d8e209a58c2ce --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-222a78cdaa281fbd.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-57fb36a6a0ef092e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-01-22T09:39:30.849Z Compiling tokio-tungstenite v0.21.0
38962026-01-22T09:39:30.874Z 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=6bcb9d415ac05195 -C extra-filename=-e16f53cd01adae80 --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-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8288c4fabba6ef25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-01-22T09:39:31.360Z Compiling xattr v1.3.1
38982026-01-22T09:39:31.409Z 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=e333fe049c62f938 -C extra-filename=-c78d961c20136662 --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-e5812aada0aea4b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-01-22T09:39:31.434Z Compiling filetime v0.2.26
39002026-01-22T09:39:31.434Z 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`
39012026-01-22T09:39:31.464Z Compiling slog-envlogger v2.2.0
39022026-01-22T09:39:31.489Z 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=378530c617726566 -C extra-filename=-7d907953176cab33 --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-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-57fb36a6a0ef092e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-826d8e209a58c2ce.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032026-01-22T09:39:31.561Z Compiling typify-impl v0.2.0
39042026-01-22T09:39:31.585Z 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=bbe052c6d2d818cb -C extra-filename=-82077244fcdc6ce7 --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-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.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`
39052026-01-22T09:39:31.679Z Compiling tar v0.4.44
39062026-01-22T09:39:31.763Z 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=232951395ccbf244 -C extra-filename=-48b0a10bad3382fb --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-c78d961c20136662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-01-22T09:39:31.787Z Compiling subprocess v0.2.9
39082026-01-22T09:39:31.787Z 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`
39092026-01-22T09:39:32.177Z Compiling headers-core v0.3.0
39102026-01-22T09:39:32.201Z 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=d4703eb8b6d2acdd -C extra-filename=-79c4c8c33951ae19 --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-e0688423ffdf1dcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-01-22T09:39:32.391Z Compiling headers v0.4.1
39122026-01-22T09:39:32.416Z 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=2f665eeaeaa84e04 -C extra-filename=-fb6f81a0d2dfb7bf --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-62ecb1184096bc82.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-79c4c8c33951ae19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-90ca0236b234b3c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-01-22T09:39:33.163Z Compiling lzma-sys v0.1.20
39142026-01-22T09:39:33.188Z 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=3c9d8781d8427a65 -C extra-filename=-5b18d0890e752614 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.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`
39152026-01-22T09:39:33.473Z Compiling heck v0.3.3
39162026-01-22T09:39:33.498Z 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`
39172026-01-22T09:39:33.841Z Compiling zone_cfg_derive v0.1.2
39182026-01-22T09:39:33.865Z 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`
39192026-01-22T09:39:33.921Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39202026-01-22T09:39:33.945Z 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=54d767ed3210e1ca -C extra-filename=-192819728ee0adf6 --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-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-01-22T09:39:33.973Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614/build-script-build`
39222026-01-22T09:39:34.052Z 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=d1c1599d376d0b77 -C extra-filename=-cc81b22936d130a3 --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`
39232026-01-22T09:39:34.273Z Compiling yasna v0.5.2
39242026-01-22T09:39:34.298Z 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`
39252026-01-22T09:39:34.321Z Compiling number_prefix v0.4.0
39262026-01-22T09:39:34.321Z 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`
39272026-01-22T09:39:34.368Z Compiling base64 v0.13.1
39282026-01-22T09:39:34.392Z 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`
39292026-01-22T09:39:34.601Z Compiling indicatif v0.17.11
39302026-01-22T09:39:34.660Z 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`
39312026-01-22T09:39:34.918Z Compiling ron v0.7.1
39322026-01-22T09:39:34.943Z 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=5b226c49d6323815 -C extra-filename=-e7598687a1975def --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-01-22T09:39:35.171Z Compiling zone v0.1.8
39342026-01-22T09:39:35.196Z 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=e683a12af5a7cd79 -C extra-filename=-2a787759f22d5b6b --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-90d02e105026a3fe.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`
39352026-01-22T09:39:35.688Z Compiling rcgen v0.12.1
39362026-01-22T09:39:35.713Z 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=2e8e3222389a8cfd -C extra-filename=-f40259633cfcf316 --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-bf00ff95c8089375.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-aaa5d3556d6e760b/out`
39372026-01-22T09:39:36.342Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39382026-01-22T09:39:36.369Z 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=461ed42347b7bd4c -C extra-filename=-554dfa706dd11674 --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-192819728ee0adf6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-01-22T09:39:36.395Z Compiling xz2 v0.1.7
39402026-01-22T09:39:36.437Z 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=fece2dc213f3b529 -C extra-filename=-1fed042c835e15e1 --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-cc81b22936d130a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39412026-01-22T09:39:36.660Z Compiling dropshot-api-manager-types v0.2.4
39422026-01-22T09:39:36.684Z 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.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=f46f1c733b86a5b6 -C extra-filename=-10eefc73c3a5218e --out-dir /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-54336e2d6e7eae24.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`
39432026-01-22T09:39:36.843Z Compiling moka v0.12.10
39442026-01-22T09:39:36.873Z 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`
39452026-01-22T09:39:37.002Z Compiling tagptr v0.2.0
39462026-01-22T09:39:37.027Z 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`
39472026-01-22T09:39:37.127Z Compiling radium v0.7.0
39482026-01-22T09:39:37.152Z 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`
39492026-01-22T09:39:37.281Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39502026-01-22T09:39:37.323Z Compiling maybe-uninit v2.0.0
39512026-01-22T09:39:37.323Z 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`
39522026-01-22T09:39:37.349Z Compiling tap v1.0.1
39532026-01-22T09:39:37.349Z 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`
39542026-01-22T09:39:37.379Z 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=5cc736a3df25cd39 -C extra-filename=-ebb49142f9206627 --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-90d02e105026a3fe.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`
39552026-01-22T09:39:37.447Z Compiling zerocopy-derive v0.6.6
39562026-01-22T09:39:37.472Z 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=b7313d0d8f7b56f8 -C extra-filename=-743675c95ff4feff --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-01-22T09:39:37.578Z Compiling wyz v0.5.1
39582026-01-22T09:39:37.603Z 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`
39592026-01-22T09:39:37.629Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39602026-01-22T09:39:37.695Z 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`
39612026-01-22T09:39:37.837Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
39622026-01-22T09:39:37.938Z Compiling funty v2.0.0
39632026-01-22T09:39:37.963Z 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`
39642026-01-22T09:39:38.014Z Compiling crc-catalog v2.4.0
39652026-01-22T09:39:38.038Z 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`
39662026-01-22T09:39:38.146Z Compiling libefi-sys v0.1.0
39672026-01-22T09:39:38.173Z 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`
39682026-01-22T09:39:38.270Z Compiling packed_struct v0.10.1
39692026-01-22T09:39:38.270Z 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`
39702026-01-22T09:39:38.512Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39712026-01-22T09:39:38.570Z Compiling crc v3.2.1
39722026-01-22T09:39:38.594Z 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`
39732026-01-22T09:39:38.703Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
39742026-01-22T09:39:38.794Z Compiling hickory-resolver v0.25.2
39752026-01-22T09:39:38.828Z 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=f670de9fa3b1875b -C extra-filename=-4c10408988cdfaa9 --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-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-ebb49142f9206627.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-81cddf8435918e2f.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-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762026-01-22T09:39:38.935Z Compiling bitvec v1.0.1
39772026-01-22T09:39:38.962Z 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`
39782026-01-22T09:39:39.472Z 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`
39792026-01-22T09:39:39.506Z Compiling zerocopy v0.6.6
39802026-01-22T09:39:39.506Z 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=7007d7d8033ce20f -C extra-filename=-5794b3553b6d424d --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-743675c95ff4feff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-01-22T09:39:39.506Z Compiling packed_struct_codegen v0.10.1
39822026-01-22T09:39:39.506Z 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`
39832026-01-22T09:39:39.506Z Compiling bitfield-macros v0.19.2
39842026-01-22T09:39:39.507Z 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=92f601fbd5ba94f5 -C extra-filename=-ca594f7d3498bcbf --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-01-22T09:39:40.056Z Compiling bitfield-struct v0.6.2
39862026-01-22T09:39:40.081Z 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=2b9817be4c4d74d1 -C extra-filename=-d5cc0e171cf3b5b7 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872026-01-22T09:39:40.835Z Compiling indexmap v1.9.3
39882026-01-22T09:39:40.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/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`
39892026-01-22T09:39:40.908Z Compiling typify-macro v0.2.0
39902026-01-22T09:39:40.908Z 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=15720a791c4f5bef -C extra-filename=-05aa1f83709d1520 --out-dir /work/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-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-82077244fcdc6ce7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912026-01-22T09:39:40.944Z Compiling nodrop v0.1.14
39922026-01-22T09:39:40.995Z 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`
39932026-01-22T09:39:41.144Z Compiling array-init v0.0.4
39942026-01-22T09:39:41.168Z 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`
39952026-01-22T09:39:41.290Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
39962026-01-22T09:39:41.355Z Compiling bitfield v0.19.2
39972026-01-22T09:39:41.380Z 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=e803b48ea894f213 -C extra-filename=-72cdf39cb3e9c244 --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-ca594f7d3498bcbf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-01-22T09:39:41.404Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39992026-01-22T09:39:41.405Z 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=48705fa30ef8d516 -C extra-filename=-3a154cfe397f1e54 --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-d5cc0e171cf3b5b7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-01-22T09:39:41.528Z Compiling smallvec v0.6.14
40012026-01-22T09:39:41.554Z 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`
40022026-01-22T09:39:41.863Z 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=e67b5188e6d09098 -C extra-filename=-2a3de0b3a28b44ff --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-01-22T09:39:41.902Z 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`
40042026-01-22T09:39:41.960Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40052026-01-22T09:39:41.984Z 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`
40062026-01-22T09:39:42.074Z Compiling hashbrown v0.12.3
40072026-01-22T09:39:42.099Z 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`
40082026-01-22T09:39:42.129Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40092026-01-22T09:39:42.129Z 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=0bbb18c65c60ca52 -C extra-filename=-3999b31b67f05fdb --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-3a154cfe397f1e54.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-01-22T09:39:42.169Z Compiling serde-hex v0.1.0
40112026-01-22T09:39:42.194Z 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=e8513747e514d96f -C extra-filename=-fa9df0c6cc92dc1c --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-a63eaf9643a0dfb8.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`
40122026-01-22T09:39:42.337Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40132026-01-22T09:39:42.362Z 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=ad4bd733bf815108 -C extra-filename=-087c7dc9a687aca9 --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-90d02e105026a3fe.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`
40142026-01-22T09:39:42.719Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40152026-01-22T09:39:42.745Z 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=af5221570c547253 -C extra-filename=-b89979aa52317a3d --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-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-01-22T09:39:42.772Z Compiling ron v0.8.1
40172026-01-22T09:39:42.772Z 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=4be58300560ec89d -C extra-filename=-5743f7f8a7d2b6a9 --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-8335c3fff4809f0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-01-22T09:39:42.876Z Compiling hashbrown v0.13.2
40192026-01-22T09:39:42.901Z 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=d790677688734cc9 -C extra-filename=-fac2f8a99ded2391 --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-b86e19eb56cd552a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-01-22T09:39:43.073Z 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`
40212026-01-22T09:39:43.116Z Compiling crc-any v2.5.0
40222026-01-22T09:39:43.140Z 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`
40232026-01-22T09:39:43.617Z Compiling path-slash v0.1.5
40242026-01-22T09:39:43.643Z 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`
40252026-01-22T09:39:43.847Z Compiling object v0.30.4
40262026-01-22T09:39:43.926Z 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=1a9e9a1eeffc4774 -C extra-filename=-0bfe80b256fd4c9e --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-fac2f8a99ded2391.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`
40272026-01-22T09:39:43.951Z Compiling xshell-macros v0.2.7
40282026-01-22T09:39:43.952Z Compiling half v1.8.3
40292026-01-22T09:39:43.952Z 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`
40302026-01-22T09:39:43.952Z 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`
40312026-01-22T09:39:44.449Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40322026-01-22T09:39:44.474Z 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=55850fe53ca5cde9 -C extra-filename=-83edbbe5ba857540 --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-5743f7f8a7d2b6a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-01-22T09:39:44.678Z Compiling xshell v0.2.7
40342026-01-22T09:39:44.703Z 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`
40352026-01-22T09:39:44.733Z Compiling typify v0.2.0
40362026-01-22T09:39:44.733Z 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=ae0d05da8ed2ac40 -C extra-filename=-a75cc8f793576d73 --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-82077244fcdc6ce7.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-05aa1f83709d1520.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372026-01-22T09:39:44.782Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40382026-01-22T09:39:44.807Z 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=47d8a80774bc7a4e -C extra-filename=-98b4ce5e53ae4128 --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-72cdf39cb3e9c244.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-2a3de0b3a28b44ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-01-22T09:39:44.964Z Compiling progenitor-impl v0.8.0
40402026-01-22T09:39:44.989Z 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=5874b2751ee6f6de -C extra-filename=-9b9350cf1842a41d --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-e0688423ffdf1dcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-a75cc8f793576d73.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`
40412026-01-22T09:39:45.095Z Compiling serde_cbor v0.11.2
40422026-01-22T09:39:45.119Z 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=34f35fae716ef15d -C extra-filename=-d0eec2d5e8484a2c --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-01-22T09:39:45.152Z Compiling proc-macro-error-attr2 v2.0.0
40442026-01-22T09:39:45.152Z 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`
40452026-01-22T09:39:45.711Z Compiling maplit v1.0.2
40462026-01-22T09:39:45.736Z 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`
40472026-01-22T09:39:45.879Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40482026-01-22T09:39:45.904Z 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=195513ff5156ce9e -C extra-filename=-28bd9c3fb637ec06 --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-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-01-22T09:39:45.928Z Compiling proc-macro-error2 v2.0.1
40502026-01-22T09:39:45.977Z 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=9df68f45c5d8ef14 -C extra-filename=-5d7d5c324402d358 --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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-01-22T09:39:46.002Z Compiling num-derive v0.3.3
40522026-01-22T09:39:46.002Z 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`
40532026-01-22T09:39:46.280Z Compiling fxhash v0.2.1
40542026-01-22T09:39:46.342Z 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`
40552026-01-22T09:39:46.377Z Compiling papergrid v0.17.0
40562026-01-22T09:39:46.378Z 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`
40572026-01-22T09:39:46.535Z Compiling testing_table v0.3.0
40582026-01-22T09:39:46.561Z 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`
40592026-01-22T09:39:46.591Z Compiling tabled_derive v0.11.0
40602026-01-22T09:39:46.591Z 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=e428d97c4936c89a -C extra-filename=-b6565a9db5085b4f --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-5d7d5c324402d358.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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-01-22T09:39:46.854Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40622026-01-22T09:39:46.879Z 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=1a241c606bf8df69 -C extra-filename=-cc6a883d8ca3e484 --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-8335c3fff4809f0a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-01-22T09:39:47.675Z Compiling libscf-sys v1.1.0
40642026-01-22T09:39:47.700Z 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`
40652026-01-22T09:39:47.940Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40662026-01-22T09:39:47.965Z 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=c315e9c28bad1782 -C extra-filename=-38fd9085e5bdf6ff --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-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-01-22T09:39:48.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40682026-01-22T09:39:48.708Z 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`
40692026-01-22T09:39:48.833Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40702026-01-22T09:39:48.874Z 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=e7b3d171dc1cf47a -C extra-filename=-b9418fe92756183f --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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cc6a883d8ca3e484.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-01-22T09:39:49.060Z Compiling tabled v0.20.0
40722026-01-22T09:39:49.060Z 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=2f4120e8f81ac700 -C extra-filename=-619b6858f66b72f6 --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-b6565a9db5085b4f.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`
40732026-01-22T09:39:49.102Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
40742026-01-22T09:39:49.213Z Compiling unicase v2.8.1
40752026-01-22T09:39:49.237Z 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`
40762026-01-22T09:39:49.593Z Compiling crc8 v0.1.1
40772026-01-22T09:39:49.618Z 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`
40782026-01-22T09:39:49.822Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40792026-01-22T09:39:49.847Z 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`
40802026-01-22T09:39:49.871Z Compiling diff v0.1.13
40812026-01-22T09:39:49.872Z 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`
40822026-01-22T09:39:50.216Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
40832026-01-22T09:39:50.275Z 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=d39d0afe7c473836 -C extra-filename=-bdd14a95895bd373 --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-90d02e105026a3fe.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/`
40842026-01-22T09:39:50.358Z Compiling progenitor-macro v0.8.0
40852026-01-22T09:39:50.382Z 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=a19de480f78d6a16 -C extra-filename=-5e0529ac4931b27b --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-55854e406e36a0f9.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-9b9350cf1842a41d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-9607ef7a21e960d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a959e02773e7f4a7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-01-22T09:39:50.407Z Compiling parking_lot_core v0.8.6
40872026-01-22T09:39:50.407Z 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`
40882026-01-22T09:39:50.555Z Compiling dsl_auto_type v0.1.2
40892026-01-22T09:39:50.580Z 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=b43abcca77b21aa2 -C extra-filename=-f6d53a8ebdcd4dfa --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-f7340329ccdf1fc5.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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-01-22T09:39:50.636Z Compiling kstat-rs v0.2.4
40912026-01-22T09:39:50.661Z 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=b322aff9ea9362b3 -C extra-filename=-a4df8c62210cee4e --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-90d02e105026a3fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-01-22T09:39:50.906Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
40932026-01-22T09:39:50.968Z Compiling vergen-gitcl v1.0.8
40942026-01-22T09:39:50.993Z 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`
40952026-01-22T09:39:51.193Z Compiling diesel_table_macro_syntax v0.2.0
40962026-01-22T09:39:51.245Z 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=eb8c8a7158aae6a7 -C extra-filename=-e81f8389609be11d --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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-01-22T09:39:51.352Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40982026-01-22T09:39:51.377Z 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=c7a96b60b233acb1 -C extra-filename=-8be4e9b594dd5d62 --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-3f0702ae7a4e5d08.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.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-2a3de0b3a28b44ff.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-fa9df0c6cc92dc1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-01-22T09:39:51.593Z Compiling scheduled-thread-pool v0.2.7
41002026-01-22T09:39:51.617Z 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`
41012026-01-22T09:39:51.776Z Compiling diesel_derives v2.2.3
41022026-01-22T09:39:51.801Z 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=5d276401309d8506 -C extra-filename=-3ece9de9d0dfa407 --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-e81f8389609be11d.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-f6d53a8ebdcd4dfa.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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-01-22T09:39:51.921Z Compiling r2d2 v0.8.10
41042026-01-22T09:39:51.946Z 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`
41052026-01-22T09:39:52.093Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
41062026-01-22T09:39:52.153Z 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`
41072026-01-22T09:39:52.308Z 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=99e66d20849fd53f -C extra-filename=-26ef0e8dbec3a1dc --out-dir /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-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-619b6858f66b72f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-b9418fe92756183f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-cc6a883d8ca3e484.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41082026-01-22T09:39:52.684Z Compiling parking_lot v0.11.2
41092026-01-22T09:39:52.714Z 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`
41102026-01-22T09:39:53.422Z 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=56fb01ba706b386b -C extra-filename=-c672b8b90e72091e --out-dir /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-e9cc8fdbf4d1c29c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.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)'`
41112026-01-22T09:39:53.916Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41122026-01-22T09:39:53.940Z 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=e55fdf8f240168e2 -C extra-filename=-c8818a57033286c3 --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-1c6d496b319eaa8c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8be4e9b594dd5d62.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0bfe80b256fd4c9e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-83edbbe5ba857540.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-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-a5022a14d5411a51/out/lib`
41132026-01-22T09:39:54.207Z Compiling prefix-trie v0.7.0
41142026-01-22T09:39:54.232Z 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=a058ce1a0ab83619 -C extra-filename=-4e9dcf73431c57ed --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-96d44b0553356cd8.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`
41152026-01-22T09:39:54.485Z Compiling nanorand v0.7.0
41162026-01-22T09:39:54.510Z 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`
41172026-01-22T09:39:54.574Z Compiling dirs-sys-next v0.1.2
41182026-01-22T09:39:54.598Z 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`
41192026-01-22T09:39:55.005Z Compiling crunchy v0.2.2
41202026-01-22T09:39:55.030Z 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`
41212026-01-22T09:39:55.064Z Compiling flume v0.11.1
41222026-01-22T09:39:55.101Z 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`
41232026-01-22T09:39:55.126Z Compiling hickory-server v0.25.2
41242026-01-22T09:39:55.126Z 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=2bfff889a7ec9c73 -C extra-filename=-2b46b0b3fb145ccd --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-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.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-8d755279626495bf.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4e9dcf73431c57ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252026-01-22T09:39:55.517Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
41262026-01-22T09:39:55.577Z Compiling dirs-next v2.0.0
41272026-01-22T09:39:55.603Z 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`
41282026-01-22T09:39:55.684Z Compiling sled v0.34.7
41292026-01-22T09:39:55.709Z 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`
41302026-01-22T09:39:55.820Z Compiling hickory-client v0.25.2
41312026-01-22T09:39:55.845Z 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=1022b4c51eee574f -C extra-filename=-a37f99e70d435b7e --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-513e6bd09d65a657.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.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-81cddf8435918e2f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-01-22T09:39:56.414Z Compiling tiny-keccak v2.0.2
41332026-01-22T09:39:56.439Z 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`
41342026-01-22T09:39:56.803Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
41352026-01-22T09:39:56.866Z Compiling term v0.7.0
41362026-01-22T09:39:56.891Z 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`
41372026-01-22T09:39:56.926Z 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`
41382026-01-22T09:39:57.070Z Compiling bit-vec v0.6.3
41392026-01-22T09:39:57.095Z 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`
41402026-01-22T09:39:57.490Z Compiling ascii-canvas v3.0.0
41412026-01-22T09:39:57.533Z 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`
41422026-01-22T09:39:57.977Z Compiling bit-set v0.5.3
41432026-01-22T09:39:58.002Z 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`
41442026-01-22T09:39:58.027Z 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`
41452026-01-22T09:39:58.283Z Compiling ena v0.14.3
41462026-01-22T09:39:58.307Z 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`
41472026-01-22T09:39:58.697Z Compiling bindgen v0.71.1
41482026-01-22T09:39:58.731Z 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`
41492026-01-22T09:39:58.731Z Compiling regex-syntax v0.6.29
41502026-01-22T09:39:58.731Z 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`
41512026-01-22T09:39:58.915Z Compiling primeorder v0.13.6
41522026-01-22T09:39:59.013Z 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=64e67bb8cf9f38d4 -C extra-filename=-73463563af7e9cd4 --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-79ba77e562a2dc78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-01-22T09:39:59.378Z Compiling salty v0.3.0
41542026-01-22T09:39:59.503Z 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`
41552026-01-22T09:39:59.543Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
41562026-01-22T09:39:59.684Z 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=1366d55909fb6345 -C extra-filename=-1ea8393f9b1e00c0 --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-8335c3fff4809f0a.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-067edc1c4c1cec03.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-d276db4d2647f55b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-01-22T09:39:59.841Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
41582026-01-22T09:39:59.948Z Compiling libxml v0.3.3
41592026-01-22T09:40:00.016Z 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`
41602026-01-22T09:40:00.347Z Compiling diesel v2.2.12
41612026-01-22T09:40:00.597Z 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=30ab8bdce1bca29f -C extra-filename=-265bfecd09de518a --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-8335c3fff4809f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-3ece9de9d0dfa407.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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`
41622026-01-22T09:40:00.745Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
41632026-01-22T09:40:00.745Z 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=26e2f9dd3f0a5007 -C extra-filename=-adfb99e020b49b2b --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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41642026-01-22T09:40:01.423Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41652026-01-22T09:40:01.542Z 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=e614d8dd28cd5d66 -C extra-filename=-7b6e5002a11559fa --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-12588703293e7333.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662026-01-22T09:40:01.610Z Compiling lalrpop v0.19.12
41672026-01-22T09:40:01.610Z 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=0cca573a985637b4 -C extra-filename=-2d6a3a8ddb4d8d50 --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-c8faf3ef761b5017.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-895147969acef52d.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`
41682026-01-22T09:40:03.060Z Compiling strum_macros v0.24.3
41692026-01-22T09:40:03.084Z 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`
41702026-01-22T09:40:03.464Z Compiling indoc v1.0.9
41712026-01-22T09:40:03.488Z 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`
41722026-01-22T09:40:04.270Z 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`
41732026-01-22T09:40:05.330Z Compiling p384 v0.13.1
41742026-01-22T09:40:05.415Z 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=b3c1045c70262d59 -C extra-filename=-1cee122b77452ecb --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-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-01-22T09:40:05.839Z Compiling oso-derive v0.27.3
41762026-01-22T09:40:05.870Z 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`
41772026-01-22T09:40:06.349Z Compiling impl-trait-for-tuples v0.2.2
41782026-01-22T09:40:06.375Z 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`
41792026-01-22T09:40:06.404Z Compiling quick-xml v0.37.2
41802026-01-22T09:40:06.404Z 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=c47498e2941c486e -C extra-filename=-1ce318e16060f8a4 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41812026-01-22T09:40:06.783Z Compiling fs-err v2.11.0
41822026-01-22T09:40:06.807Z 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`
41832026-01-22T09:40:07.164Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
41842026-01-22T09:40:07.347Z Compiling predicates-tree v1.0.12
41852026-01-22T09:40:07.371Z 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`
41862026-01-22T09:40:07.791Z Compiling trait-variant v0.1.2
41872026-01-22T09:40:07.816Z 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=06c532fad50f5c68 -C extra-filename=-75877112077bca2b --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-01-22T09:40:08.372Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41892026-01-22T09:40:08.396Z 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`
41902026-01-22T09:40:08.755Z Compiling assert_matches v1.5.0
41912026-01-22T09:40:08.832Z 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`
41922026-01-22T09:40:08.874Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
41932026-01-22T09:40:08.899Z 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)'`
41942026-01-22T09:40:08.932Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
41952026-01-22T09:40:08.956Z 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=89d60677a6b7936c -C extra-filename=-6fbba3adeaa38d66 --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-1c6d496b319eaa8c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-98b4ce5e53ae4128.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-8be4e9b594dd5d62.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0bfe80b256fd4c9e.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b89979aa52317a3d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-83edbbe5ba857540.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-5794b3553b6d424d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-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-a5022a14d5411a51/out/lib`
41962026-01-22T09:40:09.093Z Compiling diesel-dtrace v0.4.2
41972026-01-22T09:40:09.117Z 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`
41982026-01-22T09:40:09.427Z Compiling parse-size v1.1.0
41992026-01-22T09:40:09.455Z 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`
42002026-01-22T09:40:09.527Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
42012026-01-22T09:40:09.660Z 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=94ef44923cccf834 -C extra-filename=-6d631553a4d18662 --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-90d02e105026a3fe.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/`
42022026-01-22T09:40:09.743Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42032026-01-22T09:40:09.768Z 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/173a5d1/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=6112766d4902f62a -C extra-filename=-bb5c12bdac328bdb --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-3f0702ae7a4e5d08.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-adfb99e020b49b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-01-22T09:40:10.002Z Compiling mime_guess v2.0.5
42052026-01-22T09:40:10.026Z 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`
42062026-01-22T09:40:10.691Z Compiling bb8 v0.8.5
42072026-01-22T09:40:10.725Z 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=d9cc7c745d54bd46 -C extra-filename=-59392630189e75a3 --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-2af21442a3b43a15.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-01-22T09:40:10.988Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
42092026-01-22T09:40:11.013Z 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/9122d6e/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=90ead432e2d8d66c -C extra-filename=-60e49609267dafde --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-60e49609267dafde -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`
42102026-01-22T09:40:11.192Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42112026-01-22T09:40:11.216Z 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/173a5d1/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=43574436bc1c1b35 -C extra-filename=-d1c8c749c288bf97 --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-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-01-22T09:40:11.416Z Compiling corncobs v0.1.4
42132026-01-22T09:40:11.440Z 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`
42142026-01-22T09:40:11.725Z Compiling http-range v0.1.5
42152026-01-22T09:40:11.775Z 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`
42162026-01-22T09:40:11.798Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42172026-01-22T09:40:11.798Z 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/173a5d1/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=f27aed51b50fcf07 -C extra-filename=-433865d44a767195 --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-d1c8c749c288bf97.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182026-01-22T09:40:11.966Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-60e49609267dafde/build-script-build`
42192026-01-22T09:40:12.005Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
42202026-01-22T09:40:12.067Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
42212026-01-22T09:40:12.091Z 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/173a5d1/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"))' -C metadata=a988b428b94022f7 -C extra-filename=-dfefc604f82d9cd6 --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-bb5c12bdac328bdb.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-cdcdf780c038777d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-6d631553a4d18662.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42222026-01-22T09:40:12.115Z Compiling ignore v0.4.23
42232026-01-22T09:40:12.115Z 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`
42242026-01-22T09:40:12.165Z Compiling signal-hook-tokio v0.3.1
42252026-01-22T09:40:12.189Z 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=061e16877ce6a608 -C extra-filename=-908fdea0d61917c0 --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-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-01-22T09:40:12.420Z Compiling secrecy v0.8.0
42272026-01-22T09:40:12.445Z 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=8bdb1376c5152d83 -C extra-filename=-547c67c9b5dbf9df --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-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282026-01-22T09:40:12.582Z Compiling atty v0.2.14
42292026-01-22T09:40:12.606Z 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`
42302026-01-22T09:40:12.695Z 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`
42312026-01-22T09:40:12.785Z Compiling nonempty v0.12.0
42322026-01-22T09:40:12.809Z 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`
42332026-01-22T09:40:13.106Z Compiling tungstenite v0.23.0
42342026-01-22T09:40:13.139Z 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=e5faf158a4c73979 -C extra-filename=-40799af068aef756 --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-62ecb1184096bc82.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-e24efe75f2906a0d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.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`
42352026-01-22T09:40:13.439Z Compiling globwalk v0.9.1
42362026-01-22T09:40:13.464Z 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=2f1f3110f82b70f1 -C extra-filename=-43255174de2ed290 --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-8335c3fff4809f0a.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`
42372026-01-22T09:40:13.898Z Compiling camino-tempfile-ext v0.3.2
42382026-01-22T09:40:13.921Z 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=d6f36b5263f91b28 -C extra-filename=-7b716b57b01d615a --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-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-43255174de2ed290.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`
42392026-01-22T09:40:13.975Z Compiling hyper-staticfile v0.10.1
42402026-01-22T09:40:13.999Z 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=efd9b45cf64127d4 -C extra-filename=-6120fcc3c1d79f75 --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-513e6bd09d65a657.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-583eb8cec2ba98ca.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-e24efe75f2906a0d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-01-22T09:40:14.478Z Compiling void v1.0.2
42422026-01-22T09:40:14.503Z 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`
42432026-01-22T09:40:14.732Z Compiling lzss v0.8.2
42442026-01-22T09:40:14.756Z 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`
42452026-01-22T09:40:14.790Z Compiling tokio-tungstenite v0.23.1
42462026-01-22T09:40:14.790Z 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=d3383e9e4c6a92bd -C extra-filename=-52fcd78a1ca19584 --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-513e6bd09d65a657.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-40799af068aef756.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-01-22T09:40:14.856Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42482026-01-22T09:40:14.880Z 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=8354af50db3a984b -C extra-filename=-2282652d49b47d58 --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-5794b3553b6d424d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-01-22T09:40:14.962Z Compiling nix v0.27.1
42502026-01-22T09:40:14.986Z 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=6f947ad1cec82f84 -C extra-filename=-6d3254b61f9a4e77 --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-8335c3fff4809f0a.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`
42512026-01-22T09:40:15.139Z Compiling serde_bytes v0.11.19
42522026-01-22T09:40:15.164Z 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`
42532026-01-22T09:40:15.206Z Compiling rand_seeder v0.4.0
42542026-01-22T09:40:15.230Z 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`
42552026-01-22T09:40:15.312Z Compiling is_ci v1.2.0
42562026-01-22T09:40:15.336Z 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`
42572026-01-22T09:40:15.547Z Compiling yansi v1.0.1
42582026-01-22T09:40:15.571Z 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`
42592026-01-22T09:40:15.594Z Compiling typeid v1.0.3
42602026-01-22T09:40:15.619Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42612026-01-22T09:40:15.619Z 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`
42622026-01-22T09:40:15.619Z 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=d880f549f6d02d1d -C extra-filename=-f7dcc6baefcc2a77 --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-f78447817f9330f0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.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`
42632026-01-22T09:40:16.165Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
42642026-01-22T09:40:16.189Z 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=657c9893144f7cce -C extra-filename=-223ecc5f032a2686 --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-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.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-6d3254b61f9a4e77.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-a63eaf9643a0dfb8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0ec8627c359aaefa.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-d0eec2d5e8484a2c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-2282652d49b47d58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --cap-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-a5022a14d5411a51/out/lib`
42652026-01-22T09:40:16.213Z Compiling pretty_assertions v1.4.1
42662026-01-22T09:40:16.213Z 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`
42672026-01-22T09:40:16.476Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
42682026-01-22T09:40:16.591Z 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)'`
42692026-01-22T09:40:16.701Z Compiling tabled_derive v0.10.0
42702026-01-22T09:40:16.725Z 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=d99edae4ad5c9f1f -C extra-filename=-527e50576fd2890d --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-5d7d5c324402d358.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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-01-22T09:40:16.804Z Compiling papergrid v0.14.0
42722026-01-22T09:40:16.828Z 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`
42732026-01-22T09:40:17.147Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42742026-01-22T09:40:17.171Z 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=f56359387cbdcae5 -C extra-filename=-aaff62f99b064de5 --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-8335c3fff4809f0a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-01-22T09:40:19.070Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42762026-01-22T09:40:19.094Z 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`
42772026-01-22T09:40:19.119Z Compiling tabled v0.18.0
42782026-01-22T09:40:19.119Z 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=536e0fae89f075d2 -C extra-filename=-17c0fd468c075a63 --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-527e50576fd2890d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42792026-01-22T09:40:19.547Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
42802026-01-22T09:40:19.698Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42812026-01-22T09:40:19.722Z 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=462933a855fe3f5d -C extra-filename=-d5f8f8442db6a129 --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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aaff62f99b064de5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-01-22T09:40:19.975Z Compiling erased-serde v0.4.6
42832026-01-22T09:40:19.999Z 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=61462ea9599ce67f -C extra-filename=-1f8d73e87c332332 --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-a63eaf9643a0dfb8.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`
42842026-01-22T09:40:21.050Z Compiling castaway v0.2.3
42852026-01-22T09:40:21.074Z 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`
42862026-01-22T09:40:21.299Z Compiling ordered-float v2.10.1
42872026-01-22T09:40:21.323Z 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`
42882026-01-22T09:40:21.932Z Compiling indoc v2.0.6
42892026-01-22T09:40:21.956Z 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`
42902026-01-22T09:40:22.793Z 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=3542466d714825fe -C extra-filename=-6ae85b39bf2a94ef --out-dir /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-523ecfc7617bc60b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-17c0fd468c075a63.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d5f8f8442db6a129.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-aaff62f99b064de5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42912026-01-22T09:40:22.834Z Compiling serde-value v0.7.0
42922026-01-22T09:40:22.859Z 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=b792d3f13042ab4b -C extra-filename=-abb64bb9f8d11335 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-01-22T09:40:23.225Z Compiling compact_str v0.8.0
42942026-01-22T09:40:23.249Z 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`
42952026-01-22T09:40:23.563Z Compiling serde-untagged v0.1.7
42962026-01-22T09:40:23.587Z 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=f2d1d4a200fc87f2 -C extra-filename=-181a9de22a6cc214 --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-1f8d73e87c332332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
42972026-01-22T09:40:24.047Z Compiling unicode-truncate v1.1.0
42982026-01-22T09:40:24.071Z 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`
42992026-01-22T09:40:24.338Z Compiling lru v0.12.5
43002026-01-22T09:40:24.362Z 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`
43012026-01-22T09:40:24.386Z Compiling instability v0.3.2
43022026-01-22T09:40:24.386Z 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=252eb7c34b9d9bb5 -C extra-filename=-b1bd95836bde2724 --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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032026-01-22T09:40:24.518Z Compiling cassowary v0.3.0
43042026-01-22T09:40:24.558Z 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`
43052026-01-22T09:40:24.714Z Compiling cargo-util-schemas v0.8.2
43062026-01-22T09:40:24.738Z 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=5a96e7a3f3ac38d1 -C extra-filename=-c026e5c1ce7b924c --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-a63eaf9643a0dfb8.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-181a9de22a6cc214.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-abb64bb9f8d11335.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-01-22T09:40:25.048Z Compiling console v0.16.0
43082026-01-22T09:40:25.072Z 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`
43092026-01-22T09:40:25.412Z Compiling ratatui v0.29.0
43102026-01-22T09:40:25.436Z 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=120117043e9e8e09 -C extra-filename=-cf286c7067bccdae --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-8335c3fff4809f0a.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-de1496c0a7f895f1.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-b1bd95836bde2724.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-a584387af8d415c6.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`
43112026-01-22T09:40:25.529Z Compiling cargo-platform v0.2.0
43122026-01-22T09:40:25.553Z 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=2b3f63365e587d44 -C extra-filename=-5195fc3eb8e54679 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-01-22T09:40:26.061Z Compiling unit-prefix v0.5.1
43142026-01-22T09:40:26.061Z 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`
43152026-01-22T09:40:26.105Z Compiling supports-color v3.0.2
43162026-01-22T09:40:26.129Z 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`
43172026-01-22T09:40:26.314Z Compiling indicatif v0.18.0
43182026-01-22T09:40:26.340Z 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`
43192026-01-22T09:40:26.432Z Compiling concurrent-queue v2.5.0
43202026-01-22T09:40:26.456Z 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`
43212026-01-22T09:40:26.817Z Compiling cargo_metadata v0.21.0
43222026-01-22T09:40:26.869Z 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=cc322156658da9fd -C extra-filename=-fd329f1c83ef8c3d --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-54336e2d6e7eae24.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-5195fc3eb8e54679.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c026e5c1ce7b924c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-01-22T09:40:27.204Z Compiling parking v2.2.1
43242026-01-22T09:40:27.228Z 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`
43252026-01-22T09:40:27.552Z Compiling libz-sys v1.1.20
43262026-01-22T09:40:27.577Z 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=af3d8b3dcf90dfba -C extra-filename=-bf39d4d60c5d9c75 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.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`
43272026-01-22T09:40:28.004Z Compiling async-bb8-diesel v0.2.1
43282026-01-22T09:40:28.028Z 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=1fd06aa832bc135b -C extra-filename=-ea739b9356311b74 --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-2af21442a3b43a15.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-59392630189e75a3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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`
43292026-01-22T09:40:28.273Z 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=bc1946ac8bfb34fa -C extra-filename=-d6e48d05ebd3ea85 --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-265bfecd09de518a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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`
43302026-01-22T09:40:28.714Z Compiling event-listener v5.3.1
43312026-01-22T09:40:28.754Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75/build-script-build`
43322026-01-22T09:40:28.778Z 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`
43332026-01-22T09:40:28.866Z Compiling libgit2-sys v0.18.2+1.9.1
43342026-01-22T09:40:28.890Z 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=17737909b461ca3e -C extra-filename=-542a07f8b11952af --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.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`
43352026-01-22T09:40:29.316Z Compiling hex-literal v0.4.1
43362026-01-22T09:40:29.361Z 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`
43372026-01-22T09:40:29.522Z Compiling shell-words v1.1.0
43382026-01-22T09:40:29.545Z 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`
43392026-01-22T09:40:29.569Z Compiling event-listener-strategy v0.5.2
43402026-01-22T09:40:29.569Z 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`
43412026-01-22T09:40:29.751Z 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=aceda076a90332c2 -C extra-filename=-3637348528f44e49 --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`
43422026-01-22T09:40:29.820Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af/build-script-build`
43432026-01-22T09:40:29.872Z Compiling petname v2.0.2
43442026-01-22T09:40:29.896Z 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`
43452026-01-22T09:40:29.920Z Compiling futures-lite v2.3.0
43462026-01-22T09:40:29.920Z 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`
43472026-01-22T09:40:29.978Z Compiling vergen-git2 v1.0.7
43482026-01-22T09:40:30.002Z 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`
43492026-01-22T09:40:30.357Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
43502026-01-22T09:40:30.420Z Compiling sapling-renderdag v0.1.0
43512026-01-22T09:40:30.444Z 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=0d2b97b9be8e7434 -C extra-filename=-758675e7193a1b17 --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-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-01-22T09:40:30.797Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b/build-script-build`
43532026-01-22T09:40:30.927Z Compiling rtoolbox v0.0.2
43542026-01-22T09:40:30.952Z 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`
43552026-01-22T09:40:31.031Z Compiling sync-ptr v0.1.4
43562026-01-22T09:40:31.056Z 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`
43572026-01-22T09:40:31.091Z 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=1bee55406d6c7bc6 -C extra-filename=-31d472ad98b6f064 --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-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-01-22T09:40:31.258Z Compiling rustls v0.21.12
43592026-01-22T09:40:31.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
43602026-01-22T09:40:31.307Z Compiling rpassword v7.4.0
43612026-01-22T09:40:31.307Z 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`
43622026-01-22T09:40:31.352Z Compiling async-lock v3.4.0
43632026-01-22T09:40:31.376Z 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`
43642026-01-22T09:40:31.645Z Compiling tui-tree-widget v0.23.1
43652026-01-22T09:40:31.670Z 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=095cbb0847ac9872 -C extra-filename=-2d531dcb42d49829 --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-cf286c7067bccdae.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`
43662026-01-22T09:40:31.708Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
43672026-01-22T09:40:31.755Z Compiling rustls-webpki v0.101.7
43682026-01-22T09:40:31.780Z 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=a58cddde64ddeb62 -C extra-filename=-358828295f018f8e --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-bf00ff95c8089375.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-aaa5d3556d6e760b/out`
43692026-01-22T09:40:32.032Z Compiling sct v0.7.1
43702026-01-22T09:40:32.056Z 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=b922ac9968d69d8f -C extra-filename=-82a63a63d1f90902 --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-bf00ff95c8089375.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-aaa5d3556d6e760b/out`
43712026-01-22T09:40:32.378Z Compiling polling v3.7.3
43722026-01-22T09:40:32.403Z 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=7c800fc2827cfca9 -C extra-filename=-4210b1805b88caa5 --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-e5812aada0aea4b7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-01-22T09:40:32.427Z Compiling polyval v0.6.2
43742026-01-22T09:40:32.427Z 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=eab5d428aade6716 -C extra-filename=-aaf779f3642ecade --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-3c70bba186f41443.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752026-01-22T09:40:32.768Z 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=7e9b37207ca93f41 -C extra-filename=-099a8c88399f68e2 --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-bf00ff95c8089375.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-358828295f018f8e.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-82a63a63d1f90902.rmeta --cap-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-aaa5d3556d6e760b/out`
43762026-01-22T09:40:32.853Z Compiling async-io v2.3.4
43772026-01-22T09:40:32.878Z 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=ece93d7175cec29a -C extra-filename=-2d500332f77b0e1e --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-4210b1805b88caa5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-01-22T09:40:33.046Z Compiling async-task v4.7.1
43792026-01-22T09:40:33.070Z 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`
43802026-01-22T09:40:33.175Z Compiling target-lexicon v0.13.2
43812026-01-22T09:40:33.199Z 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`
43822026-01-22T09:40:33.486Z Compiling ghash v0.5.1
43832026-01-22T09:40:33.525Z 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=1bf778f713c33e2a -C extra-filename=-fe299b6df918f10c --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-aaf779f3642ecade.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-01-22T09:40:33.723Z Compiling async-channel v2.3.1
43852026-01-22T09:40:33.748Z 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`
43862026-01-22T09:40:34.100Z Compiling rustls-pemfile v1.0.4
43872026-01-22T09:40:34.125Z 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`
43882026-01-22T09:40:34.149Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
43892026-01-22T09:40:34.266Z Compiling twox-hash v2.1.0
43902026-01-22T09:40:34.290Z 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=9d75237b9ddb67ef -C extra-filename=-984071cc58dfe63e --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-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-01-22T09:40:34.548Z Compiling piper v0.2.4
43922026-01-22T09:40:34.573Z 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`
43932026-01-22T09:40:34.573Z Compiling ctr v0.9.2
43942026-01-22T09:40:34.573Z 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=0e2ebbef53cd1540 -C extra-filename=-f5b0d03cbdaa48ba --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-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952026-01-22T09:40:34.922Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc/build-script-build`
43962026-01-22T09:40:34.992Z 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=e345f54401b00a8e -C extra-filename=-4829e2031b071a74 --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-2365d10e992c2e9e/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
43972026-01-22T09:40:35.016Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de/build-script-build`
43982026-01-22T09:40:35.098Z Compiling plotters-backend v0.3.7
43992026-01-22T09:40:35.098Z Compiling guppy-workspace-hack v0.1.0
44002026-01-22T09:40:35.123Z 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`
44012026-01-22T09:40:35.123Z 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`
44022026-01-22T09:40:35.199Z Compiling aes-gcm v0.10.3
44032026-01-22T09:40:35.223Z 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=89bcfe598ee9e778 -C extra-filename=-89d89c71f9fed651 --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-f4da68107a794871.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-f0a73f8d750ffdb4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-fe299b6df918f10c.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`
44042026-01-22T09:40:35.538Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
44052026-01-22T09:40:35.578Z Compiling plotters-svg v0.3.7
44062026-01-22T09:40:35.603Z 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`
44072026-01-22T09:40:35.633Z Compiling blocking v1.6.1
44082026-01-22T09:40:35.658Z 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`
44092026-01-22T09:40:35.684Z 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"'`
44102026-01-22T09:40:36.010Z Compiling tokio-rustls v0.24.1
44112026-01-22T09:40:36.035Z 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=a274f379e7049b34 -C extra-filename=-210a2761924e18e0 --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-099a8c88399f68e2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-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-aaa5d3556d6e760b/out`
44122026-01-22T09:40:36.165Z Compiling async-signal v0.2.10
44132026-01-22T09:40:36.190Z 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=ef48f01951975b92 -C extra-filename=-767d4c0a82cefdb4 --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-2d500332f77b0e1e.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-e5812aada0aea4b7.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`
44142026-01-22T09:40:36.363Z Compiling async-executor v1.13.1
44152026-01-22T09:40:36.388Z 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`
44162026-01-22T09:40:36.422Z Compiling fatfs v0.3.6
44172026-01-22T09:40:36.446Z 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=29c543fed40db29d -C extra-filename=-eeafe212e92b06f2 --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-48fb03ed99eab2f1.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`
44182026-01-22T09:40:36.592Z Compiling ssh-encoding v0.2.0
44192026-01-22T09:40:36.642Z 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=7c668c36e812f43d -C extra-filename=-3336bb986e80fa1d --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-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-01-22T09:40:37.062Z 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=e7b4887ddf53dc09 -C extra-filename=-986d4696e973d15a --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-4829e2031b071a74.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-af4e2b450e46dc94.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
44212026-01-22T09:40:37.100Z Compiling blowfish v0.9.1
44222026-01-22T09:40:37.100Z 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=15c8ea6089cb5ed3 -C extra-filename=-ed01e0978fbb108f --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-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-01-22T09:40:37.279Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44242026-01-22T09:40:37.304Z 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=dfcc2354d03c9aa0 -C extra-filename=-19073bbcd002a6d6 --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-8335c3fff4809f0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252026-01-22T09:40:37.557Z Compiling target-spec v3.5.0
44262026-01-22T09:40:37.583Z 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`
44272026-01-22T09:40:37.821Z Compiling arrayvec v0.7.6
44282026-01-22T09:40:37.846Z 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`
44292026-01-22T09:40:38.081Z Compiling arrayref v0.3.9
44302026-01-22T09:40:38.105Z 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`
44312026-01-22T09:40:38.232Z Compiling constant_time_eq v0.3.1
44322026-01-22T09:40:38.257Z 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`
44332026-01-22T09:40:38.282Z Compiling event-listener v2.5.3
44342026-01-22T09:40:38.282Z 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`
44352026-01-22T09:40:38.496Z Compiling cast v0.3.0
44362026-01-22T09:40:38.521Z 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`
44372026-01-22T09:40:38.679Z Compiling seq-macro v0.3.6
44382026-01-22T09:40:38.704Z 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`
44392026-01-22T09:40:38.890Z Compiling rustls-webpki v0.102.8
44402026-01-22T09:40:38.915Z 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=0140415f7861f953 -C extra-filename=-64b82b4d6ae66fac --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-986d4696e973d15a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
44412026-01-22T09:40:38.994Z Compiling futures-timer v3.0.3
44422026-01-22T09:40:39.019Z 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`
44432026-01-22T09:40:39.710Z Compiling criterion-plot v0.6.0
44442026-01-22T09:40:39.735Z 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`
44452026-01-22T09:40:39.768Z Compiling async-channel v1.9.0
44462026-01-22T09:40:39.793Z 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`
44472026-01-22T09:40:39.793Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
44482026-01-22T09:40:39.904Z 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=099fd51ea86386cf -C extra-filename=-e5d9ad355c1e7274 --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-986d4696e973d15a.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-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
44492026-01-22T09:40:40.140Z 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=22eaaa2860281c80 -C extra-filename=-ee461f3eb4a63c9f --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-bf00ff95c8089375.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
44502026-01-22T09:40:40.627Z Compiling bcrypt-pbkdf v0.10.0
44512026-01-22T09:40:40.654Z 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=aec6ff2431408278 -C extra-filename=-c343348d14039ebb --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-ed01e0978fbb108f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-9f61b2551e717720.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-01-22T09:40:40.679Z Compiling ssh-cipher v0.2.0
44532026-01-22T09:40:40.679Z 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=fd0f2000164c0117 -C extra-filename=-a1d86ec8d2178852 --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-f0a73f8d750ffdb4.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89d89c71f9fed651.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.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`
44542026-01-22T09:40:41.251Z Compiling async-global-executor v2.4.1
44552026-01-22T09:40:41.275Z 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=a9ac89f50906f9f5 -C extra-filename=-9ced7e03a43849bd --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-2d500332f77b0e1e.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`
44562026-01-22T09:40:41.837Z Compiling async-process v2.3.0
44572026-01-22T09:40:41.862Z 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=d153ea977f7bf675 -C extra-filename=-f3dd24178297181d --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-2d500332f77b0e1e.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-767d4c0a82cefdb4.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-e5812aada0aea4b7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-01-22T09:40:41.909Z Compiling cfg-expr v0.20.1
44592026-01-22T09:40:41.934Z 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`
44602026-01-22T09:40:42.409Z Compiling plotters v0.3.7
44612026-01-22T09:40:42.433Z 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`
44622026-01-22T09:40:42.943Z 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`
44632026-01-22T09:40:42.986Z Compiling supports-color v2.1.0
44642026-01-22T09:40:43.011Z 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`
44652026-01-22T09:40:43.102Z Compiling textwrap v0.15.2
44662026-01-22T09:40:43.127Z 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`
44672026-01-22T09:40:43.368Z Compiling supports-hyperlinks v2.1.0
44682026-01-22T09:40:43.392Z 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`
44692026-01-22T09:40:43.654Z Compiling supports-unicode v2.1.0
44702026-01-22T09:40:43.678Z 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`
44712026-01-22T09:40:43.819Z Compiling tokio-rustls v0.25.0
44722026-01-22T09:40:43.844Z 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=e2b5a22afe5398f6 -C extra-filename=-c6f5e1f080f95db6 --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-ee461f3eb4a63c9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
44732026-01-22T09:40:43.928Z Compiling hashbrown v0.14.5
44742026-01-22T09:40:43.953Z 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=538e2f06bbabc996 -C extra-filename=-c8a6096dfdafe83d --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-b86e19eb56cd552a.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`
44752026-01-22T09:40:44.266Z 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.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 '--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=ea6ad974d1785733 -C extra-filename=-c040e9583776fba3 --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-b468ac47d0f7e9e0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-d8fabec0ac607a9d.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1680290002eee35b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.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-ee461f3eb4a63c9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fd399d65e5ace529.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c6f5e1f080f95db6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5d181fbbef32e538.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
44762026-01-22T09:40:44.336Z Compiling password-hash v0.4.2
44772026-01-22T09:40:44.360Z 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`
44782026-01-22T09:40:45.101Z Compiling backtrace-ext v0.2.1
44792026-01-22T09:40:45.125Z 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`
44802026-01-22T09:40:45.150Z Compiling async-attributes v1.1.2
44812026-01-22T09:40:45.150Z 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`
44822026-01-22T09:40:45.429Z Compiling tinytemplate v1.2.1
44832026-01-22T09:40:45.454Z 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=252bd115308a69f8 -C extra-filename=-6e360483c9b2b7e9 --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-a63eaf9643a0dfb8.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`
44842026-01-22T09:40:45.978Z Compiling tokio-rustls v0.26.0
44852026-01-22T09:40:46.003Z 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=ba9466b28f56bd88 -C extra-filename=-ee7b6c66e1230af9 --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-e5d9ad355c1e7274.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
44862026-01-22T09:40:46.255Z Compiling miette-derive v5.10.0
44872026-01-22T09:40:46.279Z 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=e79621cc38da98b1 -C extra-filename=-fcfec1596f790268 --out-dir /work/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-d276db4d2647f55b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-01-22T09:40:46.457Z Compiling hyper-rustls v0.27.7
44892026-01-22T09:40:46.482Z 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=e00729f73b583768 -C extra-filename=-aed8d5eb6b3ef492 --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-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.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-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
44902026-01-22T09:40:47.063Z Compiling reqwest v0.12.24
44912026-01-22T09:40:47.088Z 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=33bc67010f612332 -C extra-filename=-2d0a9e71a08daa08 --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-62ecb1184096bc82.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-9c06bb47f135485b.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-513e6bd09d65a657.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-198087b8be680c0c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c4795ebd0e8c407b.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.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-f28104d752f78e8f.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-e5d9ad355c1e7274.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-39f314a2f5f61f9a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-2c09da9693e01586.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-3821a12aa3ac5879.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
44922026-01-22T09:40:47.140Z 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/9122d6e/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=f330003b48b34658 -C extra-filename=-c6d9140056be84ed --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-bb5c12bdac328bdb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-433865d44a767195.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-dfefc604f82d9cd6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-547c67c9b5dbf9df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/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/`
44932026-01-22T09:40:48.438Z Compiling terminal_size v0.1.17
44942026-01-22T09:40:48.463Z 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`
44952026-01-22T09:40:48.666Z Compiling kv-log-macro v1.0.7
44962026-01-22T09:40:48.690Z 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`
44972026-01-22T09:40:48.911Z Compiling anes v0.1.6
44982026-01-22T09:40:48.954Z 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`
44992026-01-22T09:40:49.098Z Compiling oorandom v11.1.4
45002026-01-22T09:40:49.123Z 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`
45012026-01-22T09:40:49.352Z Compiling owo-colors v3.5.0
45022026-01-22T09:40:49.376Z 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`
45032026-01-22T09:40:49.401Z Compiling criterion v0.7.0
45042026-01-22T09:40:49.401Z 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=2914bbf83053d74a -C extra-filename=-8debc9207ca5bf68 --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-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6e360483c9b2b7e9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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`
45052026-01-22T09:40:50.989Z Compiling progenitor-client v0.10.0
45062026-01-22T09:40:51.017Z 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=e3f51f0c03df4505 -C extra-filename=-89f9961e6520cd5f --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-62ecb1184096bc82.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-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45072026-01-22T09:40:51.042Z Compiling progenitor-client v0.11.2
45082026-01-22T09:40:51.042Z 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=bf7975bcad40da4f -C extra-filename=-c643deda41b6c8a8 --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-62ecb1184096bc82.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-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45092026-01-22T09:40:51.512Z Compiling progenitor v0.11.2
45102026-01-22T09:40:51.537Z 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=ce5d3d7aedc7127d -C extra-filename=-6545c7dbdbbdf522 --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-c643deda41b6c8a8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9e568b81cb028b77.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-faeeb22f332b43bf.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45112026-01-22T09:40:51.567Z Compiling progenitor v0.10.0
45122026-01-22T09:40:51.591Z 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=11547ad18965beb7 -C extra-filename=-2f69af154ce01b0d --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-89f9961e6520cd5f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-654eaf398714b6dc.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-609ec9937e600796.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45132026-01-22T09:40:51.795Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
45142026-01-22T09:40:51.819Z 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/396bb3c/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=2eab6917dcb66678 -C extra-filename=-3c9080ca03b88565 --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-48fb03ed99eab2f1.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45152026-01-22T09:40:51.844Z Compiling tough v0.20.0
45162026-01-22T09:40:51.868Z 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=31d642262d5ac1ac -C extra-filename=-de84f0d147699fd4 --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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-be4aef7e3611ca80.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-943fa7a86421dd20.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-2d0a9e71a08daa08.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-ce5cae8204be0272.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0d7f5d50e2859463.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.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-140e58fe84ea194a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45172026-01-22T09:40:55.086Z Compiling progenitor-client v0.8.0
45182026-01-22T09:40:55.111Z 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=db67013eb8ff6f14 -C extra-filename=-24ca712713a92ba7 --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-62ecb1184096bc82.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-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45192026-01-22T09:40:55.548Z Compiling progenitor v0.8.0
45202026-01-22T09:40:55.572Z 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=d8b4997c4c37354a -C extra-filename=-87cab84fc8a026a7 --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-24ca712713a92ba7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9b9350cf1842a41d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5e0529ac4931b27b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45212026-01-22T09:40:55.808Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
45222026-01-22T09:40:55.831Z 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=d266036ea04091d3 -C extra-filename=-efd24ec8a2d160df --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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-87cab84fc8a026a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45232026-01-22T09:40:56.055Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45242026-01-22T09:40:56.101Z 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=be46017b2e309e9a -C extra-filename=-88b1a5a25400a181 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.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-986d4696e973d15a.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-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.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-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.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-82d883864d46861b.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-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.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-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.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-7d9aa0a651064790.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-55854e406e36a0f9.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-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.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-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.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-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.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-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-96c5a720df3aabd5.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-d276db4d2647f55b.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-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45252026-01-22T09:40:56.434Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-88b1a5a25400a181/build-script-build`
45262026-01-22T09:40:56.493Z 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=56c88b4c62ca7755 -C extra-filename=-d43ee0dfcf761cfc --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-b86e19eb56cd552a.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-986d4696e973d15a.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-8335c3fff4809f0a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.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-de1496c0a7f895f1.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.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-82d883864d46861b.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-513e6bd09d65a657.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.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-be4aef7e3611ca80.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-8125891eebfa0a9b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.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-7d9aa0a651064790.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-55854e406e36a0f9.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-c8faf3ef761b5017.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.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-7680edb508daf0bf.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.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-947c6bc7e98fa7c1.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.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-2d0a9e71a08daa08.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.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-bfe077220902c678.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45272026-01-22T09:40:56.644Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45282026-01-22T09:40:56.668Z 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=612ea463999c7940 -C extra-filename=-fdf6cb43605f0a96 --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45292026-01-22T09:40:57.413Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45302026-01-22T09:40:57.458Z 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=697b98cc27e8c7e2 -C extra-filename=-4aabfbcf7a20e513 --out-dir /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-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45312026-01-22T09:40:58.313Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
45322026-01-22T09:40:58.337Z 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=0cdc04e6d8b1d553 -C extra-filename=-fc0a298b83d97a53 --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-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45332026-01-22T09:40:58.611Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
45342026-01-22T09:40:58.635Z 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=4f87876c2b29d367 -C extra-filename=-85bef0c25e00110a --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45352026-01-22T09:40:59.314Z 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=0b2b181e9fd196f2 -C extra-filename=-f9af31037ed91d04 --out-dir /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-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45362026-01-22T09:40:59.662Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45372026-01-22T09:40:59.687Z 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=e3b15c1288cfd652 -C extra-filename=-099e0365f3e3533f --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-1c6d496b319eaa8c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45382026-01-22T09:40:59.772Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45392026-01-22T09:40:59.796Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 bootstore/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 '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=626a03d5510c3fdf -C extra-filename=-3b41463dbb23298e --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-3b41463dbb23298e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45402026-01-22T09:41:00.175Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45412026-01-22T09:41:00.199Z 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=37f80cb17f50c147 -C extra-filename=-4e2c87bdf3ece2a3 --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-81e3cc07f2ccc19a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45422026-01-22T09:41:00.607Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-3b41463dbb23298e/build-script-build`
45432026-01-22T09:41:00.672Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45442026-01-22T09:41:00.696Z 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=4228d46cf0cc155c -C extra-filename=-5c3c3720ee2d4d66 --out-dir /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-196f623fecbf515c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c7e5e99258156adf.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-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45452026-01-22T09:41:01.198Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45462026-01-22T09:41:01.222Z 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=a54b933972273c30 -C extra-filename=-b221099fc66dd8c4 --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-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45472026-01-22T09:41:03.630Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45482026-01-22T09:41:03.654Z 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=95cdca1749b685d9 -C extra-filename=-176c3f26ac81ef70 --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-c040e9583776fba3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45492026-01-22T09:41:03.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
45502026-01-22T09:41:03.800Z 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=167b22d7ea1b7af4 -C extra-filename=-210af5b3d4cc07b1 --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45512026-01-22T09:41:04.690Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45522026-01-22T09:41:04.714Z 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=a6f1b319cfd5cc6d -C extra-filename=-1810cbfff20220ef --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-b221099fc66dd8c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45532026-01-22T09:41:04.829Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45542026-01-22T09:41:04.853Z 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=e7daa09732495356 -C extra-filename=-47499cc7a55cbf26 --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-48fb03ed99eab2f1.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45552026-01-22T09:41:05.015Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45562026-01-22T09:41:05.039Z 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=d65068309cf2b004 -C extra-filename=-db0f4db1d5bbdae3 --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-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45572026-01-22T09:41:05.635Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
45582026-01-22T09:41:05.659Z 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=98fea3fa5df991ec -C extra-filename=-8c8d6a9c55dc0b73 --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-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-f4467ba4ea647fe8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-efd24ec8a2d160df.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-554dfa706dd11674.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-e7598687a1975def.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-1fed042c835e15e1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-2a787759f22d5b6b.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
45592026-01-22T09:41:06.447Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45602026-01-22T09:41:06.472Z 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=78a81f3c6cf5157d -C extra-filename=-4a8775c465499c00 --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-47499cc7a55cbf26.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45612026-01-22T09:41:06.813Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
45622026-01-22T09:41:06.837Z 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=8a8e7cf586ff6648 -C extra-filename=-7c4f67717282234d --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-d43ee0dfcf761cfc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45632026-01-22T09:41:07.064Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
45642026-01-22T09:41:07.088Z 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/2aa7f9d/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=e0cc94e23a454b09 -C extra-filename=-5a8a2f71e31f13dd --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-2af21442a3b43a15.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-2b1c4ccd44ab7fe2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45652026-01-22T09:41:10.416Z 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=8e21c30757c18b08 -C extra-filename=-d9c1ecbe04341864 --out-dir /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-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
45662026-01-22T09:41:11.176Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
45672026-01-22T09:41:11.200Z 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=6cd664724699b3d1 -C extra-filename=-c3894c26bcf8cc86 --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-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45682026-01-22T09:41:12.150Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
45692026-01-22T09:41:12.173Z 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=3933695b961bf116 -C extra-filename=-f5662b32413d6c2b --out-dir /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-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45702026-01-22T09:41:12.672Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
45712026-01-22T09:41:12.696Z 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=b292de46cd1eba25 -C extra-filename=-7c023964e5578208 --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-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45722026-01-22T09:41:13.834Z 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=d18caaa53d76e04f -C extra-filename=-a2e6b3e3f1b90984 --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-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45732026-01-22T09:41:14.304Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
45742026-01-22T09:41:14.327Z 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=e7255c4ef2804e60 -C extra-filename=-51b16e267074e187 --out-dir /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-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45752026-01-22T09:41:14.799Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45762026-01-22T09:41:14.823Z 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=cf95d9071329a65a -C extra-filename=-298413a97121b377 --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-9291fc78212aa833.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
45772026-01-22T09:41:15.032Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
45782026-01-22T09:41:15.056Z 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=fe92eb5de74a5794 -C extra-filename=-f63d5a06d363a0fd --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-f5662b32413d6c2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45792026-01-22T09:41:15.448Z 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=5a109fddaab367c0 -C extra-filename=-99799dde41a7e35a --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-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-a2e6b3e3f1b90984.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45802026-01-22T09:41:15.963Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45812026-01-22T09:41:15.987Z 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=ff3847f3e4263083 -C extra-filename=-4e559fe4ec9d5d3e --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-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
45822026-01-22T09:41:16.014Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45832026-01-22T09:41:16.014Z 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=d60441bade7caf42 -C extra-filename=-d4843c83c3f9d27a --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-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
45842026-01-22T09:41:16.038Z 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=544ab4872b48edb3 -C extra-filename=-b96313371f69d762 --out-dir /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-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45852026-01-22T09:41:16.322Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
45862026-01-22T09:41:16.345Z 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=a82380c485f65a23 -C extra-filename=-51437d4246497d36 --out-dir /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-48fb03ed99eab2f1.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45872026-01-22T09:41:17.444Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
45882026-01-22T09:41:17.468Z 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=59bf681455f34886 -C extra-filename=-fedba713b9e0b1e1 --out-dir /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-48fb03ed99eab2f1.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-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45892026-01-22T09:41:17.844Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45902026-01-22T09:41:17.867Z 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=07846720b3c5dcac -C extra-filename=-8e5dbaa95b83abd5 --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-d43ee0dfcf761cfc.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
45912026-01-22T09:41:18.235Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45922026-01-22T09:41:18.278Z 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=8c031ba4998ef7c1 -C extra-filename=-9c484deeb283d89c --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-fa2e91ea0140bc4e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45932026-01-22T09:41:18.302Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45942026-01-22T09:41:18.302Z 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=0ea79bab065570ab -C extra-filename=-84ba77afc67aeb79 --out-dir /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-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
45952026-01-22T09:41:18.399Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45962026-01-22T09:41:18.423Z 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=974134997dd6ec8f -C extra-filename=-bec9b4dda605a592 --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-48fb03ed99eab2f1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45972026-01-22T09:41:18.842Z 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=f58c571b4acdf40d -C extra-filename=-8fcecb5017394dbe --out-dir /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-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
45982026-01-22T09:41:19.987Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45992026-01-22T09:41:20.033Z 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=0eb02fb120ec9dc7 -C extra-filename=-50ae1f9db04a9dac --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-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46002026-01-22T09:41:20.663Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46012026-01-22T09:41:20.687Z 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=f0a69585412c69e7 -C extra-filename=-74de51b4d9207427 --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-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46022026-01-22T09:41:20.781Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46032026-01-22T09:41:20.805Z 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=6456a1bf9abfa87b -C extra-filename=-cdf44e507a15bf05 --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-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-f9af31037ed91d04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46042026-01-22T09:41:21.424Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-01-22T09:41:21.448Z 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=f0c4d0b1a4f5f2cc -C extra-filename=-90e6405b4df1b718 --out-dir /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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.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-2133ebbca558c9d3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46062026-01-22T09:41:21.601Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46072026-01-22T09:41:21.624Z 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=814a3b08bfde3638 -C extra-filename=-f84b09168d9c8ab9 --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-48fb03ed99eab2f1.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46082026-01-22T09:41:21.648Z 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=97ab49a719a1bec0 -C extra-filename=-259e3b8edb4ef386 --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-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46092026-01-22T09:41:21.703Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
46102026-01-22T09:41:21.727Z 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=214ca7515ffa81e6 -C extra-filename=-b5fc301aeaf99b49 --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-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46112026-01-22T09:41:22.578Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46122026-01-22T09:41:22.602Z 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=1e4e01d1ff6bc9cd -C extra-filename=-e8828d3172ca664f --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46132026-01-22T09:41:22.847Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46142026-01-22T09:41:22.871Z 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=ac4100c5a80ab3ec -C extra-filename=-dd715af56e5690a5 --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-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46152026-01-22T09:41:23.455Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46162026-01-22T09:41:23.479Z 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=8ae9bd82386a9911 -C extra-filename=-c3db7300e24e14b4 --out-dir /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-48fb03ed99eab2f1.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46172026-01-22T09:41:23.685Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46182026-01-22T09:41:23.709Z 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=e0519e380522447f -C extra-filename=-07a7cab91820cbac --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-48fb03ed99eab2f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46192026-01-22T09:41:24.508Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46202026-01-22T09:41:24.532Z 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=2dbee64cad25e13c -C extra-filename=-f4aadcd293e5cb76 --out-dir /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-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cdf44e507a15bf05.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46212026-01-22T09:41:24.939Z 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=09de61b9b5fc77ef -C extra-filename=-ffb4c5d36bdec553 --out-dir /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-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-259e3b8edb4ef386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46222026-01-22T09:41:26.179Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46232026-01-22T09:41:26.203Z 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=d6ab8eb6b48c9d3d -C extra-filename=-e490ca9bbf55e165 --out-dir /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-54336e2d6e7eae24.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46242026-01-22T09:41:26.983Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46252026-01-22T09:41:27.008Z 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=82305728de7b3581 -C extra-filename=-7464fac7f2abeb1c --out-dir /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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46262026-01-22T09:41:27.470Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46272026-01-22T09:41:27.494Z 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=eac13495b8fde4de -C extra-filename=-ba34c42c97fb3773 --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-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-f4aadcd293e5cb76.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cdf44e507a15bf05.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46282026-01-22T09:41:27.825Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46292026-01-22T09:41:27.849Z 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=d61c2909e188715e -C extra-filename=-ccd95b04206dddb3 --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-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46302026-01-22T09:41:27.921Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46312026-01-22T09:41:27.945Z 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=d9b3d60ad40cfe45 -C extra-filename=-0c1416769853f26f --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-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46322026-01-22T09:41:28.641Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46332026-01-22T09:41:28.665Z 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=2e72c28825ab87c9 -C extra-filename=-b507f62ddeb08440 --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46342026-01-22T09:41:28.815Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46352026-01-22T09:41:28.839Z 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=44ebb98225d6e282 -C extra-filename=-c29b0ce757f26c42 --out-dir /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-54336e2d6e7eae24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-d43ee0dfcf761cfc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46362026-01-22T09:41:28.939Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46372026-01-22T09:41:28.963Z 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=42d01d4a35c88993 -C extra-filename=-e1729c643130cbd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46382026-01-22T09:41:29.403Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-e1729c643130cbd2/build-script-build`
46392026-01-22T09:41:29.429Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46402026-01-22T09:41:29.455Z 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=a3395dbc13b06be0 -C extra-filename=-3c119199dc7c6e09 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46412026-01-22T09:41:29.480Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46422026-01-22T09:41:29.550Z 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=fd0af156c922d3f2 -C extra-filename=-b124031db4613086 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c672b8b90e72091e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46432026-01-22T09:41:29.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46442026-01-22T09:41:29.815Z 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=4d321aae38029f94 -C extra-filename=-9b7efc8d325ce5c4 --out-dir /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-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46452026-01-22T09:41:30.300Z 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=9a867899afb825e9 -C extra-filename=-21be77bd0832bfad --out-dir /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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.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-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.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-f78447817f9330f0.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-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46462026-01-22T09:41:30.685Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46472026-01-22T09:41:30.709Z 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=aaacb641f0ab1752 -C extra-filename=-0ece4f6073f14bcc --out-dir /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-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46482026-01-22T09:41:31.483Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
46492026-01-22T09:41:31.507Z 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=65dbe4c661137c7a -C extra-filename=-c6ba3977f8041aeb --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-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.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-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46502026-01-22T09:41:35.330Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46512026-01-22T09:41:35.376Z 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=ce142375776b3860 -C extra-filename=-ba9eee7569a39b09 --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-d4843c83c3f9d27a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.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-7b831e6b31a0eb2a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46522026-01-22T09:41:36.212Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46532026-01-22T09:41:36.238Z 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=56565de7ca5b12e3 -C extra-filename=-1514b71b45dd6788 --out-dir /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-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46542026-01-22T09:41:37.247Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46552026-01-22T09:41:37.271Z 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=c0356b5f87a2b9f8 -C extra-filename=-172059ca232d4d35 --out-dir /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-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-e8828d3172ca664f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb4c5d36bdec553.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ba34c42c97fb3773.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-259e3b8edb4ef386.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46562026-01-22T09:41:37.671Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
46572026-01-22T09:41:37.695Z 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=eecc8db7eba35037 -C extra-filename=-04201a8fe57daafa --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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46582026-01-22T09:41:37.765Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
46592026-01-22T09:41:37.790Z 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/846348b/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=10d441ac044d8fad -C extra-filename=-f3de1e50d907f293 --out-dir /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-48fb03ed99eab2f1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-172059ca232d4d35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-38fd9085e5bdf6ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46602026-01-22T09:41:37.887Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b124031db4613086/build-script-build`
46612026-01-22T09:41:38.069Z 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=bea57075951d8e0f -C extra-filename=-1f45e482d2671308 --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-265bfecd09de518a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/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`
46622026-01-22T09:41:41.020Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46632026-01-22T09:41:41.067Z 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=7535b90b786e82a2 -C extra-filename=-0af7e090d2aabdc4 --out-dir /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-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-51437d4246497d36.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-5c3c3720ee2d4d66.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46642026-01-22T09:41:41.244Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
46652026-01-22T09:41:41.302Z 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/846348b/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=0bb4e5b9c9b64353 -C extra-filename=-70bc22b4e3127762 --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-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-f3de1e50d907f293.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-26ef0e8dbec3a1dc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46662026-01-22T09:41:41.405Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46672026-01-22T09:41:41.429Z 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=888c66ec8d723f91 -C extra-filename=-523509f96b1fc818 --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-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46682026-01-22T09:41:41.881Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46692026-01-22T09:41:41.905Z 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=e8a6e70fc9a032f9 -C extra-filename=-a2870a22b975c6ce --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-e6c8d889893b1fb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46702026-01-22T09:41:42.608Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46712026-01-22T09:41:42.632Z 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=12536cbeed475900 -C extra-filename=-1ce1c9573e57376d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46722026-01-22T09:41:43.003Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
46732026-01-22T09:41:43.026Z 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/396bb3c/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=c06344a3e097663f -C extra-filename=-df02671f21bbda4e --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-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
46742026-01-22T09:41:43.960Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1ce1c9573e57376d/build-script-build`
46752026-01-22T09:41:44.026Z Compiling samael v0.0.19
46762026-01-22T09:41:44.050Z 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=98fbd7479450db4d -C extra-filename=-469eef1fa8fd26bb --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-1ea8393f9b1e00c0.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`
46772026-01-22T09:41:44.376Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46782026-01-22T09:41:44.400Z 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=a76f3498e311b82f -C extra-filename=-305dfb0463147d03 --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-df02671f21bbda4e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46792026-01-22T09:41:45.205Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46802026-01-22T09:41:45.229Z 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=9bf909b49b16c058 -C extra-filename=-d5053cb274e25221 --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-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
46812026-01-22T09:41:46.088Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-469eef1fa8fd26bb/build-script-bindings`
46822026-01-22T09:41:47.582Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46832026-01-22T09:41:47.605Z 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=9ebf0671bebbe858 -C extra-filename=-bf296bffd841f0a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46842026-01-22T09:41:47.942Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-bf296bffd841f0a2/build-script-build`
46852026-01-22T09:41:47.997Z 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=1d3c32bc8b23d69e -C extra-filename=-2f4bf36798a7c708 --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-48fb03ed99eab2f1.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-e9cc8fdbf4d1c29c.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-f7dbb948798e8015.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-89504b0c229a16ef.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1ce318e16060f8a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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)'`
46862026-01-22T09:41:48.850Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
46872026-01-22T09:41:48.875Z 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=05cab2b3af30ef29 -C extra-filename=-1e625a22b378e3b4 --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-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46882026-01-22T09:41:49.144Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
46892026-01-22T09:41:49.168Z 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=9724f9369835d43d -C extra-filename=-8fda2447e3d62072 --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-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46902026-01-22T09:41:49.945Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46912026-01-22T09:41:49.990Z 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=d0d2fbb3d11df751 -C extra-filename=-6c004871dfb233e8 --out-dir /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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46922026-01-22T09:41:50.409Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
46932026-01-22T09:41:50.456Z 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=b93192cfc36280fb -C extra-filename=-c137e88997555978 --out-dir /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-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-75877112077bca2b.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
46942026-01-22T09:41:50.593Z Compiling polar-core v0.27.3
46952026-01-22T09:41:50.617Z 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=ba11871439a37343 -C extra-filename=-1a2d0b10e28ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2d6a3a8ddb4d8d50.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962026-01-22T09:41:52.254Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1a2d0b10e28ca2f0/build-script-build`
46972026-01-22T09:41:52.610Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46982026-01-22T09:41:52.634Z 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=b464344d81ed7c77 -C extra-filename=-8124a8cce266d132 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
46992026-01-22T09:41:52.972Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47002026-01-22T09:41:52.996Z 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=4ac374cef9ac6f01 -C extra-filename=-c2eb11479a2f23d3 --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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47012026-01-22T09:41:53.690Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47022026-01-22T09:41:53.736Z 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=6d864bc048715ff3 -C extra-filename=-9efb03018e8cfdb5 --out-dir /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-2af21442a3b43a15.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-986d4696e973d15a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-6fbba3adeaa38d66.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-e24efe75f2906a0d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47032026-01-22T09:41:53.859Z 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=c8b59a0a0dc04b9d -C extra-filename=-d713a19f3d076296 --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-a63eaf9643a0dfb8.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`
47042026-01-22T09:41:54.206Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8124a8cce266d132/build-script-build`
47052026-01-22T09:41:54.264Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47062026-01-22T09:41:54.294Z 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=6cfdb2d7da340c9b -C extra-filename=-80d2b461ee9d0b36 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47072026-01-22T09:41:54.693Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-80d2b461ee9d0b36/build-script-build`
47082026-01-22T09:41:54.751Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47092026-01-22T09:41:54.775Z 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=c79ec906f6c3ec34 -C extra-filename=-8eb1204bb49c028c --out-dir /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-48fb03ed99eab2f1.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-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
47102026-01-22T09:41:56.061Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47112026-01-22T09:41:56.085Z 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=4c27246532cd1400 -C extra-filename=-30d9b3a0d6d78dca --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-54336e2d6e7eae24.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47122026-01-22T09:41:57.198Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
47132026-01-22T09:41:57.222Z 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=f8574235417f19e6 -C extra-filename=-75c0d28009b029b5 --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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47142026-01-22T09:41:58.774Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47152026-01-22T09:41:58.798Z 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=383459c05ba510a6 -C extra-filename=-c7f125f06621f389 --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-12588703293e7333.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
47162026-01-22T09:41:58.824Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47172026-01-22T09:41:58.880Z 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=9ab343d81c4d8710 -C extra-filename=-e2691de3c4728092 --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-62ecb1184096bc82.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47182026-01-22T09:41:59.407Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47192026-01-22T09:41:59.431Z 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=f70acb7da1af357e -C extra-filename=-6da2e9e414bcb84f --out-dir /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-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47202026-01-22T09:41:59.511Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47212026-01-22T09:41:59.535Z 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=1edb283b27b3c39c -C extra-filename=-21fae9df9e80da4d --out-dir /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-d4843c83c3f9d27a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-2133ebbca558c9d3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.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-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47222026-01-22T09:42:00.097Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
47232026-01-22T09:42:00.121Z 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/2aa7f9d/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=9f3f3abb204fda99 -C extra-filename=-025b2c6c5d64d961 --out-dir /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-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-e87327207c18477b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e16f53cd01adae80.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
47242026-01-22T09:42:00.664Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47252026-01-22T09:42:00.688Z 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=ea5ca66453d6d860 -C extra-filename=-3a1879dd3ffc424e --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-54336e2d6e7eae24.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47262026-01-22T09:42:00.767Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47272026-01-22T09:42:00.791Z 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=2b943f78e8322011 -C extra-filename=-ca3a7ebe07129d88 --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-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47282026-01-22T09:42:01.660Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47292026-01-22T09:42:01.685Z 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=291a0032b274a522 -C extra-filename=-7ffb0999cfc83435 --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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47302026-01-22T09:42:02.340Z Compiling oso v0.27.3
47312026-01-22T09:42:02.364Z 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=fd3296608204481d -C extra-filename=-c50d1c5d97097ace --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-d713a19f3d076296.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-01-22T09:42:03.118Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47332026-01-22T09:42:03.143Z 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=4eece87b6575e116 -C extra-filename=-f6198e1106ff178d --out-dir /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-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-c040e9583776fba3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47342026-01-22T09:42:03.695Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47352026-01-22T09:42:03.718Z 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=d48e24b9104b5089 -C extra-filename=-01dc82587ac29b51 --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-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47362026-01-22T09:42:05.189Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47372026-01-22T09:42:05.213Z 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=2dde81b9cd0ca0be -C extra-filename=-2268311eb569a1d7 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47382026-01-22T09:42:06.311Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47392026-01-22T09:42:06.335Z 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=08049b23630f8c08 -C extra-filename=-98385167dc196e14 --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-8125891eebfa0a9b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47402026-01-22T09:42:06.404Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47412026-01-22T09:42:06.430Z 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=8d0c1fae48f67e6c -C extra-filename=-2d70d1e22a8e0439 --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47422026-01-22T09:42:06.480Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47432026-01-22T09:42:06.504Z 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=0286a105cdcb11aa -C extra-filename=-f933bb67e45b1ebc --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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47442026-01-22T09:42:06.624Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47452026-01-22T09:42:06.625Z 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=1d67847907668115 -C extra-filename=-48269f51777af965 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47462026-01-22T09:42:07.004Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-48269f51777af965/build-script-build`
47472026-01-22T09:42:07.063Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47482026-01-22T09:42:07.087Z 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=87c0e454f8f582cf -C extra-filename=-7a255166fb7723fe --out-dir /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-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
47492026-01-22T09:42:07.984Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47502026-01-22T09:42:08.008Z 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=21daa34bf86b0c60 -C extra-filename=-34cd93f91495eb92 --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-47499cc7a55cbf26.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47512026-01-22T09:42:08.175Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47522026-01-22T09:42:08.199Z 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=d62693ef7357412d -C extra-filename=-5471281e44959f86 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47532026-01-22T09:42:08.537Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-5471281e44959f86/build-script-build`
47542026-01-22T09:42:08.593Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47552026-01-22T09:42:08.617Z 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=a89471bc00283c13 -C extra-filename=-b3514f9861f46499 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47562026-01-22T09:42:08.944Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-b3514f9861f46499/build-script-build`
47572026-01-22T09:42:08.998Z 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=49741187025ec417 -C extra-filename=-cd29b80e95969915 --out-dir /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-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
47582026-01-22T09:42:09.176Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47592026-01-22T09:42:09.203Z 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=aa398049ddca609f -C extra-filename=-e0d997324fdce031 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47602026-01-22T09:42:09.566Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e0d997324fdce031/build-script-build`
47612026-01-22T09:42:09.643Z 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=a1ff243327b385fa -C extra-filename=-6080f887f0a7be4b --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-3637348528f44e49.rmeta --cap-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-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
47622026-01-22T09:42:10.216Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47632026-01-22T09:42:10.240Z 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=1f742aa79189d512 -C extra-filename=-ba950089d15811a4 --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-48fb03ed99eab2f1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47642026-01-22T09:42:11.446Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47652026-01-22T09:42:11.470Z 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=989b183d8c30bdb8 -C extra-filename=-f09fde15997432d7 --out-dir /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-54336e2d6e7eae24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47662026-01-22T09:42:14.368Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47672026-01-22T09:42:14.392Z 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=d0170ba0a0788981 -C extra-filename=-16d88b384a29db0f --out-dir /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-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47682026-01-22T09:42:15.025Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47692026-01-22T09:42:15.070Z 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=615214d44e817f9a -C extra-filename=-f75f3a8da4d61017 --out-dir /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-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47702026-01-22T09:42:16.297Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47712026-01-22T09:42:16.321Z 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=0fb7537939e16b36 -C extra-filename=-253980c1cc9817d0 --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47722026-01-22T09:42:19.510Z 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=38c127fa66ee14d1 -C extra-filename=-0ed9550781faf022 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-f09fde15997432d7.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
47732026-01-22T09:42:19.888Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47742026-01-22T09:42:19.912Z 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=e063af5b9bf21e88 -C extra-filename=-3205e2f988b4ea61 --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47752026-01-22T09:42:20.226Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47762026-01-22T09:42:20.250Z 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=8e54e35c4748e436 -C extra-filename=-e906f1724cc66521 --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-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47772026-01-22T09:42:20.693Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47782026-01-22T09:42:20.717Z 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=1b74fb4af2b4e89a -C extra-filename=-c68bd9ee97642773 --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-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47792026-01-22T09:42:21.071Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47802026-01-22T09:42:21.095Z 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=c8de501b0b25349d -C extra-filename=-c4f165965b25d65a --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-1514b71b45dd6788.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47812026-01-22T09:42:24.059Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47822026-01-22T09:42:24.104Z 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=ddc433ae9e766bed -C extra-filename=-41a093a06918d0d0 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-908fdea0d61917c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47832026-01-22T09:42:26.810Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47842026-01-22T09:42:26.855Z 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=92e53938a24982dc -C extra-filename=-1b02543664df5784 --out-dir /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-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.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-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47852026-01-22T09:42:26.879Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47862026-01-22T09:42:26.879Z 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=519f213992e7123a -C extra-filename=-9b553cca13bea975 --out-dir /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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47872026-01-22T09:42:28.277Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47882026-01-22T09:42:28.301Z 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=ac25ae720aa7a8e1 -C extra-filename=-8c4c837508912b02 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
47892026-01-22T09:42:28.658Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-8c4c837508912b02/build-script-build`
47902026-01-22T09:42:28.716Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47912026-01-22T09:42:28.740Z 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=c570d63372a79894 -C extra-filename=-b6c499b04b01ef20 --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47922026-01-22T09:42:29.932Z Compiling git2 v0.20.2
47932026-01-22T09:42:29.956Z 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=7976333cf7f4adb3 -C extra-filename=-8d93338afc717d13 --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-8335c3fff4809f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-6080f887f0a7be4b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-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-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64`
47942026-01-22T09:42:37.199Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47952026-01-22T09:42:37.266Z 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=7d8f7ad08ccdffe4 -C extra-filename=-8dcab9f6912a641e --out-dir /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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47962026-01-22T09:42:37.852Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47972026-01-22T09:42:37.876Z 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=982435af27627632 -C extra-filename=-51a0d5136a99690d --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-54336e2d6e7eae24.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47982026-01-22T09:42:40.856Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47992026-01-22T09:42:40.880Z 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=1abe89048ea1f93e -C extra-filename=-36abdbdf7e6cfaaf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48002026-01-22T09:42:40.942Z 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=aa3d6d900b04c703 -C extra-filename=-4ad77806a9371854 --out-dir /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-e9cc8fdbf4d1c29c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-8d93338afc717d13.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-7c4372dfd309d33c.rmeta --cap-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-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
48012026-01-22T09:42:41.256Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-36abdbdf7e6cfaaf/build-script-build`
48022026-01-22T09:42:41.317Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48032026-01-22T09:42:41.341Z 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=e0b564e1b4345daa -C extra-filename=-bde9c732eb4f284b --out-dir /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-48fb03ed99eab2f1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-172059ca232d4d35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-38fd9085e5bdf6ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48042026-01-22T09:42:42.134Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48052026-01-22T09:42:42.158Z 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=449463529240c09a -C extra-filename=-e2a50285d9f7c284 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48062026-01-22T09:42:42.452Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48072026-01-22T09:42:42.482Z 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=b43e7b70433f955f -C extra-filename=-05269f3a05df764c --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48082026-01-22T09:42:42.513Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48092026-01-22T09:42:42.536Z 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=ec74e44929a6782f -C extra-filename=-cd9a60f91ae995ec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48102026-01-22T09:42:42.576Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48112026-01-22T09:42:42.616Z 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=8d693e5f6662ac18 -C extra-filename=-a76dfbab5efeb9e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48122026-01-22T09:42:42.841Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48132026-01-22T09:42:42.865Z 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=47b577202fc1c26f -C extra-filename=-316ef0d9a66dfd31 --out-dir /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-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48142026-01-22T09:42:42.917Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-cd9a60f91ae995ec/build-script-build`
48152026-01-22T09:42:42.981Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-a76dfbab5efeb9e6/build-script-build`
48162026-01-22T09:42:43.022Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-05269f3a05df764c/build-script-build`
48172026-01-22T09:42:43.084Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e2a50285d9f7c284/build-script-build`
48182026-01-22T09:42:43.128Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48192026-01-22T09:42:43.152Z 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=4cda077aeb56cba3 -C extra-filename=-2fe0ba926c50cf7f --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-554cda91acabd23b.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-4ad77806a9371854.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-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64`
48202026-01-22T09:42:43.176Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48212026-01-22T09:42:43.200Z 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=fbd3b6becfecefea -C extra-filename=-7df673a2c3af90a9 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48222026-01-22T09:42:43.224Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48232026-01-22T09:42:43.268Z 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=67da4deffc437c6f -C extra-filename=-9a09d6e280ef8b19 --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-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48242026-01-22T09:42:43.948Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48252026-01-22T09:42:43.972Z 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=27776615448a1715 -C extra-filename=-226ade0797875123 --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-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-bde9c732eb4f284b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-26ef0e8dbec3a1dc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48262026-01-22T09:42:44.166Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48272026-01-22T09:42:44.190Z 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=c23fffbd9c0c2b27 -C extra-filename=-dcefd9cc04785b6b --out-dir /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-69c549845365092f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-a63eaf9643a0dfb8.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-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.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-5c3c3720ee2d4d66.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48282026-01-22T09:42:44.931Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2fe0ba926c50cf7f/build-script-build`
48292026-01-22T09:42:45.237Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48302026-01-22T09:42:45.261Z 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=5c46e61e92eccf3b -C extra-filename=-7cebf22bf7b52cc9 --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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48312026-01-22T09:42:46.562Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48322026-01-22T09:42:46.586Z 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=4648c7e564b583b1 -C extra-filename=-e0d7fe6d10850e3b --out-dir /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-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48332026-01-22T09:42:47.859Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48342026-01-22T09:42:47.884Z 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=7f3781c44f8ab9dc -C extra-filename=-e026261bc7823dd8 --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-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48352026-01-22T09:42:48.049Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48362026-01-22T09:42:48.074Z 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=b9bf879e7d9db2e8 -C extra-filename=-442f79c770a52322 --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-f5662b32413d6c2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48372026-01-22T09:42:49.699Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48382026-01-22T09:42:49.724Z 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())' -C metadata=85bc34c39b581b2d -C extra-filename=-feb96eb372f08de7 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48392026-01-22T09:42:50.073Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48402026-01-22T09:42:50.098Z 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=06f1eda0262755bc -C extra-filename=-b95f4273a966de9b --out-dir /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-48fb03ed99eab2f1.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-2f69af154ce01b0d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
48412026-01-22T09:42:50.843Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-feb96eb372f08de7/build-script-build`
48422026-01-22T09:42:50.906Z 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=9dbf7d9e4e766f7c -C extra-filename=-1cd24a82ce548954 --out-dir /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-c040e9583776fba3.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-210a2761924e18e0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-984071cc58dfe63e.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
48432026-01-22T09:42:52.296Z 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=a56b03c5d206633b -C extra-filename=-f03c28663618c917 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-51437d4246497d36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.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-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
48442026-01-22T09:42:53.193Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48452026-01-22T09:42:53.218Z 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=8c16bc9fe705c86b -C extra-filename=-e29317bfed46448c --out-dir /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-48fb03ed99eab2f1.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48462026-01-22T09:42:55.326Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48472026-01-22T09:42:55.351Z 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=a287ff7e87f90b16 -C extra-filename=-8c9c13b3c2ac6150 --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-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48482026-01-22T09:42:55.629Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48492026-01-22T09:42:55.653Z 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=4c393ab0c95e099c -C extra-filename=-56f0cb7abf55d5ba --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-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48502026-01-22T09:42:56.050Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48512026-01-22T09:42:56.075Z 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=4db3b1b275c3ad4b -C extra-filename=-ead4d7753d52a082 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
48522026-01-22T09:42:59.408Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48532026-01-22T09:42:59.433Z 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=6f1eff78852c0308 -C extra-filename=-848308116cd1acbf --out-dir /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-226ade0797875123.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --cap-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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48542026-01-22T09:43:00.915Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48552026-01-22T09:43:00.939Z 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=2d9c7e9549f6bb64 -C extra-filename=-ce2e17961c1a69a4 --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-848308116cd1acbf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6545c7dbdbbdf522.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48562026-01-22T09:43:02.088Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48572026-01-22T09:43:02.126Z 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=ae22be7372625653 -C extra-filename=-8de739e0f109ad5d --out-dir /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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
48582026-01-22T09:43:04.252Z Compiling miette v5.10.0
48592026-01-22T09:43:04.276Z 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=d8cdb9fa4df6b2be -C extra-filename=-b758de72496305e6 --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-fcfec1596f790268.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-90d02e105026a3fe.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`
48602026-01-22T09:43:06.662Z Compiling async-std v1.13.0
48612026-01-22T09:43:06.687Z 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=77d8d1199e2e8a4a -C extra-filename=-7e8bf5027f7901ea --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-9ced7e03a43849bd.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2d500332f77b0e1e.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-f3dd24178297181d.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`
48622026-01-22T09:43:06.778Z Compiling chumsky v0.9.3
48632026-01-22T09:43:06.842Z 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=3806023afaaf3fd8 -C extra-filename=-5e495b4163d8aae4 --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-c8a6096dfdafe83d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48642026-01-22T09:43:09.356Z Compiling pbkdf2 v0.11.0
48652026-01-22T09:43:09.381Z 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=38187f344e570f6e -C extra-filename=-69dd009ec1f33431 --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-1c6d496b319eaa8c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662026-01-22T09:43:09.777Z 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`
48672026-01-22T09:43:10.496Z Compiling ssh-key v0.6.6
48682026-01-22T09:43:10.521Z 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=b9ac68fb0576e551 -C extra-filename=-a80715079790c23e --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-c343348d14039ebb.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-7d9aa0a651064790.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-a1d86ec8d2178852.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-01-22T09:43:10.623Z Compiling p521 v0.13.3
48702026-01-22T09:43:10.650Z 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=a260c2561509fd3f -C extra-filename=-48eeafc9cb60bba7 --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-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-01-22T09:43:10.679Z Compiling p256 v0.13.2
48722026-01-22T09:43:10.680Z 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=a1288e9c29d3a008 -C extra-filename=-60ee2206d009956a --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-e062cf5a1d23a0bd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-73463563af7e9cd4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732026-01-22T09:43:11.381Z Compiling knuffel-derive v3.2.0
48742026-01-22T09:43:11.406Z 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`
48752026-01-22T09:43:12.286Z 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=806d74cb6c0fab60 -C extra-filename=-ab39f34b6d91a306 --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-0ed9550781faf022.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
48762026-01-22T09:43:12.366Z Compiling pathdiff v0.2.3
48772026-01-22T09:43:12.390Z 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=62ba87e9c38356ca -C extra-filename=-eb48ba5530f82575 --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-54336e2d6e7eae24.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48782026-01-22T09:43:12.415Z Compiling blake3 v1.5.4
48792026-01-22T09:43:12.415Z 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=73be999802df7b78 -C extra-filename=-a9ac686f9221eb74 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802026-01-22T09:43:12.587Z Compiling russh-cryptovec v0.7.3
48812026-01-22T09:43:12.612Z 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`
48822026-01-22T09:43:12.949Z Compiling md5 v0.7.0
48832026-01-22T09:43:12.974Z 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`
48842026-01-22T09:43:13.106Z Compiling nested v0.1.1
48852026-01-22T09:43:13.131Z 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`
48862026-01-22T09:43:13.441Z 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=67739d8d9587825a -C extra-filename=-04e2b678791f723c --out-dir /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-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.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-ab39f34b6d91a306.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
48872026-01-22T09:43:13.484Z Compiling guppy v0.17.20
48882026-01-22T09:43:13.484Z 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=cef83169257924f7 -C extra-filename=-604251e0592aa06c --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-b86e19eb56cd552a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.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-f78447817f9330f0.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-eb48ba5530f82575.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
48892026-01-22T09:43:13.618Z Compiling russh-keys v0.45.0
48902026-01-22T09:43:13.643Z 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=9c05a6876b172158 -C extra-filename=-7ac529326f919638 --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-f0a73f8d750ffdb4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c343348d14039ebb.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-e2e21b8e8e358488.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.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-60ee2206d009956a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-48eeafc9cb60bba7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69dd009ec1f33431.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-6ea09a72f67a0b34.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-eb292b4bf00ff2f0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-0053930843531127.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a80715079790c23e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-01-22T09:43:13.912Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74/build-script-build`
48922026-01-22T09:43:14.428Z Compiling knuffel v3.2.0
48932026-01-22T09:43:14.452Z 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=b6b2c6c10bf58183 -C extra-filename=-610db87d268a2d98 --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-5e495b4163d8aae4.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-c5c9d4d7124b974a.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.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`
48942026-01-22T09:43:14.522Z Compiling async-object-pool v0.1.5
48952026-01-22T09:43:14.547Z 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=45fbe7257d029081 -C extra-filename=-2a598233397a1035 --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-7e8bf5027f7901ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48962026-01-22T09:43:14.840Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48972026-01-22T09:43:14.865Z 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=324bacdd6be095b2 -C extra-filename=-da0722b0e6007460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
48982026-01-22T09:43:16.119Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48992026-01-22T09:43:16.144Z 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=17ea97a9683904b1 -C extra-filename=-71b740feff93fd26 --out-dir /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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49002026-01-22T09:43:16.696Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49012026-01-22T09:43:16.721Z 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=7b0b5fa97775e3a2 -C extra-filename=-871688dac901a828 --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-54336e2d6e7eae24.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49022026-01-22T09:43:17.262Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49032026-01-22T09:43:17.286Z 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=21d3eca334a97125 -C extra-filename=-528ed296df4df13f --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-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49042026-01-22T09:43:17.825Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49052026-01-22T09:43:17.849Z 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=d3bff7062cb69e78 -C extra-filename=-bc4b65ab044cc166 --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-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49062026-01-22T09:43:18.365Z Compiling num-bigint v0.4.6
49072026-01-22T09:43:18.390Z 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=8572f6a7e619962f -C extra-filename=-1f4a83ff60459965 --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-e24efe75f2906a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49082026-01-22T09:43:19.030Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49092026-01-22T09:43:19.055Z 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=e558544176354e41 -C extra-filename=-6f5fa3a494d6e2c2 --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-265bfecd09de518a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
49102026-01-22T09:43:19.514Z Compiling des v0.8.1
49112026-01-22T09:43:19.539Z 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=f94d11ab7f3e1fbb -C extra-filename=-fb41ac1f95c31892 --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-f1826a9539d67185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49122026-01-22T09:43:19.563Z Compiling serde_regex v1.1.0
49132026-01-22T09:43:19.563Z 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=1c8ca43b65f4e9ca -C extra-filename=-585b30c8d892c7d4 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49142026-01-22T09:43:19.879Z Compiling assert-json-diff v2.0.2
49152026-01-22T09:43:19.904Z 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=d22bccd20b506c72 -C extra-filename=-97e051e5870f41d3 --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-a63eaf9643a0dfb8.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`
49162026-01-22T09:43:19.929Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49172026-01-22T09:43:19.961Z 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`
49182026-01-22T09:43:20.370Z 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=146024e8446ce362 -C extra-filename=-021b535942b299bd --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-ea739b9356311b74.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
49192026-01-22T09:43:20.642Z Compiling path-tree v0.8.1
49202026-01-22T09:43:20.667Z 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`
49212026-01-22T09:43:20.757Z Compiling stringmetrics v2.2.2
49222026-01-22T09:43:20.782Z 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`
49232026-01-22T09:43:21.079Z Compiling doc-comment v0.3.3
49242026-01-22T09:43:21.103Z 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`
49252026-01-22T09:43:21.200Z Compiling httpmock v0.8.0-alpha.1
49262026-01-22T09:43:21.225Z 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=e9f70a4b23bbd9ac -C extra-filename=-d951ed31e063920d --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-97e051e5870f41d3.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-2a598233397a1035.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7e8bf5027f7901ea.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.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-513e6bd09d65a657.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.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-a63eaf9643a0dfb8.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-585b30c8d892c7d4.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-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-01-22T09:43:21.657Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
49282026-01-22T09:43:21.846Z Compiling russh v0.45.0
49292026-01-22T09:43:21.870Z 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=4f12d72efa04f7b0 -C extra-filename=-f7c25d932de0a635 --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-f0a73f8d750ffdb4.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-89d89c71f9fed651.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8335c3fff4809f0a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-24586da27d12798a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-126df6891d839fe1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-f5b0d03cbdaa48ba.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-fb41ac1f95c31892.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-1f4a83ff60459965.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-60ee2206d009956a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-48eeafc9cb60bba7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-e8bd0c4234c896f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.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-7ac529326f919638.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3336bb986e80fa1d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-a80715079790c23e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49302026-01-22T09:43:22.268Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49312026-01-22T09:43:22.293Z 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=b3ad602207bcb98a -C extra-filename=-532ef1148440acda --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-be4aef7e3611ca80.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-26c1cb675014a6e6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49322026-01-22T09:43:24.740Z 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=a8b2a5754e8ebc6f -C extra-filename=-4d643bc61a78a3a5 --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-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/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()))'`
49332026-01-22T09:43:25.697Z Compiling rstest_macros v0.25.0
49342026-01-22T09:43:25.721Z 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`
49352026-01-22T09:43:26.216Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49362026-01-22T09:43:26.241Z 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=c283012bfebeaf6b -C extra-filename=-8e89da527197cc56 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49372026-01-22T09:43:26.266Z Compiling escape8259 v0.5.3
49382026-01-22T09:43:26.266Z 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`
49392026-01-22T09:43:26.625Z Compiling assert_cmd v2.0.17
49402026-01-22T09:43:26.650Z 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`
49412026-01-22T09:43:26.698Z Compiling internet-checksum v0.2.1
49422026-01-22T09:43:26.722Z 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`
49432026-01-22T09:43:26.971Z Compiling target-triple v0.1.3
49442026-01-22T09:43:26.996Z 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`
49452026-01-22T09:43:27.121Z 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=a1ed595107be3aba -C extra-filename=-ad911f579a3cbe2a --out-dir /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-ea739b9356311b74.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.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-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.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-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
49462026-01-22T09:43:27.552Z Compiling topological-sort v0.2.2
49472026-01-22T09:43:27.577Z 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`
49482026-01-22T09:43:27.615Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
49492026-01-22T09:43:27.677Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
49502026-01-22T09:43:27.720Z Compiling libtest-mimic v0.8.1
49512026-01-22T09:43:27.745Z 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=c5d192cf6200d763 -C extra-filename=-2c812d2539b5b272 --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-523ecfc7617bc60b.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`
49522026-01-22T09:43:27.783Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
49532026-01-22T09:43:27.864Z Compiling omicron-zone-package v0.12.2
49542026-01-22T09:43:27.889Z 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=655fefe691064a71 -C extra-filename=-ecdc8e8ec62d0713 --out-dir /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-2af21442a3b43a15.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4d643bc61a78a3a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-fa2e91ea0140bc4e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-513e6bd09d65a657.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-90d02e105026a3fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.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-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
49552026-01-22T09:43:27.951Z 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`
49562026-01-22T09:43:28.118Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49572026-01-22T09:43:28.143Z 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=ca5401c4b6aeca0e -C extra-filename=-3c8db76aabcb8976 --out-dir /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-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.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-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49582026-01-22T09:43:29.262Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
49592026-01-22T09:43:29.286Z 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=23ea97dd32eb5fdc -C extra-filename=-b06992186f56f8ac --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-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49602026-01-22T09:43:30.362Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
49612026-01-22T09:43:30.387Z 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=6b5d4d62795a5887 -C extra-filename=-74c98e7f4badbf51 --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-f75f3a8da4d61017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49622026-01-22T09:43:30.941Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49632026-01-22T09:43:30.965Z 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=19677d0bd19f8044 -C extra-filename=-bf542b129ea1af61 --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-d4843c83c3f9d27a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49642026-01-22T09:43:31.355Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49652026-01-22T09:43:31.379Z 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=880f7ac92f8591d8 -C extra-filename=-e261eb5254628278 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49662026-01-22T09:43:31.794Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49672026-01-22T09:43:31.818Z 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=4361163607f3b65b -C extra-filename=-e5b2f77a3f8eb761 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49682026-01-22T09:43:32.229Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49692026-01-22T09:43:32.254Z 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=7c26d5edb5314b1c -C extra-filename=-78896736896b9d31 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49702026-01-22T09:43:32.677Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49712026-01-22T09:43:32.701Z 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=1b3c5d60e5e7f5de -C extra-filename=-7c2c0871f4c23357 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-c672b8b90e72091e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49722026-01-22T09:43:33.246Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49732026-01-22T09:43:33.272Z 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=0bb6755869bf5522 -C extra-filename=-02a98e9295390105 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
49742026-01-22T09:43:33.640Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49752026-01-22T09:43:33.665Z 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=af7a3d6eda9166f0 -C extra-filename=-1050022f9fa3c637 --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-3f0702ae7a4e5d08.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-adfb99e020b49b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49762026-01-22T09:43:33.815Z Compiling proc-macro-crate v3.2.0
49772026-01-22T09:43:33.840Z 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=9063600b9f370836 -C extra-filename=-b5625e22baa0f79e --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-8204521628226dcd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49782026-01-22T09:43:34.276Z Compiling fancy-regex v0.14.0
49792026-01-22T09:43:34.301Z 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`
49802026-01-22T09:43:34.640Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49812026-01-22T09:43:34.665Z 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`
49822026-01-22T09:43:34.977Z Compiling relative-path v1.9.3
49832026-01-22T09:43:35.016Z 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`
49842026-01-22T09:43:35.040Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49852026-01-22T09:43:35.040Z 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=baec4ba23eac7078 -C extra-filename=-05d2202e213df90d --out-dir /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-1050022f9fa3c637.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-6e1e4f5b71f0c0f9.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-610db87d268a2d98.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-7b6e5002a11559fa.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`
49862026-01-22T09:43:35.591Z 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=06cc5581d8497d5b -C extra-filename=-4f7bd6bf74c31c62 --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-b5625e22baa0f79e.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-d276db4d2647f55b.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`
49872026-01-22T09:43:36.044Z Compiling datatest-stable v0.3.2
49882026-01-22T09:43:36.069Z 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=ecc6fa8e7da7610c -C extra-filename=-d52a322d94b7a953 --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-54336e2d6e7eae24.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-2c812d2539b5b272.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`
49892026-01-22T09:43:36.699Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-7c2c0871f4c23357/build-script-build`
49902026-01-22T09:43:36.834Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-02a98e9295390105/build-script-build`
49912026-01-22T09:43:36.890Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-78896736896b9d31/build-script-build`
49922026-01-22T09:43:36.949Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e5b2f77a3f8eb761/build-script-build`
49932026-01-22T09:43:37.013Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e261eb5254628278/build-script-build`
49942026-01-22T09:43:37.060Z 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`
49952026-01-22T09:43:37.124Z 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"))'`
49962026-01-22T09:43:37.320Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49972026-01-22T09:43:37.346Z 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=f63eae5c94676fb0 -C extra-filename=-81e8a45fc1890542 --out-dir /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-2af21442a3b43a15.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-d5053cb274e25221.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49982026-01-22T09:43:38.104Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49992026-01-22T09:43:38.129Z 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=cfbf63057b65bab5 -C extra-filename=-d827fc5f479d3c57 --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-56f0cb7abf55d5ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50002026-01-22T09:43:38.317Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50012026-01-22T09:43:38.341Z 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=a6d27bd719138483 -C extra-filename=-1fa59c021440fe4b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50022026-01-22T09:43:38.703Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50032026-01-22T09:43:38.727Z 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=db919868c76e3b97 -C extra-filename=-aee9c5a30469a150 --out-dir /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-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-d43ee0dfcf761cfc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50042026-01-22T09:43:42.509Z Compiling support-bundle-viewer v0.1.2
50052026-01-22T09:43:42.533Z 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=d071b32230ea71ba -C extra-filename=-642cb2aeba8730f1 --out-dir /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-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-de1496c0a7f895f1.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cap-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-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out`
50062026-01-22T09:43:43.380Z Compiling multimap v0.10.1
50072026-01-22T09:43:43.404Z 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=97d22fd927a5e9fb -C extra-filename=-b259485f378d8b55 --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-a63eaf9643a0dfb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50082026-01-22T09:43:43.738Z Compiling uzers v0.12.1
50092026-01-22T09:43:43.763Z 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`
50102026-01-22T09:43:43.905Z Compiling termcolor v1.4.1
50112026-01-22T09:43:43.929Z 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`
50122026-01-22T09:43:44.624Z Compiling trybuild v1.0.106
50132026-01-22T09:43:44.648Z 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=88ac6363de3e1c44 -C extra-filename=-f0732bf2287278e0 --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-a63eaf9643a0dfb8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4106a313f197086e.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-5d181fbbef32e538.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50142026-01-22T09:43:44.824Z Compiling rstest v0.25.0
50152026-01-22T09:43:44.848Z 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=14a11ca76a673dfc -C extra-filename=-f827efc1d321cbe5 --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-513e6bd09d65a657.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-4f7bd6bf74c31c62.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50162026-01-22T09:43:45.115Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-1fa59c021440fe4b/build-script-build`
50172026-01-22T09:43:45.176Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50182026-01-22T09:43:45.201Z 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=72f06f77af3a786d -C extra-filename=-1067f78b46abef6c --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-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-610db87d268a2d98.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b758de72496305e6.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1cee122b77452ecb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4b1c622ece0fa1a6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-abc6b8501e9c9633.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50192026-01-22T09:43:45.334Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50202026-01-22T09:43:45.358Z 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=48475535f7b52dd0 -C extra-filename=-8be730552e508f94 --out-dir /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-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50212026-01-22T09:43:49.957Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50222026-01-22T09:43:50.003Z 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=eb0b4c11c4976001 -C extra-filename=-db4789fced082428 --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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
50232026-01-22T09:43:52.185Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50242026-01-22T09:43:52.210Z 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=ddaf59c365d32885 -C extra-filename=-adfca869832e7a70 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50252026-01-22T09:43:52.569Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50262026-01-22T09:43:52.593Z 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=19fc464197c952e3 -C extra-filename=-fc018c18724e1d89 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50272026-01-22T09:43:52.966Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50282026-01-22T09:43:52.991Z 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=144c01aad8acc6fa -C extra-filename=-c830a57d2f6cd65c --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-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50292026-01-22T09:43:53.897Z Compiling blake2b_simd v1.0.2
50302026-01-22T09:43:53.922Z 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`
50312026-01-22T09:43:54.363Z Compiling partial-io v0.5.4
50322026-01-22T09:43:54.388Z 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=f4cdc6f1548e6127 -C extra-filename=-8d2a6cdd12e99e25 --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-fa2e91ea0140bc4e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-943ba09213d4b919.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50332026-01-22T09:43:54.915Z Compiling httptest v0.16.3
50342026-01-22T09:43:54.940Z 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=ceb9ecc2a808c5d6 -C extra-filename=-54db02fa7b2d28f7 --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-62ecb1184096bc82.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-fa2e91ea0140bc4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50352026-01-22T09:43:56.355Z Compiling drift v0.1.2
50362026-01-22T09:43:56.379Z 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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b52fba4b28743b5e -C extra-filename=-b298f943a0efce48 --out-dir /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-f78447817f9330f0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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`
50372026-01-22T09:43:57.908Z Compiling rand_distr v0.5.1
50382026-01-22T09:43:57.932Z 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=41d72ae6547c86ae -C extra-filename=-f88382c16145242c --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-81cddf8435918e2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50392026-01-22T09:43:59.002Z Compiling approx v0.5.1
50402026-01-22T09:43:59.028Z 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`
50412026-01-22T09:43:59.052Z Compiling dropshot-api-manager v0.2.4
50422026-01-22T09:43:59.052Z 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.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=ce9f3f049e5da7c6 -C extra-filename=-aa8a55abbf932f18 --out-dir /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-a6215793bd729d59.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-b298f943a0efce48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.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-55854e406e36a0f9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.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-a3b1abe2e585c741.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-be5b80ef649d95c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts`
50432026-01-22T09:43:59.360Z Compiling rust-argon2 v2.1.0
50442026-01-22T09:43:59.385Z 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`
50452026-01-22T09:44:00.831Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-fc018c18724e1d89/build-script-build`
50462026-01-22T09:44:00.885Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-adfca869832e7a70/build-script-build`
50472026-01-22T09:44:00.946Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
50482026-01-22T09:44:00.970Z 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/9122d6e/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=aa1cae3d20d7734b -C extra-filename=-58dc712597729062 --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-54336e2d6e7eae24.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-1067f78b46abef6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50492026-01-22T09:44:01.455Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50502026-01-22T09:44:01.480Z 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=c95569da929f7836 -C extra-filename=-8b2c86f036732f87 --out-dir /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-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50512026-01-22T09:44:02.455Z 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=1745259f7b1e80cf -C extra-filename=-b19dcdbcef295208 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/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`
50522026-01-22T09:44:03.218Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50532026-01-22T09:44:03.264Z 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=0ebee4aea6b89dac -C extra-filename=-104a56631b77b01d --out-dir /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-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-fa2e91ea0140bc4e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-d43ee0dfcf761cfc.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
50542026-01-22T09:44:04.493Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50552026-01-22T09:44:04.518Z 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=7cc060749042672b -C extra-filename=-37ebed74f64233d6 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50562026-01-22T09:44:05.881Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50572026-01-22T09:44:05.905Z 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=a07727834e1158e2 -C extra-filename=-a88c05ae13de18eb --out-dir /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-54336e2d6e7eae24.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50582026-01-22T09:44:06.216Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50592026-01-22T09:44:06.241Z 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=6e1107960c41f666 -C extra-filename=-94d89bedbed71ffe --out-dir /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-54336e2d6e7eae24.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50602026-01-22T09:44:06.621Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50612026-01-22T09:44:06.646Z 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=93bdc0ed9a4080a2 -C extra-filename=-28dba8167154ebba --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-12588703293e7333.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50622026-01-22T09:44:07.791Z Compiling cargo_toml v0.21.0
50632026-01-22T09:44:07.816Z 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=546cd991bff39476 -C extra-filename=-aa58085a21ea1851 --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-a63eaf9643a0dfb8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50642026-01-22T09:44:07.990Z Compiling termios v0.3.3
50652026-01-22T09:44:08.015Z 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`
50662026-01-22T09:44:08.303Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50672026-01-22T09:44:08.328Z 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=720e1b04b250120d -C extra-filename=-d261be9affd1fd15 --out-dir /work/oxidecomputer/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-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50682026-01-22T09:44:10.187Z 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=7b723673469bf2f4 -C extra-filename=-128f80d996a8b6cf --out-dir /work/oxidecomputer/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-2af21442a3b43a15.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-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50692026-01-22T09:44:10.490Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50702026-01-22T09:44:10.515Z 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=d15194bf0a378b90 -C extra-filename=-197fac6d5a44e171 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a88c05ae13de18eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-28dba8167154ebba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
50712026-01-22T09:44:10.540Z 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=b553fdd1be111f09 -C extra-filename=-1d78ddddea01ece9 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.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-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.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-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50722026-01-22T09:44:11.050Z 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=fad95fdea0e52de9 -C extra-filename=-22f76648d3d3ea7b --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-94d89bedbed71ffe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50732026-01-22T09:44:11.822Z 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=a9df4c345893aba7 -C extra-filename=-470dd3b7cc1019d9 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.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-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.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-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50742026-01-22T09:44:12.672Z 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=a356ed9f77cce0f3 -C extra-filename=-ef091a95ec5a48d9 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-104a56631b77b01d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
50752026-01-22T09:44:13.385Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
50762026-01-22T09:44:13.410Z 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=533caa2d30852477 -C extra-filename=-34eaa97d381c07ec --out-dir /work/oxidecomputer/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-75c0d28009b029b5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-aa8a55abbf932f18.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-04201a8fe57daafa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50772026-01-22T09:44:13.484Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50782026-01-22T09:44:13.508Z 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=300ae1125097713c -C extra-filename=-f5ded01e5a127ee4 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-aa58085a21ea1851.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-82d883864d46861b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-be5b80ef649d95c3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50792026-01-22T09:44:14.220Z 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=dc4cc1e8c6209098 -C extra-filename=-cd21d41629c3b221 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-37ebed74f64233d6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
50802026-01-22T09:44:15.711Z 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=f075f99ac7660e2c -C extra-filename=-9dc3bd2c95e207bf --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-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.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-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50812026-01-22T09:44:16.529Z 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=b3499a225a4f43ac -C extra-filename=-ab1dd9faaa7822bc --out-dir /work/oxidecomputer/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-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-58dc712597729062.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-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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/`
50822026-01-22T09:44:18.044Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50832026-01-22T09:44:18.068Z 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=20241fe80b29f79a -C extra-filename=-bc0991579cbbc1c9 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
50842026-01-22T09:44:21.420Z 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=429ce8ea8fefad9b -C extra-filename=-b943118b95ef4fd8 --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-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.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-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50852026-01-22T09:44:32.060Z 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=8bbf89f087cf3465 -C extra-filename=-33c86afe1155f9a6 --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-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50862026-01-22T09:44:32.949Z 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=b1f5cc5542c385c6 -C extra-filename=-be3359f5fe3aa47f --out-dir /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-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
50872026-01-22T09:44:36.791Z 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=34b176e2625c83c3 -C extra-filename=-13bb99fef43e49f6 --out-dir /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-fa2e91ea0140bc4e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50882026-01-22T09:44:37.319Z 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=7ab7e2a5dee92b9d -C extra-filename=-ecba32065ff90e4e --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-fa2e91ea0140bc4e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50892026-01-22T09:44:39.205Z 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=5224ecf0bc7b313c -C extra-filename=-db4d3118fc508877 --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50902026-01-22T09:44:41.291Z 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=1cddffe1f8e94b4b -C extra-filename=-34193cc94f6a1e09 --out-dir /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-54336e2d6e7eae24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50912026-01-22T09:44:41.623Z 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=38585cf3f5dc0b0c -C extra-filename=-46d53d42ab12567a --out-dir /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-ad911f579a3cbe2a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50922026-01-22T09:44:44.687Z 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=ee2cc5deccc3f3b5 -C extra-filename=-0d9d7e2c4623419e --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-48fb03ed99eab2f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50932026-01-22T09:44:46.593Z 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())' -C metadata=44e39ddd774dd94e -C extra-filename=-9cd8371f80d3795b --out-dir /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_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.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-f84b09168d9c8ab9.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-89f9961e6520cd5f.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50942026-01-22T09:44:47.729Z 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=6c86bed5b553b183 -C extra-filename=-497c1bfcab82ebb4 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
50952026-01-22T09:44:50.634Z 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=e59b599a20efcf74 -C extra-filename=-2c4e64545f885ba0 --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50962026-01-22T09:44:51.059Z 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=fd7d5a6964fb4168 -C extra-filename=-c42e85b7f6c45857 --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-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
50972026-01-22T09:44:51.240Z 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=ce7c817d55dcee94 -C extra-filename=-a5e34995b67498de --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
50982026-01-22T09:44:53.653Z 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=cd3ad41fd6114c4a -C extra-filename=-2377087ad77f5f4e --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
50992026-01-22T09:44:54.142Z 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=8654fab326fb5e71 -C extra-filename=-fb719f2685a67879 --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-ea739b9356311b74.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51002026-01-22T09:44:56.652Z 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=47389ed85807e560 -C extra-filename=-e497dac587292677 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51012026-01-22T09:44:56.979Z 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=24b937718749479a -C extra-filename=-cffc38ca22cc7ca8 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b19dcdbcef295208.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
51022026-01-22T09:44:59.269Z 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=78ab883bbf325a89 -C extra-filename=-1e51ff672fcad247 --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-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51032026-01-22T09:45:00.268Z 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=1eb41763d540ab01 -C extra-filename=-e19bcc6dfaff7487 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
51042026-01-22T09:45:09.912Z 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=a9770869a1eb32d4 -C extra-filename=-cd7c7be80e699651 --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-176c3f26ac81ef70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-642cb2aeba8730f1.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-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51052026-01-22T09:45:11.946Z 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=131bffbfd2baf5a4 -C extra-filename=-f39be76bde426c1e --out-dir /work/oxidecomputer/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-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51062026-01-22T09:45:18.016Z 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=400e2067f1018d76 -C extra-filename=-0c46e130b1c110c0 --out-dir /work/oxidecomputer/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-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51072026-01-22T09:45:33.549Z 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=a05dacc446966e49 -C extra-filename=-c8fb62307ab1b11b --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-bffbde57c905a831.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-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51082026-01-22T09:45:34.135Z 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=e99a5da400ac91be -C extra-filename=-367c98fdadf43d1b --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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51092026-01-22T09:45:42.518Z 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=414be5ecddc01f82 -C extra-filename=-6adbf57eaa3d1c39 --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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51102026-01-22T09:45:58.410Z 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=9a3797b77335b790 -C extra-filename=-a6cdeb4d00dedcac --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-fa2e91ea0140bc4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51112026-01-22T09:45:59.854Z 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=4c71e84976f60baf -C extra-filename=-12e416b4e29a3b0a --out-dir /work/oxidecomputer/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-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
51122026-01-22T09:46:04.702Z 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=6b84852465d0519b -C extra-filename=-e7250d69ca600a1f --out-dir /work/oxidecomputer/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-fa2e91ea0140bc4e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51132026-01-22T09:46:21.022Z 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=310434b9ca6f6779 -C extra-filename=-7addb6b3b4444f03 --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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-db4789fced082428.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51142026-01-22T09:46:24.188Z 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=3be2f8bad1c2063d -C extra-filename=-1ab2ba16f3d68796 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51152026-01-22T09:46:29.204Z 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=37577ee5418e9f7a -C extra-filename=-de642afb1887aec9 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51162026-01-22T09:46:30.770Z 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=48b7da59a65ce9ed -C extra-filename=-e1f980675b3ea998 --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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51172026-01-22T09:46:32.232Z 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=9763535604e1c2e7 -C extra-filename=-e3404ab2633cf111 --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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-db4789fced082428.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51182026-01-22T09:46:35.201Z 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=05c10da9d668bf15 -C extra-filename=-ccc2c44d3a87967b --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51192026-01-22T09:46:37.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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=2b538c501ca29da8 -C extra-filename=-3e2caf10189bc637 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51202026-01-22T09:46:46.547Z 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=8baa72120a1a6ab4 -C extra-filename=-8f96586960f99946 --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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-db4789fced082428.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51212026-01-22T09:46:50.216Z 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=3d7ed482e4e5254a -C extra-filename=-d5b936b049696812 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51222026-01-22T09:47:29.771Z 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=7f6c3d2d25e423b5 -C extra-filename=-095dcb3bf9aa5a18 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51232026-01-22T09:47:33.150Z 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=251e8f1c36553eb3 -C extra-filename=-bfc4fb8b73736b88 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51242026-01-22T09:47:33.195Z 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=678c4dcf6c499559 -C extra-filename=-6cf70b6e7af7efd5 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-1514b71b45dd6788.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51252026-01-22T09:47:36.738Z 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=1e8854dfd48cc032 -C extra-filename=-05899a1f9336d139 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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`
51262026-01-22T09:47:40.213Z 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=dbdc38326a103ada -C extra-filename=-bfd23b86ff293b4a --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8b2c86f036732f87.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51272026-01-22T09:47:42.950Z 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=2ca0975479c0be32 -C extra-filename=-eb235bb273c0f733 --out-dir /work/oxidecomputer/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-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51282026-01-22T09:47:45.893Z 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=a689d70e2396bc4d -C extra-filename=-3f99131ad143130a --out-dir /work/oxidecomputer/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-81e3cc07f2ccc19a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51292026-01-22T09:47:48.225Z 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=c2e11275124dbe71 -C extra-filename=-6d0414a28102ca25 --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-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.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-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51302026-01-22T09:47:51.336Z 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=f6bc48bd5cc2bf38 -C extra-filename=-1187c3b6f9885a0a --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-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.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-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51312026-01-22T09:47:51.615Z 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=4caeeed714b314d1 -C extra-filename=-734a9c544cfe9751 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.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-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51322026-01-22T09:47:58.948Z 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=886dfec3a21fc76d -C extra-filename=-fb8a58ac7bf1dc5c --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.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-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51332026-01-22T09:48:01.986Z 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=a3ba3680d7602fe0 -C extra-filename=-585977fa8d364307 --out-dir /work/oxidecomputer/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-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8be730552e508f94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51342026-01-22T09:48:02.230Z 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=ac40f5f0f4bb83ef -C extra-filename=-d7c4bfb1c474d234 --out-dir /work/oxidecomputer/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-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8be730552e508f94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51352026-01-22T09:48:05.383Z 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=c3f22b5c7a76b00e -C extra-filename=-49e2a3eb1e24dafc --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51362026-01-22T09:48:05.429Z 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=5c8e2ce8dedd017d -C extra-filename=-fa8e3aa1a96f8834 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51372026-01-22T09:48:06.516Z 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=fa27736fbf0a91de -C extra-filename=-c7caab27a1150a81 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-aee9c5a30469a150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51382026-01-22T09:48:08.813Z 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=1e13298cba4c5146 -C extra-filename=-3e36641bbeb9ad84 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51392026-01-22T09:48:10.425Z 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=35053729ceb789ff -C extra-filename=-3a7a2ba426cf9724 --out-dir /work/oxidecomputer/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-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.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-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51402026-01-22T09:48:10.508Z 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=0bfefaf5ad5846ff -C extra-filename=-91cd9661e27643cd --out-dir /work/oxidecomputer/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-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.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-5c3c3720ee2d4d66.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51412026-01-22T09:48:10.735Z 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=6bb92538af75d619 -C extra-filename=-845c8213dd77bb82 --out-dir /work/oxidecomputer/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-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.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-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51422026-01-22T09:48:11.728Z 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=455f42b674b72297 -C extra-filename=-b8bc12cdd41fcb22 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.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-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.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-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51432026-01-22T09:48:13.233Z 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=6dbbdc9bb26798ba -C extra-filename=-057afce56059e452 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-74c98e7f4badbf51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.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-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51442026-01-22T09:48:21.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 --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f96001e71e1fdb18 -C extra-filename=-43b0c824a12db3c1 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.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-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51452026-01-22T09:48:31.316Z 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=3690f5ced74a37ae -C extra-filename=-3308872b0d41f60d --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.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-74c98e7f4badbf51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.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-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51462026-01-22T09:48:31.384Z 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=8bcc236966bac8c0 -C extra-filename=-f90293a0ad92551d --out-dir /work/oxidecomputer/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-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51472026-01-22T09:48:32.239Z 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=856a10b78f01a548 -C extra-filename=-c005e48d036ac47d --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.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-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51482026-01-22T09:48:32.328Z 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=14c4ddd273074ba7 -C extra-filename=-d2e0cb1dc4028a4d --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.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-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51492026-01-22T09:48:36.401Z 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=d6eee1b5422c2d50 -C extra-filename=-7a8f833b5c801f1c --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.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-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51502026-01-22T09:48:36.433Z 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=d973b625c819a77b -C extra-filename=-5f1b830d933c05ff --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/usr/ssl-3/lib/amd64`
51512026-01-22T09:48:42.744Z 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=24833d29867daf20 -C extra-filename=-54aa66ed33c5de95 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51522026-01-22T09:48:44.242Z 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=1293516ebbd626a0 -C extra-filename=-54858a3f65465fc8 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51532026-01-22T09:48:45.799Z 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=bce4389e8afbb158 -C extra-filename=-a67907b8c3fb9b50 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51542026-01-22T09:48:46.674Z 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=3439451afcf2b741 -C extra-filename=-6bbaeba389b70a84 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51552026-01-22T09:48:46.786Z 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=145501c4ddbc9ede -C extra-filename=-ebfe5611515e38aa --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.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-ab39f34b6d91a306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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-01-22T09:48:48.439Z 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=0e5bf8e224a4ae42 -C extra-filename=-3b076ffa97798ad9 --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-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51572026-01-22T09:48:53.426Z 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=b6952524a824dde8 -C extra-filename=-ae6506a843940f2b --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-265bfecd09de518a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51582026-01-22T09:48:56.674Z 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=af7af9eb44b00384 -C extra-filename=-3b0447046eeb2000 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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/`
51592026-01-22T09:48:59.630Z 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=61f6416720ff68d4 -C extra-filename=-31d853d0de642ace --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51602026-01-22T09:49:01.928Z 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=32c5ba210fc47dee -C extra-filename=-cb408fafa323ae7e --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51612026-01-22T09:49:02.783Z 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=3969e5a294d4bbe7 -C extra-filename=-35db6da67abc86a5 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51622026-01-22T09:49:04.624Z 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=d91be93bbd4c7476 -C extra-filename=-56df06f6d26b4710 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51632026-01-22T09:49:06.749Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51642026-01-22T09:49:06.773Z 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=597f5d15e09126dc -C extra-filename=-8351a62657194142 --out-dir /work/oxidecomputer/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-871688dac901a828.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51652026-01-22T09:49:09.618Z 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=08f658ddb3d9d5bb -C extra-filename=-6a1f74de8bf0bf91 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51662026-01-22T09:49:12.344Z 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=9dbe367b3831ed42 -C extra-filename=-9eb570c408a74dde --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.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-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.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-f09fde15997432d7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51672026-01-22T09:49:15.496Z 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=848341e728f7b9ec -C extra-filename=-61454e98da897343 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.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-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
51682026-01-22T09:49:19.046Z 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=edd5080922fcc33a -C extra-filename=-28a7fe0d350708ec --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.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-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.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-f09fde15997432d7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51692026-01-22T09:49:21.478Z 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=d8a729bdcfcb7042 -C extra-filename=-2b11921ceafa9d46 --out-dir /work/oxidecomputer/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-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.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-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51702026-01-22T09:49:29.903Z 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=09f26b11e9a128f5 -C extra-filename=-5dffa5e54821b0e4 --out-dir /work/oxidecomputer/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-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51712026-01-22T09:49:33.188Z 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=0211055dd5306c95 -C extra-filename=-c0d9c4a9ca6461e2 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
51722026-01-22T09:49:37.269Z 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=8e8e0b7ffe066e41 -C extra-filename=-b1a4df4242975268 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
51732026-01-22T09:49:40.008Z 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=adf642e2847e2461 -C extra-filename=-c0f222bb969452bd --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
51742026-01-22T09:49:42.208Z 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=56f1c7e5c501a3e2 -C extra-filename=-9383eb4e34c6e559 --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-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51752026-01-22T09:49:42.795Z 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=9c7f2c7b95dad540 -C extra-filename=-67722c5834607211 --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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
51762026-01-22T09:49:44.429Z 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=36334f59b0831060 -C extra-filename=-bdfaeac9313d62e9 --out-dir /work/oxidecomputer/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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.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-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.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-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51772026-01-22T09:49:48.416Z 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=54b5776aa61b0f8c -C extra-filename=-8a1ca35cbcaa6fd9 --out-dir /work/oxidecomputer/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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.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-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.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-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51782026-01-22T09:49:51.367Z 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=2f774b525e598f3b -C extra-filename=-bf4d57f3118c8938 --out-dir /work/oxidecomputer/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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.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-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.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-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51792026-01-22T09:49:52.527Z 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=4cec0109798a58d3 -C extra-filename=-1be7a644a00323ba --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51802026-01-22T09:49:55.620Z 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=5736394055f175a6 -C extra-filename=-ca59f4d7715735d7 --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-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51812026-01-22T09:50:00.171Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
51822026-01-22T09:50:00.195Z 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=9f35dd22ddf0fee9 -C extra-filename=-57ce258977d6dcb8 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51832026-01-22T09:50:03.441Z 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=40f6e7ab55ab8b84 -C extra-filename=-69bab6c7943f4caa --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51842026-01-22T09:50:14.746Z 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=bb87aba5e179c356 -C extra-filename=-5a3eabf6893f6b35 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51852026-01-22T09:50:28.535Z 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=c682507b59c0653b -C extra-filename=-9ce12442ca694730 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51862026-01-22T09:50:32.413Z 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=7f1504a4e3728c37 -C extra-filename=-c2bc6a58224a30b6 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51872026-01-22T09:50:33.676Z 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=cb0bec95f8d7a6c5 -C extra-filename=-1210e6ed9f8c7239 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
51882026-01-22T09:50:42.433Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51892026-01-22T09:50:42.458Z 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=314615ac6d518c18 -C extra-filename=-0f6896c5ff63765a --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51902026-01-22T09:50:46.122Z 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=5fb392726b42d66d -C extra-filename=-322b44b39630fc3a --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51912026-01-22T09:50:49.443Z 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=df35a1bd20dabe4c -C extra-filename=-b2a4a75d761ff28d --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-96d44b0553356cd8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
51922026-01-22T09:50:53.978Z 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=e13a860c8dab9c26 -C extra-filename=-ad707d0946f577ba --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51932026-01-22T09:51:00.535Z 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=435594494df0bda6 -C extra-filename=-503b726dacc82352 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51942026-01-22T09:51:37.912Z 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=b6efe67701482df6 -C extra-filename=-87c037c0bf9b8f2c --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51952026-01-22T09:51:42.736Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
51962026-01-22T09:51:42.782Z 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=dac5e2bf8efed3a7 -C extra-filename=-558cf7f7ba2f9f78 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51972026-01-22T09:51:42.782Z 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=7ee1fdaca1f731ba -C extra-filename=-bcea085e5aa1e2a5 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51982026-01-22T09:51:45.788Z 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=814cd7eff0a4ff2f -C extra-filename=-54ea15d470f8b336 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
51992026-01-22T09:51:49.115Z 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=707c0bd247e2efc1 -C extra-filename=-1b12e636bc8623c3 --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
52002026-01-22T09:51:49.913Z 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=e517302e8ff1aa6e -C extra-filename=-f2503f984ab359f1 --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-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52012026-01-22T09:51:55.950Z 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=dd366455802bbfbd -C extra-filename=-404a4751c950bd92 --out-dir /work/oxidecomputer/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-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52022026-01-22T09:52:01.157Z 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=7bb6ec67cce27370 -C extra-filename=-212c8aabe53b7978 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52032026-01-22T09:52:09.789Z 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=67d6fab6c8b8e36d -C extra-filename=-fad8c8063dc47665 --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-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52042026-01-22T09:52:14.523Z 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=4c66b6a1ae5c0cf2 -C extra-filename=-77c831eaaa02703b --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52052026-01-22T09:52:15.568Z 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=e3cdc5d27a39bd22 -C extra-filename=-6983844640631b36 --out-dir /work/oxidecomputer/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-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52062026-01-22T09:52:16.614Z 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=8e838c0b62509427 -C extra-filename=-fe8da8c672a8983b --out-dir /work/oxidecomputer/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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52072026-01-22T09:52:19.835Z 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=7e6811cf7c4ffaf2 -C extra-filename=-03e5209cd0d5260e --out-dir /work/oxidecomputer/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-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52082026-01-22T09:52:20.033Z 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=dbec2c071f347246 -C extra-filename=-7fe121d20a9428b5 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52092026-01-22T09:52:21.148Z 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=41ab820a711ce0fd -C extra-filename=-f2a2c391529fb0ca --out-dir /work/oxidecomputer/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-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52102026-01-22T09:52:21.652Z 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=e28a16aff6c14d91 -C extra-filename=-6bb0e3c7bb927c23 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.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-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52112026-01-22T09:52:22.892Z 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=d8065ad57628638d -C extra-filename=-a677d558acfb418c --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52122026-01-22T09:52:30.150Z 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=7305e3936fdf9ded -C extra-filename=-9ed2ff0e4dde1634 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52132026-01-22T09:52:32.417Z 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=f39a920bdee9c93f -C extra-filename=-906ea8d4d6f9d97c --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-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52142026-01-22T09:52:44.935Z 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=bc322c5cfb774f42 -C extra-filename=-be96cb3345e1b517 --out-dir /work/oxidecomputer/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-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52152026-01-22T09:52:46.860Z 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=59db5d2ea6b2b5bb -C extra-filename=-b8ca7973d0f03ede --out-dir /work/oxidecomputer/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-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-c7e5e99258156adf.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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52162026-01-22T09:52:50.178Z 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=0fb610bb8f85b302 -C extra-filename=-804f29210e01bf21 --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-c040e9583776fba3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52172026-01-22T09:52:53.386Z 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=4ffe54d9c5096811 -C extra-filename=-110cd3cfa50c2de0 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-c61241bf6747118d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
52182026-01-22T09:52:56.227Z 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=692499642ea24204 -C extra-filename=-b8d56dd6efd55b7d --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-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
52192026-01-22T09:52:59.239Z 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=9bd768a6f005744f -C extra-filename=-4d149427107ec5aa --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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52202026-01-22T09:53:02.480Z 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=01bbb5b120adc911 -C extra-filename=-0aae6c0296c98b01 --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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52212026-01-22T09:53:20.441Z 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=47098359ba73ec43 -C extra-filename=-f9a88e7fc7f1509e --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-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
52222026-01-22T09:53:20.788Z 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=60306053689c25c4 -C extra-filename=-907e8fca87b3fec2 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52232026-01-22T09:53:24.865Z 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=068ed7734b7b6d8d -C extra-filename=-d17926cf30a5683c --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52242026-01-22T09:53:27.550Z 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=ab44b838bb0dee2c -C extra-filename=-729790c51b5adf12 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52252026-01-22T09:53:49.974Z 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=9b4194568e72cf8d -C extra-filename=-ab1d92e573badc9b --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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52262026-01-22T09:53:55.525Z 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=a942782a1bc77eb6 -C extra-filename=-d840eb45be2e97a6 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52272026-01-22T09:53:58.426Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52282026-01-22T09:53:58.463Z 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=e9053021bf7ba44b -C extra-filename=-6baf88cfa2947d01 --out-dir /work/oxidecomputer/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-c040e9583776fba3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52292026-01-22T09:54:00.756Z 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=2fcb1a22dc7f0c7a -C extra-filename=-82449dd3ed91f5a6 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52302026-01-22T09:54:02.833Z 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=de3b09e5942f0cc1 -C extra-filename=-f503e9d70a020cd1 --out-dir /work/oxidecomputer/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-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52312026-01-22T09:54:04.164Z 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=cf23db7198ef2505 -C extra-filename=-eb32ef9725f14ddf --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52322026-01-22T09:54:06.264Z 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=9b2c37f6941c9f1a -C extra-filename=-9cad12abca5de156 --out-dir /work/oxidecomputer/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-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52332026-01-22T09:54:08.787Z 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=ef29d0d59e098c97 -C extra-filename=-49af1b18f11faf73 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
52342026-01-22T09:54:23.084Z 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=3b57047391ed3140 -C extra-filename=-100bd69c35d9ada9 --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-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52352026-01-22T09:54:27.943Z 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=3ddb337fe2f2f360 -C extra-filename=-f15a343b2f44345b --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-f09fde15997432d7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
52362026-01-22T09:54:28.654Z 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=f9f00e8ac78782c4 -C extra-filename=-798b0dd7fb853d63 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52372026-01-22T09:54:30.378Z 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=5d5f0321d321121d -C extra-filename=-63bb9837fde5e8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52382026-01-22T09:54:34.151Z 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=4717b43124513c7c -C extra-filename=-1da99a89f6ba07aa --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-48fb03ed99eab2f1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52392026-01-22T09:54:34.643Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52402026-01-22T09:54:34.667Z 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=0ab552a7f591d671 -C extra-filename=-f3a22aa327294126 --out-dir /work/oxidecomputer/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-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.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-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52412026-01-22T09:54:36.134Z 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=76e3e51dc58f200d -C extra-filename=-6eeaa6d1fbb96809 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52422026-01-22T09:54:38.138Z 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=d4262091593fa79b -C extra-filename=-61f3d77d4dc22a23 --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-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52432026-01-22T09:54:38.167Z 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=1f070d5e211a37d5 -C extra-filename=-3703f278dca47724 --out-dir /work/oxidecomputer/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-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52442026-01-22T09:54:43.532Z 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=e91339b6ad0bc59f -C extra-filename=-12f636bd2abed63c --out-dir /work/oxidecomputer/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-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.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-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.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-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52452026-01-22T09:54:44.333Z 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=928caec886e53270 -C extra-filename=-cf38455cdcf4d430 --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-df02671f21bbda4e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52462026-01-22T09:54:46.378Z 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=f46d04a8868a5a1e -C extra-filename=-94d0dde6c3b8d681 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52472026-01-22T09:54:46.859Z 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=63314bb972ee92a4 -C extra-filename=-2255fa68758657cf --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-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52482026-01-22T09:54:48.933Z 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=2d272a9629fc87db -C extra-filename=-96fda9a33c1a1cfd --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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52492026-01-22T09:54:50.766Z 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=1642058587a7805e -C extra-filename=-def4d3479e372781 --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-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52502026-01-22T09:54:52.025Z 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=021eb5a4f4713d7b -C extra-filename=-ac30127ea71ddcbc --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52512026-01-22T09:54:52.422Z 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=fba1cb71c9051f3d -C extra-filename=-6e251d84160af118 --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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52522026-01-22T09:54:55.980Z 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=ecf0eb1e11aa5c85 -C extra-filename=-2b87f725f2b1441a --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52532026-01-22T09:54:56.832Z 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=545337c8edd59914 -C extra-filename=-bd11a6132279657b --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52542026-01-22T09:55:03.014Z 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=ea0a39faeee412aa -C extra-filename=-48df2bf2b8efd11b --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52552026-01-22T09:55:04.466Z 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=6ada62241f1a03d2 -C extra-filename=-84b057b43382f609 --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-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.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-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52562026-01-22T09:55:04.546Z 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=c3eb8fac59ea7a94 -C extra-filename=-5906e44e15e2bcf6 --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52572026-01-22T09:55:09.311Z 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=8bfcf173250aa86e -C extra-filename=-c2913a199ed52f53 --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-265bfecd09de518a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/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`
52582026-01-22T09:55:10.063Z 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=2c064de8e9fc9883 -C extra-filename=-8637e27ead9d60b3 --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-4da72209569787f4.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-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52592026-01-22T09:55:10.989Z 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=1ad76d03e1884f15 -C extra-filename=-2cbfecffb4952c4d --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-4da72209569787f4.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-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52602026-01-22T09:55:12.399Z 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=d7adfc94298c1569 -C extra-filename=-264e44b5ecc21bb0 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52612026-01-22T09:55:13.758Z 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=aa93200f263511c2 -C extra-filename=-fad43a5db2ed117b --out-dir /work/oxidecomputer/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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52622026-01-22T09:55:14.071Z 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=460ec76fefd956ba -C extra-filename=-6ff4970b3b797b19 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52632026-01-22T09:55:14.692Z 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=5faa5702ac0ea14d -C extra-filename=-4b5a3d16dc661b98 --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-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52642026-01-22T09:55:15.514Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52652026-01-22T09:55:15.538Z 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=130dfdac6b7db6e2 -C extra-filename=-1574290df7637b89 --out-dir /work/oxidecomputer/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-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52662026-01-22T09:55:16.484Z 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=3c92d9ddfa1c565c -C extra-filename=-8171f0511b334261 --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52672026-01-22T09:55:16.508Z 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=e44e30c4f6463f02 -C extra-filename=-d9e28e6cb757f74f --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52682026-01-22T09:55:18.269Z 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=16c31df296cecff7 -C extra-filename=-ba270ff9a3347244 --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-d43ee0dfcf761cfc.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52692026-01-22T09:55:18.690Z 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=fd65d20cd7214291 -C extra-filename=-b39d4bba7d8829af --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.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-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52702026-01-22T09:55:19.477Z 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=54ee94cce1d0be43 -C extra-filename=-891d33df42b3841f --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52712026-01-22T09:55:20.238Z 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=dd59ce7a8a3503eb -C extra-filename=-3442bcf0a1bdf2df --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-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52722026-01-22T09:55:22.952Z 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=faa4c168caaf62d3 -C extra-filename=-3775a7b8e1852e5c --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-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52732026-01-22T09:55:23.785Z 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=3593cef713417b74 -C extra-filename=-d24544d5b38bdf5e --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-9291fc78212aa833.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64`
52742026-01-22T09:55:26.656Z 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=5ba2a7e40abe498d -C extra-filename=-6f50dbe47915621c --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-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52752026-01-22T09:55:29.099Z 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=876ffa02538b018c -C extra-filename=-bba64e0406a2eba3 --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-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52762026-01-22T09:55:29.757Z 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=a7688d7b78d383c0 -C extra-filename=-f0f92f7ec4f07d41 --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52772026-01-22T09:55:31.914Z 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=11b64b1ea16ee4bc -C extra-filename=-cda894a041558740 --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-54336e2d6e7eae24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52782026-01-22T09:55:32.282Z 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=2f84297552d84155 -C extra-filename=-af1e6fbeb538424c --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-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52792026-01-22T09:55:33.498Z 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=34dfb921aa79b076 -C extra-filename=-eb796526fb4690b3 --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-f5662b32413d6c2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52802026-01-22T09:55:33.992Z 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=feed61a40676d19b -C extra-filename=-b3f58bb06cff50d6 --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-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52812026-01-22T09:55:34.290Z 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=89a19f31075c294d -C extra-filename=-3fcba64d3cdf65e1 --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-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52822026-01-22T09:55:35.206Z 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=a4a7e8bed3a7e846 -C extra-filename=-eda6b222638b0a0c --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-f5662b32413d6c2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52832026-01-22T09:55:35.829Z 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=a77f35a05a180433 -C extra-filename=-9196aa79adf7002e --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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52842026-01-22T09:55:37.823Z 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=443667efc92978db -C extra-filename=-8f5aa0be32fac313 --out-dir /work/oxidecomputer/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-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52852026-01-22T09:55:38.211Z 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=a28ba1111e122501 -C extra-filename=-ac4bfeed19656a23 --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-47499cc7a55cbf26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52862026-01-22T09:55:38.284Z 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=81539bcabd912e85 -C extra-filename=-e269bcb42ffd7272 --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-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52872026-01-22T09:55:38.858Z 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=a476c42a1d9f7ca4 -C extra-filename=-5f98b7ad5354052e --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-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52882026-01-22T09:55:40.226Z 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=95ee33951a5278cc -C extra-filename=-ed877af173f78b84 --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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52892026-01-22T09:55:41.720Z 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=5ca5104a15fa9ead -C extra-filename=-dbb0b61e60af0fd2 --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52902026-01-22T09:55:42.794Z 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=3c30c17fe65189f3 -C extra-filename=-af644c4a3217f409 --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-e6c8d889893b1fb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52912026-01-22T09:55:44.096Z 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=24885269ef8f52ae -C extra-filename=-aef9dead1fb4c0e7 --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-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52922026-01-22T09:55:44.968Z 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=9743fed83e09f58c -C extra-filename=-72d24e39aab66847 --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-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52932026-01-22T09:55:46.934Z 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=2b9f5de049e2f4ed -C extra-filename=-a969ce93f676a4f0 --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-12588703293e7333.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
52942026-01-22T09:55:47.837Z 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=fc6f39237b5bc976 -C extra-filename=-6fe52a96de24389a --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-47499cc7a55cbf26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52952026-01-22T09:55:48.488Z 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=33e05c9a29497d10 -C extra-filename=-b7781482caa6df4c --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-b221099fc66dd8c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52962026-01-22T09:55:48.706Z 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=f881df9aaa39802b -C extra-filename=-72bce9246b9f56cf --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-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52972026-01-22T09:55:49.608Z 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=2f7614daebac4123 -C extra-filename=-2f495019affd05e3 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52982026-01-22T09:55:50.345Z 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=303b71bdc1b4d607 -C extra-filename=-9d0575bb5ad40d78 --out-dir /work/oxidecomputer/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-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
52992026-01-22T09:55:50.583Z 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=f42155831ce52d7d -C extra-filename=-90526447465c2a54 --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-48fb03ed99eab2f1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53002026-01-22T09:55:52.367Z 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=28657bd46a6cfafa -C extra-filename=-af86ca06cec6e7b7 --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-d43ee0dfcf761cfc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53012026-01-22T09:55:53.045Z 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=0e20ddb74d02442b -C extra-filename=-d65965186eb13255 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53022026-01-22T09:55:53.387Z 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=3d379fea053b5b93 -C extra-filename=-0115db31fbbd2bed --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-48fb03ed99eab2f1.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53032026-01-22T09:55:53.970Z 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=c2f45942a1e71706 -C extra-filename=-f64d32e4206d1cfc --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-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53042026-01-22T09:55:54.030Z 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=404b05db45947dfe -C extra-filename=-40b2a061f08daed5 --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53052026-01-22T09:55:54.482Z 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=1bb81f2f89f51ddf -C extra-filename=-259ab9ade014957b --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-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53062026-01-22T09:55:55.099Z 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=2c3f18fffe080edb -C extra-filename=-007e095059ca811b --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-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53072026-01-22T09:55:55.443Z 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=f6b449e61a324579 -C extra-filename=-b23da46dcca4dfe8 --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-c040e9583776fba3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53082026-01-22T09:55:56.948Z 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=1852b973bf72d4ca -C extra-filename=-215f6c576b835d33 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53092026-01-22T09:55:57.426Z 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=f9e0d427dc8cee2f -C extra-filename=-c838d35dac64d76c --out-dir /work/oxidecomputer/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-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53102026-01-22T09:55:57.655Z 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=04382b36f1a57dd9 -C extra-filename=-8da3124294ffc58d --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-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53112026-01-22T09:55:58.157Z 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=4b55021ace3d0740 -C extra-filename=-e2851b2bd346cd5b --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-48fb03ed99eab2f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53122026-01-22T09:55:58.217Z 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=78f5a4f290e3ddc9 -C extra-filename=-c411c2bc9df90c39 --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53132026-01-22T09:55:58.716Z 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=754101b76684443d -C extra-filename=-4fb1bb118a48898a --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-8125891eebfa0a9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53142026-01-22T09:55:58.889Z 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=a4848a1cb3d0fe64 -C extra-filename=-257a3126a15c627f --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53152026-01-22T09:55:59.532Z 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=ecca47ff07aae784 -C extra-filename=-d3728b6314a720e3 --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-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53162026-01-22T09:55:59.656Z 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=93e5b259004fdc93 -C extra-filename=-3af6ec3140ba417c --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-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53172026-01-22T09:55:59.695Z 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=04c9c89f8b029bf9 -C extra-filename=-f7c44644e41dd674 --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-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53182026-01-22T09:56:00.385Z 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=92de9cedef90d30c -C extra-filename=-2c3b56a1a44449d3 --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-d43ee0dfcf761cfc.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-d276db4d2647f55b.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53192026-01-22T09:56:00.519Z 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=a4eba4b3acdb7b1a -C extra-filename=-145d0bea6cb4cca4 --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-62ecb1184096bc82.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53202026-01-22T09:56:02.038Z 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=6b99f3e3b9022dc4 -C extra-filename=-022d65ec5662a026 --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-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53212026-01-22T09:56:02.140Z 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=86cb99775139d363 -C extra-filename=-0a17d333d160d3ab --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53222026-01-22T09:56:02.324Z 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=5a74dc4e250b6899 -C extra-filename=-a4f8563003251fb6 --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-1c6d496b319eaa8c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53232026-01-22T09:56:03.026Z 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=a430f6a895523402 -C extra-filename=-52d4696b13441e8e --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53242026-01-22T09:56:03.312Z 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=42440ccc8069f574 -C extra-filename=-8e3b1b5331d09677 --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-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53252026-01-22T09:56:05.034Z 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=5b158121a91c1024 -C extra-filename=-ff41dec76252e25f --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-b86e19eb56cd552a.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-986d4696e973d15a.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-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.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-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.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-82d883864d46861b.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-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.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-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.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-7d9aa0a651064790.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-55854e406e36a0f9.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-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.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-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.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-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.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-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.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-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/usr/ssl-3/lib/amd64`
53262026-01-22T09:56:05.369Z 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=46ced0e398ae78c1 -C extra-filename=-dc55039acaa13900 --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-9291fc78212aa833.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53272026-01-22T09:56:05.615Z 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`
53282026-01-22T09:56:49.283Z 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=75725b6f0149260a -C extra-filename=-5a926461d953f289 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53292026-01-22T09:56:49.308Z 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=eae36f65f7d00e3f -C extra-filename=-23c7e0bd137dce8d --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-642cb2aeba8730f1.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-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53302026-01-22T09:56:49.308Z 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=a4ea2b345dce74b3 -C extra-filename=-d2325a901acc8bf4 --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.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-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53312026-01-22T09:56:49.338Z 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=0447e766e5846dde -C extra-filename=-b740e0ff2099bbd0 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.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-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
53322026-01-22T09:56:49.363Z 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=4fb1818da1ac758d -C extra-filename=-3454b6550dacb295 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.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-908fdea0d61917c0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
53332026-01-22T09:56:49.436Z 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=919b09c946563be8 -C extra-filename=-9be135d18b18a3d0 --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.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-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-b259485f378d8b55.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-642cb2aeba8730f1.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-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53342026-01-22T09:56:49.519Z 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=78eadb8b9763082e -C extra-filename=-931e345138d4d75e --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-f7152447f7d83a7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53352026-01-22T09:56:50.805Z 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=14c8cc55ccd2361d -C extra-filename=-e879ded09774fea0 --out-dir /work/oxidecomputer/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-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.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-908fdea0d61917c0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/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`
53362026-01-22T10:07:39.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30m 31s
53372026-01-22T10:07:56.511Z
53382026-01-22T10:07:56.538Zreal 30:47.615409284
53392026-01-22T10:07:56.538Zuser 2:09:28.377480537
53402026-01-22T10:07:56.538Zsys 31:06.142972123
53412026-01-22T10:07:56.538Ztrap 23.529967112
53422026-01-22T10:07:56.538Ztflt 3.070925465
53432026-01-22T10:07:56.538Zdflt 18:01.795955683
53442026-01-22T10:07:56.538Zkflt 0.452244003
53452026-01-22T10:07:56.538Zlock 8:42:30.777642001
53462026-01-22T10:07:56.538Zslp 15:17:19.927991420
53472026-01-22T10:07:56.538Zlat 19:15.769963453
53482026-01-22T10:07:56.538Zstop 15:14.617342561
53492026-01-22T10:07:57.524Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
53502026-01-22T10:08:03.808Z Fresh unicode-ident v1.0.19
53512026-01-22T10:08:03.858Z Fresh cfg-if v1.0.4
53522026-01-22T10:08:03.858Z Fresh autocfg v1.4.0
53532026-01-22T10:08:03.858Z Fresh memchr v2.7.4
53542026-01-22T10:08:03.858Z Fresh proc-macro2 v1.0.101
53552026-01-22T10:08:03.858Z Fresh value-bag v1.12.0
53562026-01-22T10:08:03.858Z Fresh smallvec v1.15.1
53572026-01-22T10:08:03.859Z Fresh version_check v0.9.5
53582026-01-22T10:08:03.859Z Fresh itoa v1.0.11
53592026-01-22T10:08:03.859Z Fresh quote v1.0.40
53602026-01-22T10:08:03.859Z Fresh libc v0.2.180
53612026-01-22T10:08:03.859Z Fresh serde_core v1.0.228
53622026-01-22T10:08:03.859Z Fresh log v0.4.29
53632026-01-22T10:08:03.859Z Fresh scopeguard v1.2.0
53642026-01-22T10:08:03.859Z Fresh syn v2.0.111
53652026-01-22T10:08:03.859Z Fresh getrandom v0.2.15
53662026-01-22T10:08:03.859Z Fresh stable_deref_trait v1.2.0
53672026-01-22T10:08:03.859Z Fresh serde_derive v1.0.228
53682026-01-22T10:08:03.859Z Fresh lock_api v0.4.12
53692026-01-22T10:08:03.859Z Fresh libm v0.2.8
53702026-01-22T10:08:03.859Z Fresh zeroize_derive v1.4.2
53712026-01-22T10:08:03.859Z Fresh synstructure v0.13.1
53722026-01-22T10:08:03.859Z Fresh serde v1.0.228
53732026-01-22T10:08:03.859Z Fresh num-traits v0.2.19
53742026-01-22T10:08:03.859Z Fresh zmij v1.0.15
53752026-01-22T10:08:03.859Z Fresh zeroize v1.8.1
53762026-01-22T10:08:03.859Z Fresh critical-section v1.1.3
53772026-01-22T10:08:03.859Z Fresh zerofrom-derive v0.1.4
53782026-01-22T10:08:03.859Z Fresh bitflags v2.9.4
53792026-01-22T10:08:03.859Z Fresh bytes v1.10.1
53802026-01-22T10:08:03.859Z Fresh serde_json v1.0.149
53812026-01-22T10:08:03.859Z Fresh portable-atomic v1.11.0
53822026-01-22T10:08:03.859Z Fresh zerofrom v0.1.4
53832026-01-22T10:08:03.859Z Fresh yoke-derive v0.7.4
53842026-01-22T10:08:03.859Z Fresh zerovec-derive v0.10.3
53852026-01-22T10:08:03.859Z Fresh once_cell v1.21.3
53862026-01-22T10:08:03.859Z Fresh getrandom v0.3.4
53872026-01-22T10:08:03.859Z Fresh yoke v0.7.4
53882026-01-22T10:08:03.859Z Fresh displaydoc v0.2.5
53892026-01-22T10:08:03.859Z Fresh percent-encoding v2.3.2
53902026-01-22T10:08:03.859Z Fresh writeable v0.5.5
53912026-01-22T10:08:03.859Z Fresh litemap v0.7.3
53922026-01-22T10:08:03.859Z Fresh icu_provider_macros v1.5.0
53932026-01-22T10:08:03.859Z Fresh zerovec v0.10.4
53942026-01-22T10:08:03.859Z Fresh allocator-api2 v0.2.21
53952026-01-22T10:08:03.860Z Fresh icu_locid_transform_data v1.5.0
53962026-01-22T10:08:03.860Z Fresh errno v0.3.12
53972026-01-22T10:08:03.860Z Fresh semver v1.0.27
53982026-01-22T10:08:03.860Z Fresh icu_properties_data v1.5.0
53992026-01-22T10:08:03.860Z Fresh rand_core v0.6.4
54002026-01-22T10:08:03.860Z Fresh write16 v1.0.0
54012026-01-22T10:08:03.860Z Fresh tinystr v0.7.6
54022026-01-22T10:08:03.860Z Fresh icu_collections v1.5.0
54032026-01-22T10:08:03.860Z Fresh utf8_iter v1.0.4
54042026-01-22T10:08:03.860Z Fresh pin-project-lite v0.2.14
54052026-01-22T10:08:03.860Z Fresh utf16_iter v1.0.5
54062026-01-22T10:08:03.860Z Fresh icu_normalizer_data v1.5.0
54072026-01-22T10:08:03.860Z Fresh form_urlencoded v1.2.2
54082026-01-22T10:08:03.860Z Fresh shlex v1.3.0
54092026-01-22T10:08:03.860Z Fresh icu_locid v1.5.0
54102026-01-22T10:08:03.860Z Fresh byteorder v1.5.0
54112026-01-22T10:08:03.860Z Fresh regex-syntax v0.8.5
54122026-01-22T10:08:03.860Z Fresh equivalent v1.0.2
54132026-01-22T10:08:03.860Z Fresh jobserver v0.1.32
54142026-01-22T10:08:03.860Z Fresh subtle v2.6.1
54152026-01-22T10:08:03.860Z Fresh heck v0.5.0
54162026-01-22T10:08:03.860Z Fresh icu_provider v1.5.0
54172026-01-22T10:08:03.860Z Fresh cc v1.2.30
54182026-01-22T10:08:03.860Z Fresh signal-hook-registry v1.4.2
54192026-01-22T10:08:03.860Z Fresh aho-corasick v1.1.3
54202026-01-22T10:08:03.860Z Fresh icu_locid_transform v1.5.0
54212026-01-22T10:08:03.860Z Fresh parking_lot_core v0.9.10
54222026-01-22T10:08:03.860Z Fresh regex-automata v0.4.11
54232026-01-22T10:08:03.860Z Fresh fnv v1.0.7
54242026-01-22T10:08:03.860Z Fresh mio v1.0.2
54252026-01-22T10:08:03.860Z Fresh icu_properties v1.5.1
54262026-01-22T10:08:03.860Z Fresh parking_lot v0.12.3
54272026-01-22T10:08:03.860Z Fresh rustix v0.38.37
54282026-01-22T10:08:03.860Z Fresh typenum v1.17.0
54292026-01-22T10:08:03.860Z Fresh futures-core v0.3.31
54302026-01-22T10:08:03.860Z Fresh thiserror-impl v2.0.17
54312026-01-22T10:08:03.860Z Fresh iana-time-zone v0.1.63
54322026-01-22T10:08:03.885Z Fresh icu_normalizer v1.5.0
54332026-01-22T10:08:03.886Z Fresh generic-array v0.14.7
54342026-01-22T10:08:03.886Z Fresh chrono v0.4.42
54352026-01-22T10:08:03.886Z Fresh hashbrown v0.16.1
54362026-01-22T10:08:03.886Z Fresh regex v1.11.3
54372026-01-22T10:08:03.886Z Fresh tokio-macros v2.6.0
54382026-01-22T10:08:03.886Z Fresh socket2 v0.6.1
54392026-01-22T10:08:03.886Z Fresh idna_adapter v1.2.0
54402026-01-22T10:08:03.886Z Fresh crypto-common v0.1.6
54412026-01-22T10:08:03.886Z Fresh thiserror v2.0.17
54422026-01-22T10:08:03.886Z Fresh either v1.15.0
54432026-01-22T10:08:03.886Z Fresh indexmap v2.12.1
54442026-01-22T10:08:03.886Z Fresh tokio v1.48.0
54452026-01-22T10:08:03.886Z Fresh uuid v1.19.0
54462026-01-22T10:08:03.886Z Fresh spin v0.9.8
54472026-01-22T10:08:03.886Z Fresh idna v1.0.3
54482026-01-22T10:08:03.886Z Fresh thiserror-impl v1.0.69
54492026-01-22T10:08:03.886Z Fresh zerocopy-derive v0.7.35
54502026-01-22T10:08:03.886Z Fresh const-oid v0.9.6
54512026-01-22T10:08:03.886Z Fresh serde_derive_internals v0.29.1
54522026-01-22T10:08:03.886Z Fresh dyn-clone v1.0.20
54532026-01-22T10:08:03.886Z Fresh url v2.5.4
54542026-01-22T10:08:03.886Z Fresh zerocopy v0.7.35
54552026-01-22T10:08:03.886Z Fresh futures-io v0.3.31
54562026-01-22T10:08:03.886Z Fresh schemars_derive v0.8.22
54572026-01-22T10:08:03.886Z Fresh lazy_static v1.5.0
54582026-01-22T10:08:03.886Z Fresh thiserror v1.0.69
54592026-01-22T10:08:03.886Z Fresh schemars v0.8.22
54602026-01-22T10:08:03.886Z Fresh block-buffer v0.10.4
54612026-01-22T10:08:03.886Z Fresh pkg-config v0.3.31
54622026-01-22T10:08:03.886Z Fresh strsim v0.11.1
54632026-01-22T10:08:03.886Z Fresh slab v0.4.9
54642026-01-22T10:08:03.886Z Fresh digest v0.10.7
54652026-01-22T10:08:03.886Z Fresh pin-utils v0.1.0
54662026-01-22T10:08:03.886Z Fresh futures-sink v0.3.31
54672026-01-22T10:08:03.886Z Fresh cpufeatures v0.2.14
54682026-01-22T10:08:03.886Z Fresh futures-macro v0.3.31
54692026-01-22T10:08:03.886Z Fresh rustversion v1.0.22
54702026-01-22T10:08:03.886Z Fresh syn v1.0.109
54712026-01-22T10:08:03.887Z Fresh futures-channel v0.3.31
54722026-01-22T10:08:03.887Z Fresh futures-task v0.3.31
54732026-01-22T10:08:03.887Z Fresh foldhash v0.1.5
54742026-01-22T10:08:03.887Z Fresh ppv-lite86 v0.2.20
54752026-01-22T10:08:03.887Z Fresh adler2 v2.0.0
54762026-01-22T10:08:03.887Z Fresh tracing-core v0.1.32
54772026-01-22T10:08:03.887Z Fresh futures-util v0.3.31
54782026-01-22T10:08:03.887Z Fresh hashbrown v0.15.4
54792026-01-22T10:08:03.887Z Fresh miniz_oxide v0.8.5
54802026-01-22T10:08:03.887Z Fresh tracing-attributes v0.1.27
54812026-01-22T10:08:03.887Z Fresh glob v0.3.2
54822026-01-22T10:08:03.887Z Fresh gimli v0.31.1
54832026-01-22T10:08:03.887Z Fresh http v1.4.0
54842026-01-22T10:08:03.887Z Fresh object v0.36.5
54852026-01-22T10:08:03.887Z Fresh tracing v0.1.40
54862026-01-22T10:08:03.887Z Fresh addr2line v0.24.2
54872026-01-22T10:08:03.887Z Fresh rustc-demangle v0.1.24
54882026-01-22T10:08:03.887Z Fresh minimal-lexical v0.2.1
54892026-01-22T10:08:03.887Z Fresh backtrace v0.3.74
54902026-01-22T10:08:03.887Z Fresh nom v7.1.3
54912026-01-22T10:08:03.887Z Fresh serde_tokenstream v0.2.2
54922026-01-22T10:08:03.887Z Fresh libloading v0.8.5
54932026-01-22T10:08:03.887Z Fresh paste v1.0.15
54942026-01-22T10:08:03.887Z Fresh crossbeam-utils v0.8.21
54952026-01-22T10:08:03.887Z Fresh cexpr v0.6.0
54962026-01-22T10:08:03.887Z Fresh clang-sys v1.8.1
54972026-01-22T10:08:03.887Z Fresh prettyplease v0.2.36
54982026-01-22T10:08:03.887Z Fresh powerfmt v0.2.0
54992026-01-22T10:08:03.887Z Fresh base64 v0.22.1
55002026-01-22T10:08:03.887Z Fresh num-conv v0.1.0
55012026-01-22T10:08:03.887Z Fresh time-core v0.1.6
55022026-01-22T10:08:03.887Z Fresh home v0.5.9
55032026-01-22T10:08:03.887Z Fresh deranged v0.5.3
55042026-01-22T10:08:03.887Z Fresh block-padding v0.3.3
55052026-01-22T10:08:03.887Z Fresh num_threads v0.1.7
55062026-01-22T10:08:03.887Z Fresh time-macros v0.2.24
55072026-01-22T10:08:03.887Z Fresh anyhow v1.0.99
55082026-01-22T10:08:03.887Z Fresh base64ct v1.6.0
55092026-01-22T10:08:03.887Z Fresh vcpkg v0.2.15
55102026-01-22T10:08:03.887Z Fresh utf8parse v0.2.2
55112026-01-22T10:08:03.888Z Fresh inout v0.1.3
55122026-01-22T10:08:03.888Z Fresh ipnet v2.11.0
55132026-01-22T10:08:03.888Z Fresh time v0.3.43
55142026-01-22T10:08:03.888Z Fresh cipher v0.4.4
55152026-01-22T10:08:03.888Z Fresh itertools v0.12.1
55162026-01-22T10:08:03.888Z Fresh zerocopy-derive v0.8.27
55172026-01-22T10:08:03.888Z Fresh which v4.4.2
55182026-01-22T10:08:03.888Z Fresh tokio-util v0.7.15
55192026-01-22T10:08:03.888Z Fresh rustc-hash v1.1.0
55202026-01-22T10:08:03.888Z Fresh ident_case v1.0.1
55212026-01-22T10:08:03.888Z Fresh anstyle v1.0.11
55222026-01-22T10:08:03.888Z Fresh lazycell v1.3.0
55232026-01-22T10:08:03.888Z Fresh atomic-waker v1.1.2
55242026-01-22T10:08:03.888Z Fresh zerocopy v0.8.27
55252026-01-22T10:08:03.888Z Fresh bindgen v0.69.5
55262026-01-22T10:08:03.888Z Fresh sha2 v0.10.9
55272026-01-22T10:08:03.888Z Fresh cmake v0.1.51
55282026-01-22T10:08:03.888Z Fresh untrusted v0.9.0
55292026-01-22T10:08:03.888Z Fresh fastrand v2.1.1
55302026-01-22T10:08:03.888Z Fresh dunce v1.0.5
55312026-01-22T10:08:03.888Z Fresh fs_extra v1.3.0
55322026-01-22T10:08:03.913Z Fresh httparse v1.9.5
55332026-01-22T10:08:03.913Z Fresh ring v0.17.14
55342026-01-22T10:08:03.913Z Fresh anstyle-parse v0.2.5
55352026-01-22T10:08:03.913Z Fresh pem-rfc7468 v0.7.0
55362026-01-22T10:08:03.913Z Fresh hmac v0.12.1
55372026-01-22T10:08:03.913Z Fresh colorchoice v1.0.2
55382026-01-22T10:08:03.913Z Fresh is_terminal_polyfill v1.70.1
55392026-01-22T10:08:03.914Z Fresh anstyle-query v1.1.1
55402026-01-22T10:08:03.914Z Fresh rand_chacha v0.3.1
55412026-01-22T10:08:03.914Z Fresh ryu v1.0.18
55422026-01-22T10:08:03.914Z Fresh terminal_size v0.4.0
55432026-01-22T10:08:03.914Z Fresh der_derive v0.7.3
55442026-01-22T10:08:03.914Z Fresh rustls-pki-types v1.10.0
55452026-01-22T10:08:03.914Z Fresh unicode-segmentation v1.12.0
55462026-01-22T10:08:03.914Z Fresh anstream v0.6.18
55472026-01-22T10:08:03.914Z Fresh rand v0.8.5
55482026-01-22T10:08:03.914Z Fresh flagset v0.4.6
55492026-01-22T10:08:03.914Z Fresh http-body v1.0.1
55502026-01-22T10:08:03.914Z Fresh clap_lex v0.7.4
55512026-01-22T10:08:03.914Z Fresh clap_derive v4.5.47
55522026-01-22T10:08:03.914Z Fresh der v0.7.10
55532026-01-22T10:08:03.914Z Fresh aws-lc-sys v0.26.0
55542026-01-22T10:08:03.914Z Fresh clap_builder v4.5.48
55552026-01-22T10:08:03.914Z Fresh httpdate v1.0.3
55562026-01-22T10:08:03.914Z Fresh try-lock v0.2.5
55572026-01-22T10:08:03.914Z Fresh untrusted v0.7.1
55582026-01-22T10:08:03.914Z Fresh h2 v0.4.6
55592026-01-22T10:08:03.914Z Fresh aws-lc-rs v1.12.4
55602026-01-22T10:08:03.914Z Fresh want v0.3.1
55612026-01-22T10:08:03.914Z Fresh clap v4.5.48
55622026-01-22T10:08:03.914Z Fresh serde_spanned v0.6.9
55632026-01-22T10:08:03.914Z Fresh toml_datetime v0.6.11
55642026-01-22T10:08:03.914Z Fresh tower-service v0.3.3
55652026-01-22T10:08:03.914Z Fresh tower-layer v0.3.3
55662026-01-22T10:08:03.914Z Fresh rustls-webpki v0.102.8
55672026-01-22T10:08:03.914Z Fresh hyper v1.8.1
55682026-01-22T10:08:03.914Z Fresh async-trait v0.1.89
55692026-01-22T10:08:03.914Z Fresh spki v0.7.3
55702026-01-22T10:08:03.914Z Fresh pbkdf2 v0.12.2
55712026-01-22T10:08:03.914Z Fresh camino v1.2.1
55722026-01-22T10:08:03.914Z Fresh aes v0.8.4
55732026-01-22T10:08:03.914Z Fresh rand_core v0.9.3
55742026-01-22T10:08:03.914Z Fresh erased-serde v0.3.31
55752026-01-22T10:08:03.914Z Fresh mime v0.3.17
55762026-01-22T10:08:03.914Z Fresh ucd-trie v0.1.7
55772026-01-22T10:08:03.914Z Fresh slog v2.8.2
55782026-01-22T10:08:03.915Z Fresh hyper-util v0.1.19
55792026-01-22T10:08:03.915Z Fresh cbc v0.1.2
55802026-01-22T10:08:03.915Z Fresh salsa20 v0.10.2
55812026-01-22T10:08:03.915Z Fresh rustc_version v0.4.1
55822026-01-22T10:08:03.915Z Fresh http-body-util v0.1.3
55832026-01-22T10:08:03.915Z Fresh pest v2.8.2
55842026-01-22T10:08:03.915Z Fresh rustix v1.1.3
55852026-01-22T10:08:03.915Z Fresh scrypt v0.11.0
55862026-01-22T10:08:03.915Z Fresh plain v0.2.3
55872026-01-22T10:08:03.915Z Fresh rand_chacha v0.9.0
55882026-01-22T10:08:03.915Z Fresh openssl-probe v0.1.5
55892026-01-22T10:08:03.915Z Fresh foreign-types-shared v0.1.1
55902026-01-22T10:08:03.915Z Fresh pest_meta v2.8.2
55912026-01-22T10:08:03.915Z Fresh pkcs5 v0.7.1
55922026-01-22T10:08:03.915Z Fresh rand v0.9.2
55932026-01-22T10:08:03.915Z Fresh tempfile v3.24.0
55942026-01-22T10:08:03.915Z Fresh foreign-types v0.3.2
55952026-01-22T10:08:03.915Z Fresh openssl-sys v0.9.109
55962026-01-22T10:08:03.915Z Fresh serde_urlencoded v0.7.1
55972026-01-22T10:08:03.915Z Fresh pest_generator v2.8.2
55982026-01-22T10:08:03.915Z Fresh pkcs8 v0.10.2
55992026-01-22T10:08:03.915Z Fresh openssl-macros v0.1.1
56002026-01-22T10:08:03.915Z Fresh encoding_rs v0.8.34
56012026-01-22T10:08:03.915Z Fresh pretty-hex v0.4.1
56022026-01-22T10:08:03.915Z Fresh openapiv3 v2.2.0
56032026-01-22T10:08:03.915Z Fresh hex v0.4.3
56042026-01-22T10:08:03.915Z Fresh pest_derive v2.8.2
56052026-01-22T10:08:03.915Z Fresh openssl v0.10.73
56062026-01-22T10:08:03.915Z Fresh ipnetwork v0.21.1
56072026-01-22T10:08:03.915Z Fresh litrs v0.4.1
56082026-01-22T10:08:03.915Z Fresh sync_wrapper v1.0.1
56092026-01-22T10:08:03.915Z Fresh rustls v0.23.19
56102026-01-22T10:08:03.915Z Fresh document-features v0.2.11
56112026-01-22T10:08:03.915Z Fresh winnow v0.7.13
56122026-01-22T10:08:03.915Z Fresh psl-types v2.0.11
56132026-01-22T10:08:03.915Z Fresh tower v0.5.2
56142026-01-22T10:08:03.915Z Fresh rustls-native-certs v0.8.1
56152026-01-22T10:08:03.915Z Fresh tokio-rustls v0.26.0
56162026-01-22T10:08:03.915Z Fresh native-tls v0.2.12
56172026-01-22T10:08:03.916Z Fresh publicsuffix v2.3.0
56182026-01-22T10:08:03.916Z Fresh cookie v0.18.1
56192026-01-22T10:08:03.916Z Fresh webpki-roots v1.0.1
56202026-01-22T10:08:03.916Z Fresh iri-string v0.7.8
56212026-01-22T10:08:03.916Z Fresh signature v2.2.0
56222026-01-22T10:08:03.916Z Fresh sha1 v0.10.6
56232026-01-22T10:08:03.916Z Fresh tokio-native-tls v0.3.1
56242026-01-22T10:08:03.916Z Fresh hyper-rustls v0.27.7
56252026-01-22T10:08:03.916Z Fresh tower-http v0.6.6
56262026-01-22T10:08:03.916Z Fresh cookie_store v0.21.1
56272026-01-22T10:08:03.916Z Fresh data-encoding v2.9.0
56282026-01-22T10:08:03.916Z Fresh winnow v0.5.40
56292026-01-22T10:08:03.916Z Fresh darling_core v0.21.0
56302026-01-22T10:08:03.916Z Fresh darling_core v0.20.10
56312026-01-22T10:08:03.916Z Fresh hyper-tls v0.6.0
56322026-01-22T10:08:03.941Z Fresh toml_edit v0.19.15
56332026-01-22T10:08:03.941Z Fresh strum_macros v0.26.4
56342026-01-22T10:08:03.941Z Fresh tinyvec_macros v0.1.1
56352026-01-22T10:08:03.941Z Fresh quick-error v1.2.3
56362026-01-22T10:08:03.941Z Fresh darling_macro v0.20.10
56372026-01-22T10:08:03.941Z Fresh darling_macro v0.21.0
56382026-01-22T10:08:03.941Z Fresh num-integer v0.1.46
56392026-01-22T10:08:03.941Z Fresh reqwest v0.12.24
56402026-01-22T10:08:03.941Z Fresh tinyvec v1.8.0
56412026-01-22T10:08:03.941Z Fresh strum v0.26.3
56422026-01-22T10:08:03.941Z Fresh scroll_derive v0.12.0
56432026-01-22T10:08:03.941Z Fresh darling v0.21.0
56442026-01-22T10:08:03.941Z Fresh darling v0.20.10
56452026-01-22T10:08:03.941Z Fresh oxnet v0.1.4
56462026-01-22T10:08:03.941Z Fresh scroll v0.12.0
56472026-01-22T10:08:03.941Z Fresh static_assertions v1.1.0
56482026-01-22T10:08:03.941Z Fresh bit-vec v0.8.0
56492026-01-22T10:08:03.941Z Fresh hubpack_derive v0.1.1
56502026-01-22T10:08:03.941Z Fresh wait-timeout v0.2.0
56512026-01-22T10:08:03.941Z Fresh crc32fast v1.4.2
56522026-01-22T10:08:03.941Z Fresh goblin v0.8.2
56532026-01-22T10:08:03.941Z Fresh bit-set v0.8.0
56542026-01-22T10:08:03.941Z Fresh base16ct v0.2.0
56552026-01-22T10:08:03.941Z Fresh hubpack v0.1.2
56562026-01-22T10:08:03.941Z Fresh ahash v0.8.12
56572026-01-22T10:08:03.941Z Fresh num-iter v0.1.45
56582026-01-22T10:08:03.941Z Fresh dtrace-parser v0.2.0
56592026-01-22T10:08:03.941Z Fresh sec1 v0.7.3
56602026-01-22T10:08:03.941Z Fresh dof v0.3.0
56612026-01-22T10:08:03.941Z Fresh bstr v1.10.0
56622026-01-22T10:08:03.941Z Fresh ff v0.13.0
56632026-01-22T10:08:03.941Z Fresh scroll_derive v0.13.1
56642026-01-22T10:08:03.942Z Fresh thread-id v4.2.2
56652026-01-22T10:08:03.942Z Fresh toml_write v0.1.2
56662026-01-22T10:08:03.942Z Fresh usdt-impl v0.5.0
56672026-01-22T10:08:03.942Z Fresh group v0.13.0
56682026-01-22T10:08:03.942Z Fresh toml_edit v0.22.27
56692026-01-22T10:08:03.942Z Fresh scroll v0.13.0
56702026-01-22T10:08:03.942Z Fresh rusty-fork v0.3.0
56712026-01-22T10:08:03.942Z Fresh rand_xorshift v0.4.0
56722026-01-22T10:08:03.942Z Fresh heck v0.4.1
56732026-01-22T10:08:03.942Z Fresh hkdf v0.12.4
56742026-01-22T10:08:03.942Z Fresh crossbeam-epoch v0.9.18
56752026-01-22T10:08:03.942Z Fresh itertools v0.13.0
56762026-01-22T10:08:03.942Z Fresh crypto-bigint v0.5.5
56772026-01-22T10:08:03.942Z Fresh zlib-rs v0.5.1
56782026-01-22T10:08:03.942Z Fresh unarray v0.1.4
56792026-01-22T10:08:03.942Z Fresh num-bigint-dig v0.8.6
56802026-01-22T10:08:03.942Z Fresh goblin v0.10.2
56812026-01-22T10:08:03.942Z Fresh elliptic-curve v0.13.8
56822026-01-22T10:08:03.942Z Fresh proptest v1.7.0
56832026-01-22T10:08:03.942Z Fresh libz-rs-sys v0.5.1
56842026-01-22T10:08:03.942Z Fresh pkcs1 v0.7.5
56852026-01-22T10:08:03.942Z Fresh dof v0.4.0
56862026-01-22T10:08:03.942Z Fresh dtrace-parser v0.3.0
56872026-01-22T10:08:03.942Z Fresh rsa v0.9.8
56882026-01-22T10:08:03.942Z Fresh flate2 v1.1.2
56892026-01-22T10:08:03.942Z Fresh x509-cert v0.2.5
56902026-01-22T10:08:03.942Z Fresh thread-id v5.0.0
56912026-01-22T10:08:03.942Z Fresh bitflags v1.3.2
56922026-01-22T10:08:03.942Z Fresh usdt-impl v0.6.0
56932026-01-22T10:08:03.942Z Fresh bzip2-sys v0.1.13+1.0.8
56942026-01-22T10:08:03.942Z Fresh newtype-uuid v1.3.2
56952026-01-22T10:08:03.942Z Fresh derive_builder_core v0.20.2
56962026-01-22T10:08:03.942Z Fresh rfc6979 v0.4.0
56972026-01-22T10:08:03.942Z Fresh daft-derive v0.1.4
56982026-01-22T10:08:03.942Z Fresh curve25519-dalek-derive v0.1.1
56992026-01-22T10:08:03.942Z Fresh memmap2 v0.9.8
57002026-01-22T10:08:03.942Z Fresh siphasher v0.3.11
57012026-01-22T10:08:03.942Z Fresh ecdsa v0.16.9
57022026-01-22T10:08:03.942Z Fresh daft v0.1.4
57032026-01-22T10:08:03.943Z Fresh derive_builder_macro v0.20.2
57042026-01-22T10:08:03.943Z Fresh curve25519-dalek v4.1.3
57052026-01-22T10:08:03.943Z Fresh toml v0.7.8
57062026-01-22T10:08:03.943Z Fresh phf_shared v0.11.2
57072026-01-22T10:08:03.943Z Fresh env_filter v0.1.2
57082026-01-22T10:08:03.943Z Fresh cfg_aliases v0.2.1
57092026-01-22T10:08:03.943Z Fresh derive_builder v0.20.2
57102026-01-22T10:08:03.943Z Fresh usdt-attr-macro v0.6.0
57112026-01-22T10:08:03.943Z Fresh env_logger v0.11.8
57122026-01-22T10:08:03.943Z Fresh signal-hook v0.3.18
57132026-01-22T10:08:03.943Z Fresh usdt-macro v0.6.0
57142026-01-22T10:08:03.943Z Fresh unicode-normalization v0.1.24
57152026-01-22T10:08:03.943Z Fresh serde_with_macros v3.16.1
57162026-01-22T10:08:03.943Z Fresh ed25519 v2.2.3
57172026-01-22T10:08:03.943Z Fresh enum-as-inner v0.6.1
57182026-01-22T10:08:03.943Z Fresh keccak v0.1.5
57192026-01-22T10:08:03.943Z Fresh managed v0.8.0
57202026-01-22T10:08:03.943Z Fresh memoffset v0.9.1
57212026-01-22T10:08:03.943Z Fresh serde_with v3.16.1
57222026-01-22T10:08:03.943Z Fresh usdt v0.6.0
57232026-01-22T10:08:03.943Z Fresh sha3 v0.10.8
57242026-01-22T10:08:03.943Z Fresh ed25519-dalek v2.1.1
57252026-01-22T10:08:03.943Z Fresh itertools v0.10.5
57262026-01-22T10:08:03.943Z Fresh cargo-platform v0.1.8
57272026-01-22T10:08:03.943Z Fresh ref-cast-impl v1.0.25
57282026-01-22T10:08:03.943Z Fresh fixedbitset v0.4.2
57292026-01-22T10:08:03.943Z Fresh precomputed-hash v0.1.1
57302026-01-22T10:08:03.943Z Fresh new_debug_unreachable v1.0.6
57312026-01-22T10:08:03.943Z Fresh rustc-hash v2.1.1
57322026-01-22T10:08:03.968Z Fresh ref-cast v1.0.25
57332026-01-22T10:08:03.969Z Fresh cargo_metadata v0.19.2
57342026-01-22T10:08:03.969Z Fresh string_cache v0.8.9
57352026-01-22T10:08:03.969Z Fresh petgraph v0.6.5
57362026-01-22T10:08:03.969Z Fresh vergen-lib v0.1.6
57372026-01-22T10:08:03.969Z Fresh zstd-sys v2.0.14+zstd.1.5.7
57382026-01-22T10:08:03.969Z Fresh signal-hook-mio v0.2.4
57392026-01-22T10:08:03.969Z Fresh bzip2 v0.4.4
57402026-01-22T10:08:03.969Z Fresh zip v0.6.6
57412026-01-22T10:08:03.969Z Fresh zstd-safe v7.2.3
57422026-01-22T10:08:03.969Z Fresh vergen v9.0.6
57432026-01-22T10:08:03.969Z Fresh lockfree-object-pool v0.1.6
57442026-01-22T10:08:03.969Z Fresh lalrpop-util v0.19.12
57452026-01-22T10:08:03.969Z Fresh simd-adler32 v0.3.7
57462026-01-22T10:08:03.969Z Fresh bumpalo v3.16.0
57472026-01-22T10:08:03.969Z Fresh crossterm v0.28.1
57482026-01-22T10:08:03.969Z Fresh zopfli v0.8.1
57492026-01-22T10:08:03.969Z Fresh zstd v0.13.3
57502026-01-22T10:08:03.969Z Fresh bzip2 v0.5.2
57512026-01-22T10:08:03.969Z Fresh similar v2.7.0
57522026-01-22T10:08:03.969Z Fresh hash32 v0.2.1
57532026-01-22T10:08:03.969Z Fresh serde-big-array v0.5.1
57542026-01-22T10:08:03.969Z Fresh socket2 v0.5.10
57552026-01-22T10:08:03.969Z Fresh winnow v0.6.26
57562026-01-22T10:08:03.969Z Fresh jiff v0.2.15
57572026-01-22T10:08:03.969Z Fresh unicode-bidi v0.3.17
57582026-01-22T10:08:03.969Z Fresh predicates-core v1.0.8
57592026-01-22T10:08:03.969Z Fresh unicode-properties v0.1.3
57602026-01-22T10:08:03.969Z Fresh zip v4.2.0
57612026-01-22T10:08:03.969Z Fresh heapless v0.7.17
57622026-01-22T10:08:03.969Z Fresh hickory-proto v0.25.2
57632026-01-22T10:08:03.969Z Fresh stringprep v0.1.5
57642026-01-22T10:08:03.969Z Fresh tokio-stream v0.1.17
57652026-01-22T10:08:03.969Z Fresh md-5 v0.10.6
57662026-01-22T10:08:03.969Z Fresh strum_macros v0.27.2
57672026-01-22T10:08:03.969Z Fresh float-cmp v0.10.0
57682026-01-22T10:08:03.969Z Fresh difflib v0.4.0
57692026-01-22T10:08:03.969Z Fresh fallible-iterator v0.2.0
57702026-01-22T10:08:03.969Z Fresh foldhash v0.2.0
57712026-01-22T10:08:03.970Z Fresh normalize-line-endings v0.3.0
57722026-01-22T10:08:03.970Z Fresh strum v0.27.2
57732026-01-22T10:08:03.970Z Fresh postgres-protocol v0.6.8
57742026-01-22T10:08:03.970Z Fresh iddqd v0.3.16
57752026-01-22T10:08:03.970Z Fresh smoltcp v0.9.1
57762026-01-22T10:08:03.970Z Fresh buf-list v1.0.3
57772026-01-22T10:08:03.970Z Fresh nix v0.29.0
57782026-01-22T10:08:03.970Z Fresh fs-err v3.1.1
57792026-01-22T10:08:03.970Z Fresh predicates v3.1.3
57802026-01-22T10:08:03.970Z Fresh serde_repr v0.1.19
57812026-01-22T10:08:03.970Z Fresh peg-runtime v0.8.5
57822026-01-22T10:08:03.970Z Fresh fixedbitset v0.5.7
57832026-01-22T10:08:03.970Z Fresh postgres-types v0.2.9
57842026-01-22T10:08:03.970Z Fresh phf v0.11.2
57852026-01-22T10:08:03.970Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57862026-01-22T10:08:03.970Z Fresh whoami v1.5.2
57872026-01-22T10:08:03.970Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
57882026-01-22T10:08:03.970Z Fresh petgraph v0.8.2
57892026-01-22T10:08:03.970Z Fresh tokio-postgres v0.7.13
57902026-01-22T10:08:03.970Z Fresh futures-executor v0.3.31
57912026-01-22T10:08:03.970Z Fresh is-terminal v0.4.13
57922026-01-22T10:08:03.970Z Fresh regress v0.10.4
57932026-01-22T10:08:03.970Z Fresh crossbeam-channel v0.5.15
57942026-01-22T10:08:03.970Z Fresh thread_local v1.1.8
57952026-01-22T10:08:03.970Z Fresh futures v0.3.31
57962026-01-22T10:08:03.970Z Fresh term v1.1.0
57972026-01-22T10:08:03.970Z Fresh take_mut v0.2.2
57982026-01-22T10:08:03.970Z Fresh unsafe-libyaml v0.2.11
57992026-01-22T10:08:03.970Z Fresh typify-impl v0.4.3
58002026-01-22T10:08:03.970Z Fresh match_cfg v0.1.0
58012026-01-22T10:08:03.970Z Fresh slog-term v2.9.2
58022026-01-22T10:08:03.970Z Fresh serde_yaml v0.9.34+deprecated
58032026-01-22T10:08:03.970Z Fresh hostname v0.3.1
58042026-01-22T10:08:03.970Z Fresh typify-macro v0.4.3
58052026-01-22T10:08:03.970Z Fresh debug-ignore v1.0.5
58062026-01-22T10:08:03.970Z Fresh newtype-uuid-macros v0.1.0
58072026-01-22T10:08:03.970Z Fresh slog-async v2.8.0
58082026-01-22T10:08:03.970Z Fresh typify v0.4.3
58092026-01-22T10:08:03.970Z Fresh unicode-width v0.1.14
58102026-01-22T10:08:03.971Z Fresh structmeta-derive v0.3.0
58112026-01-22T10:08:03.971Z Fresh toml_parser v1.0.4
58122026-01-22T10:08:03.971Z Fresh structmeta v0.3.0
58132026-01-22T10:08:03.971Z Fresh serde_spanned v1.0.3
58142026-01-22T10:08:03.971Z Fresh serde_path_to_error v0.1.20
58152026-01-22T10:08:03.971Z Fresh toml_datetime v0.7.3
58162026-01-22T10:08:03.971Z Fresh toml_writer v1.0.4
58172026-01-22T10:08:03.971Z Fresh slog-json v2.6.1
58182026-01-22T10:08:03.971Z Fresh toml v0.9.8
58192026-01-22T10:08:03.971Z Fresh rustls v0.22.4
58202026-01-22T10:08:03.971Z Fresh async-stream-impl v0.3.6
58212026-01-22T10:08:03.971Z Fresh slog-bunyan v2.5.0
58222026-01-22T10:08:03.971Z Fresh rustls-pemfile v2.2.0
58232026-01-22T10:08:03.971Z Fresh waitgroup v0.1.2
58242026-01-22T10:08:03.971Z Fresh async-stream v0.3.6
58252026-01-22T10:08:03.971Z Fresh tokio-rustls v0.25.0
58262026-01-22T10:08:03.971Z Fresh multer v3.1.0
58272026-01-22T10:08:03.971Z Fresh dropshot_endpoint v0.16.6
58282026-01-22T10:08:03.971Z Fresh hostname v0.4.2
58292026-01-22T10:08:03.971Z Fresh progenitor-client v0.10.0
58302026-01-22T10:08:03.971Z Fresh derive-ex v0.1.8
58312026-01-22T10:08:03.971Z Fresh dropshot v0.16.6
58322026-01-22T10:08:03.997Z Fresh test-strategy v0.4.3
58332026-01-22T10:08:03.997Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58342026-01-22T10:08:03.997Z Fresh itertools v0.14.0
58352026-01-22T10:08:03.997Z Fresh macaddr v1.0.1
58362026-01-22T10:08:03.997Z Fresh tabwriter v1.4.0
58372026-01-22T10:08:03.997Z Fresh instant v0.1.13
58382026-01-22T10:08:03.997Z Fresh progenitor-impl v0.11.2
58392026-01-22T10:08:03.997Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
58402026-01-22T10:08:03.998Z Fresh progenitor-macro v0.11.2
58412026-01-22T10:08:03.998Z Fresh parse-display-derive v0.10.0
58422026-01-22T10:08:03.998Z Fresh progenitor-client v0.11.2
58432026-01-22T10:08:03.998Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58442026-01-22T10:08:03.998Z Fresh backoff v0.4.0
58452026-01-22T10:08:03.998Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
58462026-01-22T10:08:03.998Z Fresh colored v3.0.0
58472026-01-22T10:08:03.998Z Fresh progenitor v0.11.2
58482026-01-22T10:08:03.998Z Fresh parse-display v0.10.0
58492026-01-22T10:08:03.998Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58502026-01-22T10:08:03.998Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
58512026-01-22T10:08:03.998Z Fresh camino-tempfile v1.4.1
58522026-01-22T10:08:03.998Z Fresh toml v0.8.23
58532026-01-22T10:08:03.998Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
58542026-01-22T10:08:03.998Z Fresh crossbeam-deque v0.8.5
58552026-01-22T10:08:03.998Z Fresh unicode-width v0.2.0
58562026-01-22T10:08:03.998Z Fresh proc-macro-crate v1.3.1
58572026-01-22T10:08:03.998Z Fresh num_enum_derive v0.5.11
58582026-01-22T10:08:03.998Z Fresh proc-macro-error-attr v1.0.4
58592026-01-22T10:08:03.998Z Fresh rayon-core v1.12.1
58602026-01-22T10:08:03.998Z Fresh crucible-workspace-hack v0.1.0
58612026-01-22T10:08:03.998Z Fresh num_enum v0.5.11
58622026-01-22T10:08:03.998Z Fresh ingot-macros v0.1.1
58632026-01-22T10:08:03.998Z Fresh proc-macro-error v1.0.4
58642026-01-22T10:08:03.998Z Fresh rayon v1.10.0
58652026-01-22T10:08:03.998Z Fresh hash32 v0.3.1
58662026-01-22T10:08:03.998Z Fresh nix v0.30.1
58672026-01-22T10:08:03.998Z Fresh ingot-types v0.1.2
58682026-01-22T10:08:03.998Z Fresh heapless v0.8.0
58692026-01-22T10:08:03.998Z Fresh foreign-types-macros v0.2.3
58702026-01-22T10:08:03.998Z Fresh foreign-types-shared v0.3.1
58712026-01-22T10:08:03.998Z Fresh cobs v0.2.3
58722026-01-22T10:08:03.998Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58732026-01-22T10:08:03.998Z Fresh ingot v0.1.1
58742026-01-22T10:08:03.998Z Fresh postcard v1.0.10
58752026-01-22T10:08:03.998Z Fresh smoltcp v0.11.0
58762026-01-22T10:08:03.998Z Fresh foreign-types v0.5.0
58772026-01-22T10:08:03.998Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58782026-01-22T10:08:03.998Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58792026-01-22T10:08:03.998Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58802026-01-22T10:08:03.999Z Fresh cstr-argument v0.1.2
58812026-01-22T10:08:03.999Z Fresh pretty-hex v0.2.1
58822026-01-22T10:08:03.999Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58832026-01-22T10:08:03.999Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
58842026-01-22T10:08:03.999Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58852026-01-22T10:08:03.999Z Fresh colored v2.2.0
58862026-01-22T10:08:03.999Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58872026-01-22T10:08:03.999Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58882026-01-22T10:08:03.999Z Fresh sigpipe v0.1.3
58892026-01-22T10:08:03.999Z Fresh convert_case v0.4.0
58902026-01-22T10:08:03.999Z Fresh zone_cfg_derive v0.3.0
58912026-01-22T10:08:03.999Z Fresh derive_more v0.99.20
58922026-01-22T10:08:03.999Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
58932026-01-22T10:08:03.999Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58942026-01-22T10:08:03.999Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
58952026-01-22T10:08:03.999Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
58962026-01-22T10:08:03.999Z Fresh smf v0.2.3
58972026-01-22T10:08:03.999Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
58982026-01-22T10:08:03.999Z Fresh num-derive v0.4.2
58992026-01-22T10:08:03.999Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59002026-01-22T10:08:03.999Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59012026-01-22T10:08:03.999Z Fresh zone v0.3.1
59022026-01-22T10:08:03.999Z Fresh progenitor-impl v0.10.0
59032026-01-22T10:08:03.999Z Fresh indent_write v2.2.0
59042026-01-22T10:08:03.999Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
59052026-01-22T10:08:03.999Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59062026-01-22T10:08:03.999Z Fresh progenitor-macro v0.10.0
59072026-01-22T10:08:03.999Z Fresh usdt-attr-macro v0.5.0
59082026-01-22T10:08:03.999Z Fresh usdt-macro v0.5.0
59092026-01-22T10:08:03.999Z Fresh memmap v0.7.0
59102026-01-22T10:08:03.999Z Fresh secrecy v0.10.3
59112026-01-22T10:08:03.999Z Fresh progenitor v0.10.0
59122026-01-22T10:08:03.999Z Fresh usdt v0.5.0
59132026-01-22T10:08:03.999Z Fresh half v2.4.1
59142026-01-22T10:08:03.999Z Fresh ciborium-io v0.2.2
59152026-01-22T10:08:03.999Z Fresh num-rational v0.4.2
59162026-01-22T10:08:03.999Z Fresh num-complex v0.4.6
59172026-01-22T10:08:03.999Z Fresh float-ord v0.3.2
59182026-01-22T10:08:04.000Z Fresh ciborium-ll v0.2.2
59192026-01-22T10:08:04.000Z Fresh num v0.4.3
59202026-01-22T10:08:04.000Z Fresh swrite v0.1.0
59212026-01-22T10:08:04.000Z Fresh universal-hash v0.5.1
59222026-01-22T10:08:04.000Z Fresh opaque-debug v0.3.1
59232026-01-22T10:08:04.000Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
59242026-01-22T10:08:04.000Z Fresh console v0.15.10
59252026-01-22T10:08:04.000Z Fresh ciborium v0.2.2
59262026-01-22T10:08:04.000Z Fresh aead v0.5.2
59272026-01-22T10:08:04.000Z Fresh poly1305 v0.8.0
59282026-01-22T10:08:04.000Z Fresh chacha20 v0.9.1
59292026-01-22T10:08:04.000Z Fresh password-hash v0.5.0
59302026-01-22T10:08:04.000Z Fresh blake2 v0.10.6
59312026-01-22T10:08:04.000Z Fresh argon2 v0.5.3
59322026-01-22T10:08:04.025Z Fresh atomicwrites v0.4.4
59332026-01-22T10:08:04.025Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59342026-01-22T10:08:04.025Z Fresh newline-converter v0.3.0
59352026-01-22T10:08:04.025Z Fresh thiserror-impl-no-std v2.0.2
59362026-01-22T10:08:04.025Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59372026-01-22T10:08:04.025Z Fresh expectorate v1.2.0
59382026-01-22T10:08:04.025Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
59392026-01-22T10:08:04.025Z Fresh thiserror-no-std v2.0.2
59402026-01-22T10:08:04.025Z Fresh derive-where v1.5.0
59412026-01-22T10:08:04.025Z Fresh chacha20poly1305 v0.10.1
59422026-01-22T10:08:04.025Z Fresh bytecount v0.6.8
59432026-01-22T10:08:04.025Z Fresh vsss-rs v3.3.4
59442026-01-22T10:08:04.025Z Fresh tokio-dtrace v0.1.0
59452026-01-22T10:08:04.026Z Fresh libsw-core v0.3.1
59462026-01-22T10:08:04.026Z Fresh linear-map v1.2.0
59472026-01-22T10:08:04.026Z Fresh same-file v1.0.6
59482026-01-22T10:08:04.026Z Fresh unicode-xid v0.2.6
59492026-01-22T10:08:04.026Z Fresh oxide-tokio-rt v0.1.2
59502026-01-22T10:08:04.026Z Fresh libsw v3.5.0
59512026-01-22T10:08:04.026Z Fresh walkdir v2.5.0
59522026-01-22T10:08:04.026Z Fresh gethostname v0.5.0
59532026-01-22T10:08:04.026Z Fresh owo-colors v4.2.2
59542026-01-22T10:08:04.026Z Fresh cancel-safe-futures v0.1.5
59552026-01-22T10:08:04.026Z Fresh resolv-conf v0.7.0
59562026-01-22T10:08:04.026Z Fresh convert_case v0.7.1
59572026-01-22T10:08:04.026Z Fresh async-recursion v1.1.1
59582026-01-22T10:08:04.026Z Fresh smawk v0.3.2
59592026-01-22T10:08:04.026Z Fresh unicode-linebreak v0.1.5
59602026-01-22T10:08:04.026Z Fresh derive_more-impl v2.0.1
59612026-01-22T10:08:04.026Z Fresh globset v0.4.15
59622026-01-22T10:08:04.026Z Fresh vte_generate_state_changes v0.1.2
59632026-01-22T10:08:04.026Z Fresh termtree v0.5.1
59642026-01-22T10:08:04.026Z Fresh derive_more v2.0.1
59652026-01-22T10:08:04.026Z Fresh slog-dtrace v0.3.0
59662026-01-22T10:08:04.026Z Fresh vte v0.11.1
59672026-01-22T10:08:04.026Z Fresh fd-lock v4.0.2
59682026-01-22T10:08:04.026Z Fresh linked-hash-map v0.5.6
59692026-01-22T10:08:04.026Z Fresh crossterm v0.29.0
59702026-01-22T10:08:04.026Z Fresh strip-ansi-escapes v0.2.0
59712026-01-22T10:08:04.026Z Fresh lru-cache v0.1.2
59722026-01-22T10:08:04.026Z Fresh hickory-proto v0.24.4
59732026-01-22T10:08:04.026Z Fresh nibble_vec v0.1.0
59742026-01-22T10:08:04.026Z Fresh endian-type v0.1.2
59752026-01-22T10:08:04.026Z Fresh display-error-chain v0.2.2
59762026-01-22T10:08:04.026Z Fresh nu-ansi-term v0.50.1
59772026-01-22T10:08:04.026Z Fresh reedline v0.40.0
59782026-01-22T10:08:04.026Z Fresh radix_trie v0.2.1
59792026-01-22T10:08:04.026Z Fresh pin-project-internal v1.1.6
59802026-01-22T10:08:04.026Z Fresh hickory-resolver v0.24.4
59812026-01-22T10:08:04.026Z Fresh textwrap v0.16.2
59822026-01-22T10:08:04.026Z Fresh pin-project v1.1.6
59832026-01-22T10:08:04.026Z Fresh pem v3.0.5
59842026-01-22T10:08:04.026Z Fresh qorb v0.4.1
59852026-01-22T10:08:04.027Z Fresh snafu-derive v0.8.5
59862026-01-22T10:08:04.027Z Fresh csv-core v0.1.11
59872026-01-22T10:08:04.027Z Fresh cfg_aliases v0.1.1
59882026-01-22T10:08:04.027Z Fresh humantime v2.2.0
59892026-01-22T10:08:04.027Z Fresh snafu v0.8.5
59902026-01-22T10:08:04.027Z Fresh csv v1.3.1
59912026-01-22T10:08:04.027Z Fresh olpc-cjson v0.1.4
59922026-01-22T10:08:04.027Z Fresh serde_plain v1.0.2
59932026-01-22T10:08:04.027Z Fresh siphasher v1.0.1
59942026-01-22T10:08:04.027Z Fresh typed-path v0.9.3
59952026-01-22T10:08:04.027Z Fresh phf_shared v0.12.1
59962026-01-22T10:08:04.027Z Fresh tough v0.20.0
59972026-01-22T10:08:04.027Z Fresh papergrid v0.11.0
59982026-01-22T10:08:04.027Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
59992026-01-22T10:08:04.027Z Fresh tabled_derive v0.7.0
60002026-01-22T10:08:04.027Z Fresh base64 v0.21.7
60012026-01-22T10:08:04.027Z Fresh semver v0.1.20
60022026-01-22T10:08:04.027Z Fresh highway v1.3.0
60032026-01-22T10:08:04.027Z Fresh phf v0.12.1
60042026-01-22T10:08:04.027Z Fresh nix v0.28.0
60052026-01-22T10:08:04.027Z Fresh tabled v0.15.0
60062026-01-22T10:08:04.027Z Fresh const_format_proc_macros v0.2.34
60072026-01-22T10:08:04.027Z Fresh rustc_version v0.1.7
60082026-01-22T10:08:04.027Z Fresh peg-macros v0.8.5
60092026-01-22T10:08:04.027Z Fresh sqlparser_derive v0.2.2
60102026-01-22T10:08:04.027Z Fresh unicode_categories v0.1.1
60112026-01-22T10:08:04.027Z Fresh rustyline v14.0.0
60122026-01-22T10:08:04.027Z Fresh const_format v0.2.34
60132026-01-22T10:08:04.027Z Fresh peg v0.8.5
60142026-01-22T10:08:04.027Z Fresh sqlformat v0.3.5
60152026-01-22T10:08:04.027Z Fresh chrono-tz v0.10.4
60162026-01-22T10:08:04.027Z Fresh sqlparser v0.45.0
60172026-01-22T10:08:04.027Z Fresh bcs v0.1.6
60182026-01-22T10:08:04.027Z Fresh utf-8 v0.7.6
60192026-01-22T10:08:04.027Z Fresh arc-swap v1.7.1
60202026-01-22T10:08:04.027Z Fresh xattr v1.3.1
60212026-01-22T10:08:04.027Z Fresh filetime v0.2.26
60222026-01-22T10:08:04.027Z Fresh newtype_derive v0.1.6
60232026-01-22T10:08:04.027Z Fresh slog-scope v4.4.0
60242026-01-22T10:08:04.028Z Fresh tungstenite v0.21.0
60252026-01-22T10:08:04.028Z Fresh tar v0.4.44
60262026-01-22T10:08:04.028Z Fresh typify-impl v0.2.0
60272026-01-22T10:08:04.028Z Fresh subprocess v0.2.9
60282026-01-22T10:08:04.028Z Fresh headers-core v0.3.0
60292026-01-22T10:08:04.028Z Fresh steno v0.4.1
60302026-01-22T10:08:04.028Z Fresh tokio-tungstenite v0.21.0
60312026-01-22T10:08:04.028Z Fresh slog-stdlog v4.1.1
60322026-01-22T10:08:04.053Z Fresh typify-macro v0.2.0
60332026-01-22T10:08:04.053Z Fresh headers v0.4.1
60342026-01-22T10:08:04.053Z Fresh progenitor-client v0.8.0
60352026-01-22T10:08:04.053Z Fresh heck v0.3.3
60362026-01-22T10:08:04.053Z Fresh slog-envlogger v2.2.0
60372026-01-22T10:08:04.053Z Fresh typify v0.2.0
60382026-01-22T10:08:04.053Z Fresh zone_cfg_derive v0.1.2
60392026-01-22T10:08:04.053Z Fresh lzma-sys v0.1.20
60402026-01-22T10:08:04.053Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60412026-01-22T10:08:04.053Z Fresh yasna v0.5.2
60422026-01-22T10:08:04.053Z Fresh base64 v0.13.1
60432026-01-22T10:08:04.053Z Fresh progenitor-impl v0.8.0
60442026-01-22T10:08:04.054Z Fresh number_prefix v0.4.0
60452026-01-22T10:08:04.054Z Fresh zone v0.1.8
60462026-01-22T10:08:04.054Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60472026-01-22T10:08:04.054Z Fresh ron v0.7.1
60482026-01-22T10:08:04.054Z Fresh rcgen v0.12.1
60492026-01-22T10:08:04.054Z Fresh xz2 v0.1.7
60502026-01-22T10:08:04.054Z Fresh progenitor-macro v0.8.0
60512026-01-22T10:08:04.054Z Fresh indicatif v0.17.11
60522026-01-22T10:08:04.054Z Fresh dropshot-api-manager-types v0.2.4
60532026-01-22T10:08:04.054Z Fresh tagptr v0.2.0
60542026-01-22T10:08:04.054Z Fresh progenitor v0.8.0
60552026-01-22T10:08:04.054Z Fresh tap v1.0.1
60562026-01-22T10:08:04.054Z Fresh zerocopy-derive v0.6.6
60572026-01-22T10:08:04.054Z Fresh crc-catalog v2.4.0
60582026-01-22T10:08:04.054Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60592026-01-22T10:08:04.054Z Fresh moka v0.12.10
60602026-01-22T10:08:04.054Z Fresh radium v0.7.0
60612026-01-22T10:08:04.054Z Fresh wyz v0.5.1
60622026-01-22T10:08:04.054Z Fresh funty v2.0.0
60632026-01-22T10:08:04.054Z Fresh zerocopy v0.6.6
60642026-01-22T10:08:04.054Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
60652026-01-22T10:08:04.054Z Fresh hickory-resolver v0.25.2
60662026-01-22T10:08:04.054Z Fresh bitvec v1.0.1
60672026-01-22T10:08:04.054Z Fresh maybe-uninit v2.0.0
60682026-01-22T10:08:04.054Z Fresh crc v3.2.1
60692026-01-22T10:08:04.054Z Fresh packed_struct_codegen v0.10.1
60702026-01-22T10:08:04.054Z Fresh bitfield-struct v0.6.2
60712026-01-22T10:08:04.054Z Fresh bitfield-macros v0.19.2
60722026-01-22T10:08:04.054Z Fresh nodrop v0.1.14
60732026-01-22T10:08:04.054Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60742026-01-22T10:08:04.054Z Fresh libefi-sys v0.1.0
60752026-01-22T10:08:04.054Z Fresh packed_struct v0.10.1
60762026-01-22T10:08:04.054Z Fresh bitfield v0.19.2
60772026-01-22T10:08:04.054Z Fresh array-init v0.0.4
60782026-01-22T10:08:04.054Z Fresh smallvec v0.6.14
60792026-01-22T10:08:04.054Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60802026-01-22T10:08:04.054Z Fresh hashbrown v0.12.3
60812026-01-22T10:08:04.054Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
60822026-01-22T10:08:04.054Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
60832026-01-22T10:08:04.055Z Fresh serde-hex v0.1.0
60842026-01-22T10:08:04.055Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60852026-01-22T10:08:04.055Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60862026-01-22T10:08:04.055Z Fresh indexmap v1.9.3
60872026-01-22T10:08:04.055Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
60882026-01-22T10:08:04.055Z Fresh ron v0.8.1
60892026-01-22T10:08:04.055Z Fresh hashbrown v0.13.2
60902026-01-22T10:08:04.055Z Fresh crc-any v2.5.0
60912026-01-22T10:08:04.055Z Fresh object v0.30.4
60922026-01-22T10:08:04.055Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
60932026-01-22T10:08:04.055Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
60942026-01-22T10:08:04.055Z Fresh path-slash v0.1.5
60952026-01-22T10:08:04.055Z Fresh xshell-macros v0.2.7
60962026-01-22T10:08:04.055Z Fresh xshell v0.2.7
60972026-01-22T10:08:04.055Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
60982026-01-22T10:08:04.055Z Fresh half v1.8.3
60992026-01-22T10:08:04.055Z Fresh proc-macro-error-attr2 v2.0.0
61002026-01-22T10:08:04.055Z Fresh maplit v1.0.2
61012026-01-22T10:08:04.055Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61022026-01-22T10:08:04.055Z Fresh serde_cbor v0.11.2
61032026-01-22T10:08:04.055Z Fresh proc-macro-error2 v2.0.1
61042026-01-22T10:08:04.055Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61052026-01-22T10:08:04.055Z Fresh num-derive v0.3.3
61062026-01-22T10:08:04.055Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61072026-01-22T10:08:04.055Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61082026-01-22T10:08:04.055Z Fresh libscf-sys v1.1.0
61092026-01-22T10:08:04.055Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61102026-01-22T10:08:04.055Z Fresh tabled_derive v0.11.0
61112026-01-22T10:08:04.055Z Fresh papergrid v0.17.0
61122026-01-22T10:08:04.055Z Fresh testing_table v0.3.0
61132026-01-22T10:08:04.055Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61142026-01-22T10:08:04.055Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61152026-01-22T10:08:04.055Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61162026-01-22T10:08:04.055Z Fresh fxhash v0.2.1
61172026-01-22T10:08:04.055Z Fresh unicase v2.8.1
61182026-01-22T10:08:04.055Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61192026-01-22T10:08:04.055Z Fresh tabled v0.20.0
61202026-01-22T10:08:04.055Z Fresh crc8 v0.1.1
61212026-01-22T10:08:04.056Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
61222026-01-22T10:08:04.056Z Fresh diff v0.1.13
61232026-01-22T10:08:04.056Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61242026-01-22T10:08:04.056Z Fresh dsl_auto_type v0.1.2
61252026-01-22T10:08:04.056Z Fresh kstat-rs v0.2.4
61262026-01-22T10:08:04.056Z Fresh scheduled-thread-pool v0.2.7
61272026-01-22T10:08:04.056Z Fresh diesel_table_macro_syntax v0.2.0
61282026-01-22T10:08:04.056Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
61292026-01-22T10:08:04.056Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61302026-01-22T10:08:04.056Z Fresh diesel_derives v2.2.3
61312026-01-22T10:08:04.056Z Fresh r2d2 v0.8.10
61322026-01-22T10:08:04.081Z Fresh vergen-gitcl v1.0.8
61332026-01-22T10:08:04.081Z Fresh diesel v2.2.12
61342026-01-22T10:08:04.081Z Fresh dirs-sys-next v0.1.2
61352026-01-22T10:08:04.081Z Fresh parking_lot_core v0.8.6
61362026-01-22T10:08:04.081Z Fresh dirs-next v2.0.0
61372026-01-22T10:08:04.081Z Fresh prefix-trie v0.7.0
61382026-01-22T10:08:04.081Z Fresh nanorand v0.7.0
61392026-01-22T10:08:04.081Z Fresh term v0.7.0
61402026-01-22T10:08:04.081Z Fresh crunchy v0.2.2
61412026-01-22T10:08:04.081Z Fresh parking_lot v0.11.2
61422026-01-22T10:08:04.081Z Fresh bit-vec v0.6.3
61432026-01-22T10:08:04.081Z Fresh hickory-server v0.25.2
61442026-01-22T10:08:04.081Z Fresh flume v0.11.1
61452026-01-22T10:08:04.081Z Fresh ascii-canvas v3.0.0
61462026-01-22T10:08:04.081Z Fresh tiny-keccak v2.0.2
61472026-01-22T10:08:04.081Z Fresh sled v0.34.7
61482026-01-22T10:08:04.081Z Fresh bit-set v0.5.3
61492026-01-22T10:08:04.081Z Fresh hickory-client v0.25.2
61502026-01-22T10:08:04.081Z Fresh ena v0.14.3
61512026-01-22T10:08:04.081Z Fresh regex-syntax v0.6.29
61522026-01-22T10:08:04.081Z Fresh lalrpop v0.19.12
61532026-01-22T10:08:04.081Z Fresh primeorder v0.13.6
61542026-01-22T10:08:04.081Z Fresh strum_macros v0.24.3
61552026-01-22T10:08:04.081Z Fresh bindgen v0.71.1
61562026-01-22T10:08:04.081Z Fresh indoc v1.0.9
61572026-01-22T10:08:04.081Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
61582026-01-22T10:08:04.081Z Fresh libxml v0.3.3
61592026-01-22T10:08:04.081Z Fresh oso-derive v0.27.3
61602026-01-22T10:08:04.081Z Fresh impl-trait-for-tuples v0.2.2
61612026-01-22T10:08:04.081Z Fresh quick-xml v0.37.2
61622026-01-22T10:08:04.082Z Fresh salty v0.3.0
61632026-01-22T10:08:04.082Z Fresh polar-core v0.27.3
61642026-01-22T10:08:04.082Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61652026-01-22T10:08:04.082Z Fresh trait-variant v0.1.2
61662026-01-22T10:08:04.082Z Fresh samael v0.0.19
61672026-01-22T10:08:04.082Z Fresh oso v0.27.3
61682026-01-22T10:08:04.082Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
61692026-01-22T10:08:04.082Z Fresh p384 v0.13.1
61702026-01-22T10:08:04.082Z Fresh predicates-tree v1.0.12
61712026-01-22T10:08:04.082Z Fresh assert_matches v1.5.0
61722026-01-22T10:08:04.082Z Fresh fs-err v2.11.0
61732026-01-22T10:08:04.082Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
61742026-01-22T10:08:04.082Z Fresh parse-size v1.1.0
61752026-01-22T10:08:04.082Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61762026-01-22T10:08:04.082Z Fresh bb8 v0.8.5
61772026-01-22T10:08:04.082Z Fresh http-range v0.1.5
61782026-01-22T10:08:04.082Z Fresh diesel-dtrace v0.4.2
61792026-01-22T10:08:04.082Z Fresh async-bb8-diesel v0.2.1
61802026-01-22T10:08:04.082Z Fresh ignore v0.4.23
61812026-01-22T10:08:04.082Z Fresh atty v0.2.14
61822026-01-22T10:08:04.082Z Fresh mime_guess v2.0.5
61832026-01-22T10:08:04.082Z Fresh globwalk v0.9.1
61842026-01-22T10:08:04.082Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
61852026-01-22T10:08:04.082Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61862026-01-22T10:08:04.082Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
61872026-01-22T10:08:04.082Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61882026-01-22T10:08:04.082Z Fresh corncobs v0.1.4
61892026-01-22T10:08:04.082Z Fresh nonempty v0.12.0
61902026-01-22T10:08:04.082Z Fresh camino-tempfile-ext v0.3.2
61912026-01-22T10:08:04.082Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61922026-01-22T10:08:04.082Z Fresh hyper-staticfile v0.10.1
61932026-01-22T10:08:04.082Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
61942026-01-22T10:08:04.082Z Fresh signal-hook-tokio v0.3.1
61952026-01-22T10:08:04.082Z Fresh secrecy v0.8.0
61962026-01-22T10:08:04.082Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
61972026-01-22T10:08:04.082Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
61982026-01-22T10:08:04.082Z Fresh tungstenite v0.23.0
61992026-01-22T10:08:04.083Z Fresh void v1.0.2
62002026-01-22T10:08:04.083Z Fresh tokio-tungstenite v0.23.1
62012026-01-22T10:08:04.083Z Fresh lzss v0.8.2
62022026-01-22T10:08:04.083Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62032026-01-22T10:08:04.083Z Fresh nix v0.27.1
62042026-01-22T10:08:04.083Z Fresh serde_bytes v0.11.19
62052026-01-22T10:08:04.083Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62062026-01-22T10:08:04.083Z Fresh rand_seeder v0.4.0
62072026-01-22T10:08:04.083Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62082026-01-22T10:08:04.083Z Fresh yansi v1.0.1
62092026-01-22T10:08:04.083Z Fresh pretty_assertions v1.4.1
62102026-01-22T10:08:04.083Z Fresh is_ci v1.2.0
62112026-01-22T10:08:04.083Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62122026-01-22T10:08:04.083Z Fresh tabled_derive v0.10.0
62132026-01-22T10:08:04.083Z Fresh papergrid v0.14.0
62142026-01-22T10:08:04.083Z Fresh typeid v1.0.3
62152026-01-22T10:08:04.083Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62162026-01-22T10:08:04.083Z Fresh concurrent-queue v2.5.0
62172026-01-22T10:08:04.083Z Fresh parking v2.2.1
62182026-01-22T10:08:04.083Z Fresh erased-serde v0.4.6
62192026-01-22T10:08:04.083Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62202026-01-22T10:08:04.083Z Fresh tabled v0.18.0
62212026-01-22T10:08:04.083Z Fresh castaway v0.2.3
62222026-01-22T10:08:04.083Z Fresh ordered-float v2.10.1
62232026-01-22T10:08:04.083Z Fresh indoc v2.0.6
62242026-01-22T10:08:04.083Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62252026-01-22T10:08:04.083Z Fresh compact_str v0.8.0
62262026-01-22T10:08:04.083Z Fresh serde-untagged v0.1.7
62272026-01-22T10:08:04.083Z Fresh serde-value v0.7.0
62282026-01-22T10:08:04.083Z Fresh libz-sys v1.1.20
62292026-01-22T10:08:04.083Z Fresh unicode-truncate v1.1.0
62302026-01-22T10:08:04.083Z Fresh lru v0.12.5
62312026-01-22T10:08:04.083Z Fresh instability v0.3.2
62322026-01-22T10:08:04.108Z Fresh cassowary v0.3.0
62332026-01-22T10:08:04.108Z Fresh cargo-util-schemas v0.8.2
62342026-01-22T10:08:04.108Z Fresh ratatui v0.29.0
62352026-01-22T10:08:04.108Z Fresh libgit2-sys v0.18.2+1.9.1
62362026-01-22T10:08:04.108Z Fresh event-listener v5.3.1
62372026-01-22T10:08:04.108Z Fresh console v0.16.0
62382026-01-22T10:08:04.108Z Fresh cargo-platform v0.2.0
62392026-01-22T10:08:04.108Z Fresh unit-prefix v0.5.1
62402026-01-22T10:08:04.109Z Fresh git2 v0.20.2
62412026-01-22T10:08:04.109Z Fresh event-listener-strategy v0.5.2
62422026-01-22T10:08:04.109Z Fresh indicatif v0.18.0
62432026-01-22T10:08:04.109Z Fresh cargo_metadata v0.21.0
62442026-01-22T10:08:04.109Z Fresh supports-color v3.0.2
62452026-01-22T10:08:04.109Z Fresh vergen-git2 v1.0.7
62462026-01-22T10:08:04.109Z Fresh futures-lite v2.3.0
62472026-01-22T10:08:04.109Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62482026-01-22T10:08:04.109Z Fresh rustls-webpki v0.101.7
62492026-01-22T10:08:04.109Z Fresh sct v0.7.1
62502026-01-22T10:08:04.109Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62512026-01-22T10:08:04.109Z Fresh rustls v0.21.12
62522026-01-22T10:08:04.109Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62532026-01-22T10:08:04.109Z Fresh async-lock v3.4.0
62542026-01-22T10:08:04.109Z Fresh tokio-rustls v0.24.1
62552026-01-22T10:08:04.109Z Fresh rustls-pemfile v1.0.4
62562026-01-22T10:08:04.109Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62572026-01-22T10:08:04.109Z Fresh twox-hash v2.1.0
62582026-01-22T10:08:04.109Z Fresh polling v3.7.3
62592026-01-22T10:08:04.109Z Fresh hex-literal v0.4.1
62602026-01-22T10:08:04.109Z Fresh shell-words v1.1.0
62612026-01-22T10:08:04.109Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62622026-01-22T10:08:04.109Z Fresh async-io v2.3.4
62632026-01-22T10:08:04.109Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62642026-01-22T10:08:04.109Z Fresh fatfs v0.3.6
62652026-01-22T10:08:04.109Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62662026-01-22T10:08:04.109Z Fresh seq-macro v0.3.6
62672026-01-22T10:08:04.109Z Fresh async-task v4.7.1
62682026-01-22T10:08:04.109Z Fresh async-channel v2.3.1
62692026-01-22T10:08:04.109Z Fresh piper v0.2.4
62702026-01-22T10:08:04.109Z Fresh plotters-backend v0.3.7
62712026-01-22T10:08:04.109Z Fresh blocking v1.6.1
62722026-01-22T10:08:04.109Z Fresh async-executor v1.13.1
62732026-01-22T10:08:04.109Z Fresh async-signal v0.2.10
62742026-01-22T10:08:04.109Z Fresh sapling-renderdag v0.1.0
62752026-01-22T10:08:04.109Z Fresh rtoolbox v0.0.2
62762026-01-22T10:08:04.109Z Fresh plotters-svg v0.3.7
62772026-01-22T10:08:04.109Z Fresh petname v2.0.2
62782026-01-22T10:08:04.109Z Fresh event-listener v2.5.3
62792026-01-22T10:08:04.110Z Fresh futures-timer v3.0.3
62802026-01-22T10:08:04.110Z Fresh sync-ptr v0.1.4
62812026-01-22T10:08:04.110Z Fresh cast v0.3.0
62822026-01-22T10:08:04.110Z Fresh rpassword v7.4.0
62832026-01-22T10:08:04.110Z Fresh async-global-executor v2.4.1
62842026-01-22T10:08:04.110Z Fresh plotters v0.3.7
62852026-01-22T10:08:04.110Z Fresh async-channel v1.9.0
62862026-01-22T10:08:04.110Z Fresh criterion-plot v0.6.0
62872026-01-22T10:08:04.110Z Fresh async-process v2.3.0
62882026-01-22T10:08:04.110Z Fresh tui-tree-widget v0.23.1
62892026-01-22T10:08:04.110Z Fresh async-attributes v1.1.2
62902026-01-22T10:08:04.110Z Fresh tinytemplate v1.2.1
62912026-01-22T10:08:04.110Z Fresh kv-log-macro v1.0.7
62922026-01-22T10:08:04.110Z Fresh oorandom v11.1.4
62932026-01-22T10:08:04.110Z Fresh anes v0.1.6
62942026-01-22T10:08:04.110Z Fresh polyval v0.6.2
62952026-01-22T10:08:04.110Z Fresh async-std v1.13.0
62962026-01-22T10:08:04.110Z Fresh criterion v0.7.0
62972026-01-22T10:08:04.110Z Fresh ghash v0.5.1
62982026-01-22T10:08:04.110Z Fresh ctr v0.9.2
62992026-01-22T10:08:04.110Z Fresh async-object-pool v0.1.5
63002026-01-22T10:08:04.110Z Fresh serde_regex v1.1.0
63012026-01-22T10:08:04.110Z Fresh assert-json-diff v2.0.2
63022026-01-22T10:08:04.110Z Fresh path-tree v0.8.1
63032026-01-22T10:08:04.110Z Fresh stringmetrics v2.2.2
63042026-01-22T10:08:04.110Z Fresh aes-gcm v0.10.3
63052026-01-22T10:08:04.110Z Fresh target-lexicon v0.13.2
63062026-01-22T10:08:04.110Z Fresh httpmock v0.8.0-alpha.1
63072026-01-22T10:08:04.110Z Fresh ssh-encoding v0.2.0
63082026-01-22T10:08:04.110Z Fresh blowfish v0.9.1
63092026-01-22T10:08:04.110Z Fresh arrayref v0.3.9
63102026-01-22T10:08:04.110Z Fresh constant_time_eq v0.3.1
63112026-01-22T10:08:04.110Z Fresh arrayvec v0.7.6
63122026-01-22T10:08:04.110Z Fresh cfg-expr v0.20.1
63132026-01-22T10:08:04.110Z Fresh ssh-cipher v0.2.0
63142026-01-22T10:08:04.110Z Fresh guppy-workspace-hack v0.1.0
63152026-01-22T10:08:04.110Z Fresh bcrypt-pbkdf v0.10.0
63162026-01-22T10:08:04.110Z Fresh supports-color v2.1.0
63172026-01-22T10:08:04.110Z Fresh textwrap v0.15.2
63182026-01-22T10:08:04.111Z Fresh supports-unicode v2.1.0
63192026-01-22T10:08:04.111Z Fresh supports-hyperlinks v2.1.0
63202026-01-22T10:08:04.111Z Fresh hashbrown v0.14.5
63212026-01-22T10:08:04.111Z Fresh password-hash v0.4.2
63222026-01-22T10:08:04.111Z Fresh backtrace-ext v0.2.1
63232026-01-22T10:08:04.111Z Fresh miette-derive v5.10.0
63242026-01-22T10:08:04.111Z Fresh terminal_size v0.1.17
63252026-01-22T10:08:04.111Z Fresh owo-colors v3.5.0
63262026-01-22T10:08:04.111Z Fresh chumsky v0.9.3
63272026-01-22T10:08:04.111Z Fresh pbkdf2 v0.11.0
63282026-01-22T10:08:04.111Z Fresh target-spec v3.5.0
63292026-01-22T10:08:04.111Z Fresh ssh-key v0.6.6
63302026-01-22T10:08:04.111Z Fresh miette v5.10.0
63312026-01-22T10:08:04.111Z Fresh p256 v0.13.2
63322026-01-22T10:08:04.136Z Fresh p521 v0.13.3
63332026-01-22T10:08:04.136Z Fresh knuffel-derive v3.2.0
63342026-01-22T10:08:04.136Z Fresh pathdiff v0.2.3
63352026-01-22T10:08:04.136Z Fresh russh-cryptovec v0.7.3
63362026-01-22T10:08:04.136Z Fresh md5 v0.7.0
63372026-01-22T10:08:04.136Z Fresh nested v0.1.1
63382026-01-22T10:08:04.136Z Fresh russh-keys v0.45.0
63392026-01-22T10:08:04.136Z Fresh knuffel v3.2.0
63402026-01-22T10:08:04.136Z Fresh guppy v0.17.20
63412026-01-22T10:08:04.136Z Fresh httptest v0.16.3
63422026-01-22T10:08:04.136Z Fresh num-bigint v0.4.6
63432026-01-22T10:08:04.136Z Fresh des v0.8.1
63442026-01-22T10:08:04.136Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63452026-01-22T10:08:04.136Z Fresh blake3 v1.5.4
63462026-01-22T10:08:04.136Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63472026-01-22T10:08:04.136Z Fresh russh v0.45.0
63482026-01-22T10:08:04.136Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63492026-01-22T10:08:04.136Z Fresh escape8259 v0.5.3
63502026-01-22T10:08:04.136Z Fresh topological-sort v0.2.2
63512026-01-22T10:08:04.136Z Fresh internet-checksum v0.2.1
63522026-01-22T10:08:04.136Z Fresh libtest-mimic v0.8.1
63532026-01-22T10:08:04.136Z Fresh doc-comment v0.3.3
63542026-01-22T10:08:04.136Z Fresh omicron-zone-package v0.12.2
63552026-01-22T10:08:04.136Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
63562026-01-22T10:08:04.136Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63572026-01-22T10:08:04.162Z Compiling similar-asserts v1.7.0
63582026-01-22T10:08:04.162Z 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=2b917d3a5c923b9a -C extra-filename=-b271442cbe3cf692 --out-dir /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-523ecfc7617bc60b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.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-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
63592026-01-22T10:08:04.187Z Fresh proc-macro-crate v3.2.0
63602026-01-22T10:08:04.187Z Fresh fancy-regex v0.14.0
63612026-01-22T10:08:04.187Z Fresh relative-path v1.9.3
63622026-01-22T10:08:04.187Z 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`
63632026-01-22T10:08:04.187Z Fresh rstest_macros v0.25.0
63642026-01-22T10:08:04.187Z Fresh datatest-stable v0.3.2
63652026-01-22T10:08:04.187Z Fresh assert_cmd v2.0.17
63662026-01-22T10:08:04.187Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63672026-01-22T10:08:04.187Z Fresh target-triple v0.1.3
63682026-01-22T10:08:04.187Z Fresh support-bundle-viewer v0.1.2
63692026-01-22T10:08:04.187Z Fresh multimap v0.10.1
63702026-01-22T10:08:04.187Z Fresh uzers v0.12.1
63712026-01-22T10:08:04.187Z Fresh termcolor v1.4.1
63722026-01-22T10:08:04.187Z Fresh rstest v0.25.0
63732026-01-22T10:08:04.187Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
63742026-01-22T10:08:04.187Z Fresh blake2b_simd v1.0.2
63752026-01-22T10:08:04.187Z Fresh trybuild v1.0.106
63762026-01-22T10:08:04.187Z Fresh partial-io v0.5.4
63772026-01-22T10:08:04.187Z Fresh drift v0.1.2
63782026-01-22T10:08:04.187Z Fresh rand_distr v0.5.1
63792026-01-22T10:08:04.187Z Fresh approx v0.5.1
63802026-01-22T10:08:04.187Z Fresh dropshot-api-manager v0.2.4
63812026-01-22T10:08:04.187Z Fresh rust-argon2 v2.1.0
63822026-01-22T10:08:04.187Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
63832026-01-22T10:08:04.187Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
63842026-01-22T10:08:04.187Z Fresh cargo_toml v0.21.0
63852026-01-22T10:08:04.187Z Fresh termios v0.3.3
63862026-01-22T10:08:04.187Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
63872026-01-22T10:08:04.187Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
63882026-01-22T10:08:04.187Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
63892026-01-22T10:08:04.187Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
63902026-01-22T10:08:04.187Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
63912026-01-22T10:08:04.187Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
63922026-01-22T10:08:04.188Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
63932026-01-22T10:08:04.188Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
63942026-01-22T10:08:04.188Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
63952026-01-22T10:08:04.188Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
63962026-01-22T10:08:04.213Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
63972026-01-22T10:08:04.214Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
63982026-01-22T10:08:04.214Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
63992026-01-22T10:08:04.214Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64002026-01-22T10:08:04.214Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64012026-01-22T10:08:04.214Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64022026-01-22T10:08:04.214Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64032026-01-22T10:08:04.214Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64042026-01-22T10:08:04.214Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64052026-01-22T10:08:04.214Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64062026-01-22T10:08:04.214Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64072026-01-22T10:08:04.214Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64082026-01-22T10:08:04.214Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64092026-01-22T10:08:04.214Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64102026-01-22T10:08:04.214Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64112026-01-22T10:08:04.214Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64122026-01-22T10:08:04.214Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64132026-01-22T10:08:04.214Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64142026-01-22T10:08:04.214Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64152026-01-22T10:08:04.214Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64162026-01-22T10:08:04.214Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64172026-01-22T10:08:04.214Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64182026-01-22T10:08:04.214Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64192026-01-22T10:08:04.214Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64202026-01-22T10:08:04.214Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64212026-01-22T10:08:04.214Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64222026-01-22T10:08:04.214Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64232026-01-22T10:08:04.214Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
64242026-01-22T10:08:04.214Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64252026-01-22T10:08:04.214Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64262026-01-22T10:08:04.214Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64272026-01-22T10:08:04.214Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64282026-01-22T10:08:04.214Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64292026-01-22T10:08:04.214Z 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())' -C metadata=0b323470c5fdedbe -C extra-filename=-81c3412e7acfff36 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.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-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
64302026-01-22T10:08:04.240Z 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())' -C metadata=396fbf1ae8399251 -C extra-filename=-d599af8125718ca0 --out-dir /work/oxidecomputer/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-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.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-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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`
64312026-01-22T10:08:04.240Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64322026-01-22T10:08:04.270Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64332026-01-22T10:08:04.298Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64342026-01-22T10:08:04.298Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64352026-01-22T10:08:04.298Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64362026-01-22T10:08:04.298Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64372026-01-22T10:08:04.298Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64382026-01-22T10:08:04.298Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64392026-01-22T10:08:04.298Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64402026-01-22T10:08:04.298Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64412026-01-22T10:08:04.298Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64422026-01-22T10:08:04.298Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64432026-01-22T10:08:04.298Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64442026-01-22T10:08:04.298Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64452026-01-22T10:08:04.298Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64462026-01-22T10:08:04.299Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
64472026-01-22T10:08:04.299Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64482026-01-22T10:08:04.299Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64492026-01-22T10:08:04.299Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64502026-01-22T10:08:04.299Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
64512026-01-22T10:08:04.299Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
64522026-01-22T10:08:04.299Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64532026-01-22T10:08:04.299Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
64542026-01-22T10:08:04.299Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
64552026-01-22T10:08:04.299Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64562026-01-22T10:08:04.299Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
64572026-01-22T10:08:04.299Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
64582026-01-22T10:08:04.299Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
64592026-01-22T10:08:04.299Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64602026-01-22T10:08:04.299Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
64612026-01-22T10:08:04.299Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
64622026-01-22T10:08:04.299Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
64632026-01-22T10:08:04.299Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64642026-01-22T10:08:04.299Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
64652026-01-22T10:08:04.299Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
64662026-01-22T10:08:04.299Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64672026-01-22T10:08:04.299Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
64682026-01-22T10:08:04.299Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
64692026-01-22T10:08:04.299Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
64702026-01-22T10:08:04.299Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
64712026-01-22T10:08:04.299Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
64722026-01-22T10:08:04.299Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64732026-01-22T10:08:04.299Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
64742026-01-22T10:08:04.299Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64752026-01-22T10:08:04.299Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
64762026-01-22T10:08:04.299Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
64772026-01-22T10:08:04.299Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
64782026-01-22T10:08:04.299Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
64792026-01-22T10:08:04.299Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
64802026-01-22T10:08:04.299Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
64812026-01-22T10:08:04.299Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
64822026-01-22T10:08:04.299Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
64832026-01-22T10:08:04.299Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
64842026-01-22T10:08:04.300Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
64852026-01-22T10:08:04.300Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64862026-01-22T10:08:04.300Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
64872026-01-22T10:08:04.300Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64882026-01-22T10:08:04.300Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
64892026-01-22T10:08:04.300Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64902026-01-22T10:08:04.300Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64912026-01-22T10:08:04.300Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64922026-01-22T10:08:04.300Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
64932026-01-22T10:08:04.300Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
64942026-01-22T10:08:04.300Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
64952026-01-22T10:08:04.300Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
64962026-01-22T10:08:04.300Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
64972026-01-22T10:08:04.300Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
64982026-01-22T10:08:04.300Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
64992026-01-22T10:08:04.300Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65002026-01-22T10:08:04.300Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65012026-01-22T10:08:04.300Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65022026-01-22T10:08:04.329Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65032026-01-22T10:08:04.329Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65042026-01-22T10:08:04.329Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65052026-01-22T10:08:04.329Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65062026-01-22T10:08:04.329Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65072026-01-22T10:08:04.329Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65082026-01-22T10:08:04.329Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65092026-01-22T10:08:04.329Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65102026-01-22T10:08:04.329Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65112026-01-22T10:08:04.329Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65122026-01-22T10:08:04.329Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65132026-01-22T10:08:04.329Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65142026-01-22T10:08:04.329Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65152026-01-22T10:08:04.329Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65162026-01-22T10:08:04.329Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65172026-01-22T10:08:04.329Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65182026-01-22T10:08:04.329Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65192026-01-22T10:08:04.329Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65202026-01-22T10:08:04.329Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65212026-01-22T10:08:04.329Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65222026-01-22T10:08:04.329Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65232026-01-22T10:08:04.329Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65242026-01-22T10:08:04.329Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65252026-01-22T10:08:04.329Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65262026-01-22T10:08:04.329Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65272026-01-22T10:08:04.329Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65282026-01-22T10:08:04.329Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65292026-01-22T10:08:04.329Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
65302026-01-22T10:08:04.329Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65312026-01-22T10:08:04.329Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
65322026-01-22T10:08:04.329Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
65332026-01-22T10:08:04.329Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
65342026-01-22T10:08:04.329Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65352026-01-22T10:08:04.330Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65362026-01-22T10:08:04.330Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65372026-01-22T10:08:04.330Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65382026-01-22T10:08:04.330Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65392026-01-22T10:08:04.330Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65402026-01-22T10:08:04.330Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65412026-01-22T10:08:04.330Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
65422026-01-22T10:08:04.330Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
65432026-01-22T10:08:04.330Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
65442026-01-22T10:08:04.330Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65452026-01-22T10:08:04.330Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
65462026-01-22T10:08:04.330Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
65472026-01-22T10:08:04.330Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
65482026-01-22T10:08:04.330Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65492026-01-22T10:08:04.330Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
65502026-01-22T10:08:04.330Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
65512026-01-22T10:08:04.330Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
65522026-01-22T10:08:04.330Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
65532026-01-22T10:08:04.330Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
65542026-01-22T10:08:04.330Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
65552026-01-22T10:08:07.846Z 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())' -C metadata=f206e6bbbecf0bfa -C extra-filename=-b168297140e53c01 --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-bffbde57c905a831.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65562026-01-22T10:08:07.915Z 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())' -C metadata=09da227cc95619cb -C extra-filename=-1abc4a6f3930f8c0 --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-bffbde57c905a831.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65572026-01-22T10:08:07.915Z 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())' -C metadata=2ae236db67058dc5 -C extra-filename=-6bcd2b8c01faf10f --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-bffbde57c905a831.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65582026-01-22T10:08:07.915Z 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())' -C metadata=968440c85f731f63 -C extra-filename=-60df31aaf6d61b9f --out-dir /work/oxidecomputer/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-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-bffbde57c905a831.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/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/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65592026-01-22T10:17:45.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 47s
65602026-01-22T10:17:45.736Z
65612026-01-22T10:17:45.736Zreal 9:48.193860039
65622026-01-22T10:17:45.762Zuser 19:45.492182036
65632026-01-22T10:17:45.762Zsys 1:42.513318724
65642026-01-22T10:17:45.762Ztrap 0.490354413
65652026-01-22T10:17:45.762Ztflt 1.642674897
65662026-01-22T10:17:45.762Zdflt 13.777845074
65672026-01-22T10:17:45.762Zkflt 0.088651163
65682026-01-22T10:17:45.762Zlock 57:07.625618599
65692026-01-22T10:17:45.762Zslp 1:10:27.121980456
65702026-01-22T10:17:45.762Zlat 5.089837306
65712026-01-22T10:17:45.762Zstop 11.280157421
65722026-01-22T10:17:45.762Z+ banner test
65732026-01-22T10:17:45.762Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2
65742026-01-22T10:17:46.398Z
65752026-01-22T10:17:46.398Z ##### ###### #### #####
65762026-01-22T10:17:46.398Z # # # #
65772026-01-22T10:17:46.398Z # ##### #### #
65782026-01-22T10:17:46.398Z # # # #
65792026-01-22T10:17:46.399Z # # # # #
65802026-01-22T10:17:46.399Z # ###### #### #
65812026-01-22T10:17:46.399Z
65822026-01-22T10:17:49.129Zinfo: experimental features enabled: setup-scripts, benchmarks
65832026-01-22T10:17:51.652Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
65842026-01-22T10:17:51.706Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65852026-01-22T10:17:51.744Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65862026-01-22T10:17:51.785Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65872026-01-22T10:18:10.557Z Finished `test` profile [unoptimized + debuginfo] target(s) in 21.42s
65882026-01-22T10:18:14.940Z────────────
65892026-01-22T10:18:14.940Z Nextest run ID 4dfa5920-9af7-4f2b-89cd-6fd760bea51a with nextest profile: ci
65902026-01-22T10:18:14.966Z Starting 2662 tests across 223 binaries (5 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
65912026-01-22T10:18:14.966Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
65922026-01-22T10:18:16.464Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65932026-01-22T10:18:16.489Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65942026-01-22T10:18:16.531Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65952026-01-22T10:18:16.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65962026-01-22T10:18:16.565Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65972026-01-22T10:18:16.588Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65982026-01-22T10:18:16.588Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65992026-01-22T10:18:16.625Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66002026-01-22T10:18:18.638Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66012026-01-22T10:18:21.495Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66022026-01-22T10:18:21.555Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66032026-01-22T10:18:21.555Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66042026-01-22T10:18:22.391Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66052026-01-22T10:18:22.391Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66062026-01-22T10:18:22.391Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66072026-01-22T10:18:23.863Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66082026-01-22T10:18:25.472Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66092026-01-22T10:18:35.546Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66102026-01-22T10:18:37.876Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66112026-01-22T10:18:40.258Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66122026-01-22T10:19:11.139Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66132026-01-22T10:19:14.582Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66142026-01-22T10:19:17.825Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66152026-01-22T10:19:32.387Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
66162026-01-22T10:19:32.523Z Running `target/debug/crdb-seed`
66172026-01-22T10:19:32.598ZJan 22 10:19:32.216 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpYU6loL
66182026-01-22T10:19:32.598ZJan 22 10:19:32.221 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpVEk5la,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpYU6loL/listen-url
66192026-01-22T10:19:32.623ZJan 22 10:19:32.221 INFO cockroach environment: BUILDOMAT_JOB_ID=01KFJGH1672G8EXQBQG89CTETW 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=zl/fix-9680-floating-ip-allocation GITHUB_REF=refs/heads/zl/fix-9680-floating-ip-allocation GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a0ae22a96ec16e4ef51af64516f30c809b1c2c01 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-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/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-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/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-envFPwyLt NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/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=4dfa5920-9af7-4f2b-89cd-6fd760bea51a NEXTEST_RUN_MODE=test 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
66202026-01-22T10:19:33.692ZJan 22 10:19:33.315 INFO cockroach pid: 12829
66212026-01-22T10:19:33.692ZJan 22 10:19:33.316 INFO cockroach listen URL: postgresql://root@[::1]:64642/omicron?sslmode=disable
66222026-01-22T10:19:33.723ZJan 22 10:19:33.347 INFO cockroach: populating
66232026-01-22T10:19:36.577ZJan 22 10:19:36.200 INFO cockroach: populated
66242026-01-22T10:19:38.560ZJan 22 10:19:38.183 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/b4de2e080513e507cc592baf419b7d18e9127f43a1e2a22dfb2ae37920410b34.tar`
66252026-01-22T10:19:38.587Z SETUP PASS [ 83.642s] crdb-seed: cargo run -p crdb-seed --profile test
66262026-01-22T10:19:38.587Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66272026-01-22T10:19:40.139Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66282026-01-22T10:19:40.139Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66292026-01-22T10:19:42.398Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
66302026-01-22T10:19:44.124Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
66312026-01-22T10:19:59.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.89s
66322026-01-22T10:19:59.703Z Running `target/debug/clickhouse-cluster-dev`
66332026-01-22T10:19:59.779ZJan 22 10:19:59.406 INFO Setting up a ClickHouse cluster
66342026-01-22T10:19:59.803ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
66352026-01-22T10:19:59.803ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
66362026-01-22T10:19:59.803ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
66372026-01-22T10:19:59.803ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
66382026-01-22T10:19:59.803ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
66392026-01-22T10:20:01.159ZJan 22 10:20:00.787 INFO ClickHouse server ready
66402026-01-22T10:20:02.216ZJan 22 10:20:01.844 INFO ClickHouse server ready
66412026-01-22T10:20:02.763ZJan 22 10:20:02.391 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
66422026-01-22T10:20:02.786Z SETUP PASS [ 24.210s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66432026-01-22T10:20:25.129Z PASS [ 22.355s] ( 1/2662) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
66442026-01-22T10:20:25.190Z PASS [ 22.415s] ( 2/2662) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
66452026-01-22T10:20:33.649Z PASS [ 30.877s] ( 3/2662) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
66462026-01-22T10:20:33.845Z PASS [ 31.071s] ( 4/2662) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
66472026-01-22T10:20:59.356Z PASS [ 34.231s] ( 5/2662) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
66482026-01-22T10:21:00.076Z PASS [ 34.892s] ( 6/2662) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
66492026-01-22T10:21:02.770Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66502026-01-22T10:21:02.795Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66512026-01-22T10:21:09.128Z PASS [ 35.485s] ( 7/2662) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
66522026-01-22T10:21:11.066Z PASS [ 37.227s] ( 8/2662) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
66532026-01-22T10:21:28.481Z PASS [ 19.356s] ( 9/2662) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
66542026-01-22T10:21:44.077Z PASS [ 33.016s] ( 10/2662) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
66552026-01-22T10:21:53.841Z PASS [ 53.774s] ( 11/2662) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
66562026-01-22T10:21:58.109Z PASS [ 29.633s] ( 12/2662) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
66572026-01-22T10:21:59.347Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
66582026-01-22T10:22:02.761Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66592026-01-22T10:22:02.785Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66602026-01-22T10:22:21.046Z PASS [ 81.704s] ( 13/2662) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
66612026-01-22T10:22:22.805Z PASS [ 38.735s] ( 14/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
66622026-01-22T10:22:32.812Z PASS [ 38.978s] ( 15/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
66632026-01-22T10:22:52.085Z PASS [ 29.285s] ( 16/2662) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
66642026-01-22T10:22:55.135Z PASS [ 22.326s] ( 17/2662) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
66652026-01-22T10:22:58.102Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66662026-01-22T10:23:02.751Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66672026-01-22T10:23:02.776Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66682026-01-22T10:23:15.842Z PASS [ 23.759s] ( 18/2662) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
66692026-01-22T10:23:15.875Z PASS [ 0.035s] ( 19/2662) api_identity test::test_identity
66702026-01-22T10:23:15.899Z PASS [ 0.020s] ( 20/2662) api_identity test::test_identity_no_field
66712026-01-22T10:23:15.942Z PASS [ 0.047s] ( 21/2662) authz-macros tests::test_authz_snapshots
66722026-01-22T10:23:16.007Z PASS [ 0.065s] ( 22/2662) bootstore schemes::tests::hello_roundtrip
66732026-01-22T10:23:17.111Z PASS [ 1.104s] ( 23/2662) bootstore schemes::v0::peer::tests::basic_3_nodes
66742026-01-22T10:23:17.166Z PASS [ 0.055s] ( 24/2662) bootstore schemes::v0::peer::tests::network_config
66752026-01-22T10:23:17.190Z PASS [ 0.024s] ( 25/2662) bootstore schemes::v0::share_pkg::tests::create_packages
66762026-01-22T10:23:17.214Z PASS [ 0.024s] ( 26/2662) bootstore trust_quorum::rack_secret::tests::create_and_verify
66772026-01-22T10:23:17.240Z PASS [ 0.026s] ( 27/2662) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
66782026-01-22T10:23:20.766Z PASS [ 3.526s] ( 28/2662) bootstore::v0-fsm-proptest-learner run
66792026-01-22T10:23:21.038Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
66802026-01-22T10:23:27.035Z PASS [ 6.270s] ( 29/2662) bootstore::v0-fsm-proptest-rack-coordinator run
66812026-01-22T10:23:27.337Z PASS [ 0.302s] ( 30/2662) cert-dev::test-cert-dev test_cert_create
66822026-01-22T10:23:27.782Z PASS [ 0.445s] ( 31/2662) clickana chart::tests::gather_chart_data_failure
66832026-01-22T10:23:27.809Z PASS [ 0.026s] ( 32/2662) clickana chart::tests::gather_chart_data_for_disk_usage_success
66842026-01-22T10:23:27.834Z PASS [ 0.025s] ( 33/2662) clickana chart::tests::gather_chart_data_for_memory_tracking_success
66852026-01-22T10:23:27.860Z PASS [ 0.025s] ( 34/2662) clickana chart::tests::gather_chart_data_for_query_count_success
66862026-01-22T10:23:27.884Z PASS [ 0.024s] ( 35/2662) clickana chart::tests::gather_chart_data_for_running_queries_success
66872026-01-22T10:23:27.947Z PASS [ 0.064s] ( 36/2662) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
66882026-01-22T10:23:27.973Z PASS [ 0.026s] ( 37/2662) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
66892026-01-22T10:23:27.999Z PASS [ 0.026s] ( 38/2662) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
66902026-01-22T10:23:28.029Z PASS [ 0.029s] ( 39/2662) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
66912026-01-22T10:23:28.056Z PASS [ 0.027s] ( 40/2662) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
66922026-01-22T10:23:28.081Z PASS [ 0.025s] ( 41/2662) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
66932026-01-22T10:23:28.106Z PASS [ 0.025s] ( 42/2662) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
66942026-01-22T10:23:28.145Z PASS [ 0.039s] ( 43/2662) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
66952026-01-22T10:23:28.169Z PASS [ 0.024s] ( 44/2662) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
66962026-01-22T10:23:28.197Z PASS [ 0.027s] ( 45/2662) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
66972026-01-22T10:23:28.225Z PASS [ 0.028s] ( 46/2662) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
66982026-01-22T10:23:28.252Z PASS [ 0.027s] ( 47/2662) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
66992026-01-22T10:23:28.293Z PASS [ 0.041s] ( 48/2662) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67002026-01-22T10:23:28.327Z PASS [ 0.034s] ( 49/2662) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67012026-01-22T10:23:28.366Z PASS [ 0.039s] ( 50/2662) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67022026-01-22T10:23:28.398Z PASS [ 0.031s] ( 51/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67032026-01-22T10:23:28.427Z PASS [ 0.029s] ( 52/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67042026-01-22T10:23:28.458Z PASS [ 0.031s] ( 53/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67052026-01-22T10:23:28.484Z PASS [ 0.026s] ( 54/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67062026-01-22T10:23:28.510Z PASS [ 0.026s] ( 55/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67072026-01-22T10:23:28.544Z PASS [ 0.033s] ( 56/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67082026-01-22T10:23:28.586Z PASS [ 0.043s] ( 57/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67092026-01-22T10:23:28.615Z PASS [ 0.029s] ( 58/2662) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67102026-01-22T10:23:28.645Z PASS [ 0.030s] ( 59/2662) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67112026-01-22T10:23:28.672Z PASS [ 0.027s] ( 60/2662) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67122026-01-22T10:23:28.701Z PASS [ 0.029s] ( 61/2662) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67132026-01-22T10:23:28.731Z PASS [ 0.030s] ( 62/2662) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67142026-01-22T10:23:28.758Z PASS [ 0.027s] ( 63/2662) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67152026-01-22T10:23:28.785Z PASS [ 0.027s] ( 64/2662) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67162026-01-22T10:23:28.815Z PASS [ 0.029s] ( 65/2662) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67172026-01-22T10:23:28.845Z PASS [ 0.030s] ( 66/2662) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67182026-01-22T10:23:28.876Z PASS [ 0.031s] ( 67/2662) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67192026-01-22T10:23:28.901Z PASS [ 0.025s] ( 68/2662) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67202026-01-22T10:23:28.925Z PASS [ 0.023s] ( 69/2662) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67212026-01-22T10:23:29.001Z PASS [ 0.076s] ( 70/2662) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67222026-01-22T10:23:29.075Z PASS [ 0.075s] ( 71/2662) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67232026-01-22T10:23:29.099Z PASS [ 0.021s] ( 72/2662) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67242026-01-22T10:23:29.123Z PASS [ 0.023s] ( 73/2662) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67252026-01-22T10:23:29.147Z PASS [ 0.019s] ( 74/2662) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
67262026-01-22T10:23:29.171Z PASS [ 0.020s] ( 75/2662) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
67272026-01-22T10:23:29.194Z PASS [ 0.020s] ( 76/2662) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
67282026-01-22T10:23:29.477Z PASS [ 0.297s] ( 77/2662) db-dev::test-db-dev test_db_dev_populate_no_args
67292026-01-22T10:23:29.528Z PASS [ 0.051s] ( 78/2662) db-dev::test-db-dev test_db_dev_wipe_no_args
67302026-01-22T10:23:36.618Z PASS [ 7.089s] ( 79/2662) db-dev::test-db-dev test_db_killed
67312026-01-22T10:23:46.072Z PASS [ 85.040s] ( 80/2662) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67322026-01-22T10:23:46.152Z PASS [ 0.080s] ( 81/2662) db-macros lookup::test::test_lookup_snapshots
67332026-01-22T10:23:46.201Z PASS [ 0.022s] ( 82/2662) db-macros tests::test_derive_metadata_identity_fails_for_enums
67342026-01-22T10:23:46.201Z PASS [ 0.021s] ( 83/2662) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67352026-01-22T10:23:46.224Z PASS [ 0.023s] ( 84/2662) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67362026-01-22T10:23:46.248Z PASS [ 0.021s] ( 85/2662) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67372026-01-22T10:23:46.272Z PASS [ 0.021s] ( 86/2662) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67382026-01-22T10:23:46.304Z PASS [ 0.044s] ( 87/2662) db-macros tests::test_derive_snapshots
67392026-01-22T10:23:46.331Z PASS [ 0.027s] ( 88/2662) db-macros tests::test_derive_with_unknown_field
67402026-01-22T10:23:46.638Z PASS [ 0.307s] ( 89/2662) dns-server storage::test::test_update_basic
67412026-01-22T10:23:46.759Z PASS [ 0.121s] ( 90/2662) dns-server storage::test::test_update_in_progress
67422026-01-22T10:23:46.905Z PASS [ 0.146s] ( 91/2662) dns-server storage::test::test_update_interrupted
67432026-01-22T10:23:47.037Z PASS [ 0.131s] ( 92/2662) dns-server storage::test::test_zone_gets_soa_record
67442026-01-22T10:23:47.501Z PASS [ 0.464s] ( 93/2662) dns-server::basic_test a_crud
67452026-01-22T10:23:47.744Z PASS [ 0.243s] ( 94/2662) dns-server::basic_test aaaa_crud
67462026-01-22T10:23:48.043Z PASS [ 0.299s] ( 95/2662) dns-server::basic_test answers_match_question
67472026-01-22T10:23:48.284Z PASS [ 0.240s] ( 96/2662) dns-server::basic_test empty_record
67482026-01-22T10:23:48.615Z PASS [ 0.331s] ( 97/2662) dns-server::basic_test multi_record_crud
67492026-01-22T10:23:48.838Z PASS [ 0.223s] ( 98/2662) dns-server::basic_test name_contains_zone
67502026-01-22T10:23:49.064Z PASS [ 0.226s] ( 99/2662) dns-server::basic_test nxdomain
67512026-01-22T10:23:49.307Z PASS [ 0.242s] ( 100/2662) dns-server::basic_test servfail
67522026-01-22T10:23:49.603Z PASS [ 0.296s] ( 101/2662) dns-server::basic_test soa
67532026-01-22T10:23:49.925Z PASS [ 0.322s] ( 102/2662) dns-server::basic_test srv_crud
67542026-01-22T10:23:53.530Z PASS [ 3.606s] ( 103/2662) dns-server::commands_test test_dnsadm
67552026-01-22T10:23:54.197Z PASS [ 0.667s] ( 104/2662) dns-server::cross_version_test cross_version_works
67562026-01-22T10:23:54.238Z PASS [ 0.041s] ( 105/2662) ereport-types tests::test_arb_json_deserializes
67572026-01-22T10:23:54.262Z PASS [ 0.020s] ( 106/2662) ereport-types tests::test_ena_from_str
67582026-01-22T10:23:54.286Z PASS [ 0.027s] ( 107/2662) ereport-types tests::test_ena_from_str_roundtrip
67592026-01-22T10:23:54.367Z PASS [ 0.081s] ( 108/2662) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
67602026-01-22T10:23:54.391Z PASS [ 0.023s] ( 109/2662) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
67612026-01-22T10:23:54.415Z PASS [ 0.023s] ( 110/2662) gfss gf256::tests::test_all_multiplication
67622026-01-22T10:23:54.438Z PASS [ 0.021s] ( 111/2662) gfss gf256::tests::test_all_multiplicative_inverses
67632026-01-22T10:23:54.462Z PASS [ 0.018s] ( 112/2662) gfss gf256::tests::test_docs_example
67642026-01-22T10:23:55.126Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
67652026-01-22T10:23:58.091Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67662026-01-22T10:24:00.555Z PASS [ 23.942s] ( 113/2662) db-dev::test-db-dev test_db_run
67672026-01-22T10:24:01.732Z PASS [ 7.282s] ( 114/2662) gfss polynomial::tests::test_polynomial_eval
67682026-01-22T10:24:01.756Z PASS [ 0.016s] ( 115/2662) gfss shamir::tests::test_share_reconstruction
67692026-01-22T10:24:01.817Z PASS [ 0.068s] ( 116/2662) illumos-utils destructor::test::test_delayed_delete
67702026-01-22T10:24:01.992Z PASS [ 1.437s] ( 117/2662) gfss shamir::tests::split_and_combine
67712026-01-22T10:24:02.028Z PASS [ 0.036s] ( 118/2662) illumos-utils destructor::test::test_destructor_bad_close
67722026-01-22T10:24:02.065Z PASS [ 0.037s] ( 119/2662) illumos-utils link::test::test_allocate
67732026-01-22T10:24:02.100Z PASS [ 0.035s] ( 120/2662) illumos-utils link::test::test_allocate_within_scopes
67742026-01-22T10:24:02.139Z PASS [ 0.039s] ( 121/2662) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
67752026-01-22T10:24:02.163Z PASS [ 0.022s] ( 122/2662) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
67762026-01-22T10:24:02.187Z PASS [ 0.023s] ( 123/2662) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
67772026-01-22T10:24:02.215Z PASS [ 0.030s] ( 124/2662) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
67782026-01-22T10:24:02.245Z PASS [ 0.030s] ( 125/2662) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
67792026-01-22T10:24:02.297Z PASS [ 0.052s] ( 126/2662) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
67802026-01-22T10:24:02.321Z PASS [ 0.482s] ( 127/2662) illumos-utils destructor::test::test_delayed_delete_with_error
67812026-01-22T10:24:02.345Z PASS [ 0.030s] ( 128/2662) illumos-utils running_zone::tests::test_is_oxide_smf_service
67822026-01-22T10:24:02.369Z PASS [ 0.051s] ( 129/2662) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
67832026-01-22T10:24:02.370Z PASS [ 0.039s] ( 130/2662) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
67842026-01-22T10:24:02.393Z PASS [ 0.041s] ( 131/2662) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
67852026-01-22T10:24:02.417Z PASS [ 0.031s] ( 132/2662) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
67862026-01-22T10:24:02.441Z PASS [ 0.031s] ( 133/2662) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
67872026-01-22T10:24:02.441Z PASS [ 0.033s] ( 134/2662) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
67882026-01-22T10:24:02.464Z PASS [ 0.031s] ( 135/2662) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
67892026-01-22T10:24:02.464Z PASS [ 0.028s] ( 136/2662) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
67902026-01-22T10:24:02.527Z PASS [ 0.074s] ( 137/2662) illumos-utils zfs::test::directory_mutability
67912026-01-22T10:24:02.551Z PASS [ 0.078s] ( 138/2662) illumos-utils zfs::test::get_values_of_rpool
67922026-01-22T10:24:02.575Z PASS [ 0.034s] ( 139/2662) illumos-utils zfs::test::parse_dataset_bad_avail
67932026-01-22T10:24:02.599Z PASS [ 0.043s] ( 140/2662) illumos-utils zfs::test::parse_dataset_bad_quota
67942026-01-22T10:24:02.599Z PASS [ 0.032s] ( 141/2662) illumos-utils zfs::test::parse_dataset_bad_reservation
67952026-01-22T10:24:02.622Z PASS [ 0.028s] ( 142/2662) illumos-utils zfs::test::parse_dataset_bad_usage
67962026-01-22T10:24:02.646Z PASS [ 0.033s] ( 143/2662) illumos-utils zfs::test::parse_dataset_bad_uuid
67972026-01-22T10:24:02.646Z PASS [ 0.026s] ( 144/2662) illumos-utils zfs::test::parse_dataset_missing_fields
67982026-01-22T10:24:02.670Z PASS [ 0.035s] ( 145/2662) illumos-utils zfs::test::parse_dataset_props
67992026-01-22T10:24:02.694Z PASS [ 0.035s] ( 146/2662) illumos-utils zfs::test::parse_dataset_props_with_optionals
68002026-01-22T10:24:02.694Z PASS [ 0.027s] ( 147/2662) illumos-utils zfs::test::parse_dataset_too_many_columns
68012026-01-22T10:24:02.717Z PASS [ 0.031s] ( 148/2662) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68022026-01-22T10:24:02.717Z PASS [ 0.024s] ( 149/2662) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68032026-01-22T10:24:02.741Z PASS [ 0.031s] ( 150/2662) illumos-utils zfs::test::parse_quota_ignored_if_default
68042026-01-22T10:24:02.741Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68052026-01-22T10:24:02.765Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68062026-01-22T10:24:02.765Z PASS [ 0.032s] ( 151/2662) illumos-utils zfs::test::parse_reservation_ignored_if_default
68072026-01-22T10:24:02.788Z PASS [ 0.030s] ( 152/2662) illumos-utils zfs::test::parse_sorts_and_dedups
68082026-01-22T10:24:02.812Z PASS [ 0.052s] ( 153/2662) illumos-utils zone::tests::delete_nonexistent_address
68092026-01-22T10:24:02.812Z PASS [ 0.035s] ( 154/2662) illumos-utils zone::tests::test_parse_ip_network
68102026-01-22T10:24:02.836Z PASS [ 0.030s] ( 155/2662) illumos-utils zpool::test::test_parse_zpool
68112026-01-22T10:24:02.836Z PASS [ 0.034s] ( 156/2662) illumos-utils zpool::test::test_parse_zpool_missing_column
68122026-01-22T10:24:04.619Z PASS [ 1.785s] ( 157/2662) installinator write::tests::proptest_write_artifact
68132026-01-22T10:24:04.795Z PASS [ 0.176s] ( 158/2662) installinator-common block_size_writer::tests::proptest_block_writer
68142026-01-22T10:24:05.435Z PASS [ 0.639s] ( 159/2662) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68152026-01-22T10:24:05.731Z PASS [ 0.296s] ( 160/2662) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68162026-01-22T10:24:05.957Z PASS [ 0.226s] ( 161/2662) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68172026-01-22T10:24:06.374Z PASS [ 0.417s] ( 162/2662) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68182026-01-22T10:24:06.584Z PASS [ 3.756s] ( 163/2662) installinator mock_peers::tests::proptest_fetch_artifact
68192026-01-22T10:24:06.805Z PASS [ 0.431s] ( 164/2662) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68202026-01-22T10:24:06.938Z PASS [ 0.355s] ( 165/2662) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68212026-01-22T10:24:06.970Z PASS [ 0.032s] ( 166/2662) internal-dns-types config::test::display_hosts
68222026-01-22T10:24:06.994Z PASS [ 0.024s] ( 167/2662) internal-dns-types config::test::display_srv_service
68232026-01-22T10:24:07.032Z PASS [ 0.038s] ( 168/2662) internal-dns-types config::test::test_builder_errors
68242026-01-22T10:24:07.062Z PASS [ 0.256s] ( 169/2662) internal-dns-resolver resolver::test::update_record
68252026-01-22T10:24:07.086Z PASS [ 0.042s] ( 170/2662) internal-dns-types config::test::test_builder_output
68262026-01-22T10:24:07.110Z PASS [ 0.033s] ( 171/2662) internal-dns-types diff::test::diff_different
68272026-01-22T10:24:07.110Z PASS [ 0.027s] ( 172/2662) internal-dns-types diff::test::diff_equivalent
68282026-01-22T10:24:07.134Z PASS [ 0.025s] ( 173/2662) internal-dns-types diff::test::diff_invalid
68292026-01-22T10:24:07.134Z PASS [ 0.024s] ( 174/2662) ipcc tests::deserialize_fixed_value
68302026-01-22T10:24:07.158Z PASS [ 0.024s] ( 175/2662) ipcc tests::installinator_image_id_round_trip
68312026-01-22T10:24:07.158Z PASS [ 0.020s] ( 176/2662) ipcc tests::serialized_size
68322026-01-22T10:24:07.193Z PASS [ 0.047s] ( 177/2662) key-manager tests::different_ikm_produces_different_keys
68332026-01-22T10:24:07.217Z PASS [ 0.051s] ( 178/2662) key-manager tests::different_disks_produce_different_keys
68342026-01-22T10:24:07.240Z PASS [ 0.027s] ( 179/2662) key-manager tests::disk_encryption_key_epoch_0
68352026-01-22T10:24:07.240Z PASS [ 0.030s] ( 180/2662) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68362026-01-22T10:24:07.328Z PASS [ 0.108s] ( 181/2662) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68372026-01-22T10:24:07.352Z PASS [ 0.105s] ( 182/2662) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68382026-01-22T10:24:07.376Z PASS [ 0.042s] ( 183/2662) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68392026-01-22T10:24:07.400Z PASS [ 0.053s] ( 184/2662) nexus-auth authn::external::session_cookie::test::test_get_token
68402026-01-22T10:24:07.423Z PASS [ 0.041s] ( 185/2662) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
68412026-01-22T10:24:07.447Z PASS [ 0.049s] ( 186/2662) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
68422026-01-22T10:24:07.471Z PASS [ 0.058s] ( 187/2662) nexus-auth authn::external::session_cookie::test::test_missing_cookie
68432026-01-22T10:24:07.494Z PASS [ 0.050s] ( 188/2662) nexus-auth authn::external::session_cookie::test::test_other_cookie
68442026-01-22T10:24:07.518Z PASS [ 0.039s] ( 189/2662) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
68452026-01-22T10:24:07.542Z PASS [ 0.037s] ( 190/2662) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
68462026-01-22T10:24:07.566Z PASS [ 0.046s] ( 191/2662) nexus-auth authn::external::session_cookie::test::test_valid_cookie
68472026-01-22T10:24:07.590Z PASS [ 0.048s] ( 192/2662) nexus-auth authn::external::spoof::test::test_make_header_value
68482026-01-22T10:24:07.614Z PASS [ 0.036s] ( 193/2662) nexus-auth authn::external::spoof::test::test_make_header_value_raw
68492026-01-22T10:24:07.638Z PASS [ 0.052s] ( 194/2662) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
68502026-01-22T10:24:07.638Z PASS [ 0.038s] ( 195/2662) nexus-auth authn::external::spoof::test::test_spoof_header_missing
68512026-01-22T10:24:07.661Z PASS [ 0.040s] ( 196/2662) nexus-auth authn::external::spoof::test::test_spoof_header_valid
68522026-01-22T10:24:07.685Z PASS [ 0.042s] ( 197/2662) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
68532026-01-22T10:24:07.709Z PASS [ 0.043s] ( 198/2662) nexus-auth authn::external::test::test_authn_sequence
68542026-01-22T10:24:07.733Z PASS [ 0.038s] ( 199/2662) nexus-auth authn::external::token::test::test_make_header_value
68552026-01-22T10:24:07.733Z PASS [ 0.028s] ( 200/2662) nexus-auth authn::external::token::test::test_token_header_bad_utf8
68562026-01-22T10:24:07.757Z PASS [ 0.028s] ( 201/2662) nexus-auth authn::external::token::test::test_token_header_missing
68572026-01-22T10:24:07.781Z PASS [ 0.036s] ( 202/2662) nexus-auth authn::external::token::test::test_token_header_valid
68582026-01-22T10:24:07.804Z PASS [ 0.055s] ( 203/2662) nexus-auth authn::test::test_internal_users
68592026-01-22T10:24:07.844Z PASS [ 0.051s] ( 204/2662) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
68602026-01-22T10:24:07.922Z PASS [ 0.077s] ( 205/2662) nexus-auth context::test::test_background_context
68612026-01-22T10:24:07.945Z PASS [ 0.173s] ( 206/2662) nexus-auth authz::context::test::test_unregistered_resource
68622026-01-22T10:24:08.006Z PASS [ 0.084s] ( 207/2662) nexus-auth context::test::test_child_context
68632026-01-22T10:24:08.030Z PASS [ 0.083s] ( 208/2662) nexus-auth context::test::test_test_context
68642026-01-22T10:24:08.071Z PASS [ 0.046s] ( 209/2662) nexus-config nexus_config::test::test_config_bad_toml
68652026-01-22T10:24:08.107Z PASS [ 0.034s] ( 210/2662) nexus-config nexus_config::test::test_config_empty
68662026-01-22T10:24:08.131Z PASS [ 0.104s] ( 211/2662) nexus-config nexus_config::test::test_bad_authn_schemes
68672026-01-22T10:24:08.154Z PASS [ 0.029s] ( 212/2662) nexus-config nexus_config::test::test_config_nonexistent
68682026-01-22T10:24:08.178Z PASS [ 0.065s] ( 213/2662) nexus-config nexus_config::test::test_deployment_config_schema
68692026-01-22T10:24:08.178Z PASS [ 0.041s] ( 214/2662) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
68702026-01-22T10:24:08.235Z PASS [ 0.059s] ( 215/2662) nexus-config nexus_config::test::test_valid
68712026-01-22T10:24:08.259Z PASS [ 0.066s] ( 216/2662) nexus-config nexus_config::test::test_repo_configs_are_valid
68722026-01-22T10:24:08.283Z PASS [ 0.028s] ( 217/2662) nexus-config postgres_config::test::test_bad_url
68732026-01-22T10:24:08.283Z PASS [ 0.032s] ( 218/2662) nexus-config postgres_config::test::test_example_url
68742026-01-22T10:24:08.317Z PASS [ 0.052s] ( 219/2662) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
68752026-01-22T10:24:08.341Z PASS [ 0.054s] ( 220/2662) nexus-db-fixed-data test::test_allowlist_id_is_valid
68762026-01-22T10:24:08.365Z PASS [ 0.043s] ( 221/2662) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
68772026-01-22T10:24:08.389Z PASS [ 0.047s] ( 222/2662) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
68782026-01-22T10:24:08.430Z PASS [ 0.054s] ( 223/2662) nexus-db-model alert_class::tests::test_from_str_roundtrips
68792026-01-22T10:24:08.457Z PASS [ 0.027s] ( 224/2662) nexus-db-model alert_class::tests::test_is_test
68802026-01-22T10:24:08.500Z PASS [ 0.044s] ( 225/2662) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
68812026-01-22T10:24:08.539Z PASS [ 0.038s] ( 226/2662) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
68822026-01-22T10:24:08.600Z PASS [ 0.061s] ( 227/2662) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
68832026-01-22T10:24:08.639Z PASS [ 0.039s] ( 228/2662) nexus-db-model bytecount::test::test_bytecount_i64_conversions
68842026-01-22T10:24:08.679Z PASS [ 0.040s] ( 229/2662) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
68852026-01-22T10:24:08.717Z PASS [ 0.037s] ( 230/2662) nexus-db-model device_auth::test::test_generate_user_code
68862026-01-22T10:24:08.745Z PASS [ 0.028s] ( 231/2662) nexus-db-model instance_state::tests::test_from_str_roundtrips
68872026-01-22T10:24:08.786Z PASS [ 0.041s] ( 232/2662) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
68882026-01-22T10:24:08.821Z PASS [ 0.034s] ( 233/2662) nexus-db-model role_assignment::tests::test_role_assignment_from_database
68892026-01-22T10:24:08.879Z PASS [ 0.058s] ( 234/2662) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
68902026-01-22T10:24:08.910Z PASS [ 0.031s] ( 235/2662) nexus-db-model schema_versions::test::test_known_versions
68912026-01-22T10:24:08.947Z PASS [ 0.037s] ( 236/2662) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
68922026-01-22T10:24:08.986Z PASS [ 0.039s] ( 237/2662) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
68932026-01-22T10:24:09.020Z PASS [ 0.033s] ( 238/2662) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
68942026-01-22T10:24:09.049Z PASS [ 0.029s] ( 239/2662) nexus-db-model schema_versions::test::test_verify
68952026-01-22T10:24:09.079Z PASS [ 0.031s] ( 240/2662) nexus-db-model semver_version::test::test_to_from_sortable_string
68962026-01-22T10:24:09.111Z PASS [ 0.032s] ( 241/2662) nexus-db-model tests::test_ip_subnet_check_requestable_address
68972026-01-22T10:24:09.140Z PASS [ 0.028s] ( 242/2662) nexus-db-model tests::test_ipv6_net_random_subnet
68982026-01-22T10:24:09.170Z PASS [ 0.031s] ( 243/2662) nexus-db-model tests::test_roles_database_strings
68992026-01-22T10:24:09.194Z PASS [ 0.023s] ( 244/2662) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
69002026-01-22T10:24:09.234Z PASS [ 0.040s] ( 245/2662) nexus-db-model typed_uuid::tests::test_compare_consistency
69012026-01-22T10:24:09.263Z PASS [ 0.029s] ( 246/2662) nexus-db-model typed_uuid::tests::test_hash_equality
69022026-01-22T10:24:09.294Z PASS [ 0.030s] ( 247/2662) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
69032026-01-22T10:24:09.387Z PASS [ 0.093s] ( 248/2662) nexus-db-model vmm_state::tests::test_from_str_roundtrips
69042026-01-22T10:24:14.236Z PASS [ 5.878s] ( 249/2662) nexus-db-lookup::integration lookup::test_lookup
69052026-01-22T10:24:15.293Z PASS [ 5.907s] ( 250/2662) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
69062026-01-22T10:24:18.083Z PASS [ 3.846s] ( 251/2662) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
69072026-01-22T10:24:19.250Z PASS [ 3.957s] ( 252/2662) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
69082026-01-22T10:24:21.772Z PASS [ 3.690s] ( 253/2662) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
69092026-01-22T10:24:23.152Z PASS [ 3.902s] ( 254/2662) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
69102026-01-22T10:24:25.584Z PASS [ 3.812s] ( 255/2662) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
69112026-01-22T10:24:26.760Z PASS [ 3.609s] ( 256/2662) nexus-db-queries db::collection_attach::test::test_attach_once
69122026-01-22T10:24:29.271Z PASS [ 3.688s] ( 257/2662) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
69132026-01-22T10:24:30.668Z PASS [ 3.910s] ( 258/2662) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
69142026-01-22T10:24:33.139Z PASS [ 3.867s] ( 259/2662) nexus-db-queries db::collection_attach::test::test_attach_with_filters
69152026-01-22T10:24:33.183Z PASS [ 0.045s] ( 260/2662) nexus-db-queries db::collection_attach::test::test_verify_query
69162026-01-22T10:24:34.674Z PASS [ 4.006s] ( 261/2662) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
69172026-01-22T10:24:36.981Z PASS [ 3.798s] ( 262/2662) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
69182026-01-22T10:24:38.406Z PASS [ 3.733s] ( 263/2662) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
69192026-01-22T10:24:40.744Z PASS [ 3.764s] ( 264/2662) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
69202026-01-22T10:24:42.161Z PASS [ 3.755s] ( 265/2662) nexus-db-queries db::collection_detach::test::test_detach_once
69212026-01-22T10:24:44.621Z PASS [ 3.877s] ( 266/2662) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
69222026-01-22T10:24:44.666Z PASS [ 0.045s] ( 267/2662) nexus-db-queries db::collection_detach::test::test_verify_query
69232026-01-22T10:24:45.990Z PASS [ 3.830s] ( 268/2662) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
69242026-01-22T10:24:48.573Z PASS [ 3.907s] ( 269/2662) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
69252026-01-22T10:24:49.865Z PASS [ 3.875s] ( 270/2662) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
69262026-01-22T10:24:52.381Z PASS [ 3.809s] ( 271/2662) nexus-db-queries db::collection_detach_many::test::test_detach_many
69272026-01-22T10:24:53.678Z PASS [ 3.813s] ( 272/2662) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
69282026-01-22T10:24:55.116Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
69292026-01-22T10:24:56.052Z PASS [ 3.671s] ( 273/2662) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
69302026-01-22T10:24:57.682Z PASS [ 4.005s] ( 274/2662) nexus-db-queries db::collection_detach_many::test::test_detach_once
69312026-01-22T10:24:58.081Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69322026-01-22T10:25:00.009Z PASS [ 3.958s] ( 275/2662) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
69332026-01-22T10:25:00.052Z PASS [ 0.042s] ( 276/2662) nexus-db-queries db::collection_detach_many::test::test_verify_query
69342026-01-22T10:25:01.757Z PASS [ 4.074s] ( 277/2662) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
69352026-01-22T10:25:02.731Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69362026-01-22T10:25:02.757Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69372026-01-22T10:25:03.494Z PASS [ 3.443s] ( 278/2662) nexus-db-queries db::collection_insert::test::test_collection_not_present
69382026-01-22T10:25:03.556Z PASS [ 0.062s] ( 279/2662) nexus-db-queries db::collection_insert::test::test_verify_query
69392026-01-22T10:25:03.620Z PASS [ 0.063s] ( 280/2662) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
69402026-01-22T10:25:03.682Z PASS [ 0.063s] ( 281/2662) nexus-db-queries db::column_walker::test::test_walk_columns
69412026-01-22T10:25:03.736Z PASS [ 0.053s] ( 282/2662) nexus-db-queries db::column_walker::test::test_walk_table
69422026-01-22T10:25:05.109Z PASS [ 3.353s] ( 283/2662) nexus-db-queries db::collection_insert::test::test_collection_present
69432026-01-22T10:25:10.527Z PASS [ 6.792s] ( 284/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
69442026-01-22T10:25:12.234Z PASS [ 7.123s] ( 285/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
69452026-01-22T10:25:18.821Z PASS [ 6.591s] ( 286/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
69462026-01-22T10:25:20.683Z PASS [ 10.157s] ( 287/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
69472026-01-22T10:25:25.115Z PASS [ 6.295s] ( 288/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
69482026-01-22T10:25:28.385Z PASS [ 7.703s] ( 289/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
69492026-01-22T10:25:31.846Z PASS [ 6.732s] ( 290/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
69502026-01-22T10:25:35.471Z PASS [ 7.087s] ( 291/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
69512026-01-22T10:25:37.939Z PASS [ 6.094s] ( 292/2662) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
69522026-01-22T10:25:42.018Z PASS [ 6.548s] ( 293/2662) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
69532026-01-22T10:25:44.512Z PASS [ 6.574s] ( 294/2662) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
69542026-01-22T10:25:48.225Z PASS [ 6.208s] ( 295/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
69552026-01-22T10:25:50.791Z PASS [ 6.280s] ( 296/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
69562026-01-22T10:25:55.107Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
69572026-01-22T10:25:57.434Z PASS [ 6.644s] ( 297/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
69582026-01-22T10:25:57.982Z PASS [ 9.758s] ( 298/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
69592026-01-22T10:25:58.072Z SLOW [>240.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69602026-01-22T10:26:02.722Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69612026-01-22T10:26:02.746Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69622026-01-22T10:26:04.083Z PASS [ 6.650s] ( 299/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
69632026-01-22T10:26:05.654Z PASS [ 7.674s] ( 300/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
69642026-01-22T10:26:11.204Z PASS [ 7.122s] ( 301/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
69652026-01-22T10:26:13.557Z PASS [ 7.904s] ( 302/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
69662026-01-22T10:26:17.389Z PASS [ 6.187s] ( 303/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
69672026-01-22T10:26:19.678Z PASS [ 6.122s] ( 304/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
69682026-01-22T10:26:23.740Z PASS [ 6.352s] ( 305/2662) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
69692026-01-22T10:26:28.335Z PASS [ 8.658s] ( 306/2662) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
69702026-01-22T10:26:32.032Z PASS [ 3.697s] ( 307/2662) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
69712026-01-22T10:26:32.470Z PASS [ 8.731s] ( 308/2662) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
69722026-01-22T10:26:38.417Z PASS [ 6.386s] ( 309/2662) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
69732026-01-22T10:26:38.666Z PASS [ 6.197s] ( 310/2662) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
69742026-01-22T10:26:44.105Z PASS [ 5.689s] ( 311/2662) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
69752026-01-22T10:26:44.694Z PASS [ 6.028s] ( 312/2662) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
69762026-01-22T10:26:50.100Z PASS [ 5.996s] ( 313/2662) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
69772026-01-22T10:26:50.743Z PASS [ 6.050s] ( 314/2662) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
69782026-01-22T10:26:55.097Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
69792026-01-22T10:26:55.787Z PASS [ 5.688s] ( 315/2662) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
69802026-01-22T10:26:56.452Z PASS [ 5.709s] ( 316/2662) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
69812026-01-22T10:26:58.062Z SLOW [>300.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69822026-01-22T10:27:01.801Z PASS [ 6.014s] ( 317/2662) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
69832026-01-22T10:27:02.712Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
69842026-01-22T10:27:02.736Z SLOW [>420.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
69852026-01-22T10:27:03.347Z PASS [ 6.896s] ( 318/2662) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
69862026-01-22T10:27:05.549Z PASS [ 3.749s] ( 319/2662) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
69872026-01-22T10:27:08.317Z PASS [ 4.970s] ( 320/2662) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
69882026-01-22T10:27:09.614Z PASS [ 4.066s] ( 321/2662) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
69892026-01-22T10:27:12.183Z PASS [ 3.867s] ( 322/2662) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
69902026-01-22T10:27:13.762Z PASS [ 4.148s] ( 323/2662) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
69912026-01-22T10:27:15.816Z PASS [ 3.633s] ( 324/2662) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
69922026-01-22T10:27:17.407Z PASS [ 3.646s] ( 325/2662) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
69932026-01-22T10:27:19.322Z PASS [ 3.506s] ( 326/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
69942026-01-22T10:27:20.966Z PASS [ 3.559s] ( 327/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
69952026-01-22T10:27:22.842Z PASS [ 3.521s] ( 328/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
69962026-01-22T10:27:24.478Z PASS [ 3.513s] ( 329/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
69972026-01-22T10:27:26.678Z PASS [ 3.837s] ( 330/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
69982026-01-22T10:27:28.402Z PASS [ 3.924s] ( 331/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
69992026-01-22T10:27:30.469Z PASS [ 3.792s] ( 332/2662) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
70002026-01-22T10:27:34.007Z PASS [ 3.538s] ( 333/2662) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
70012026-01-22T10:27:34.202Z PASS [ 5.801s] ( 334/2662) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
70022026-01-22T10:27:37.352Z PASS [ 3.346s] ( 335/2662) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
70032026-01-22T10:27:37.609Z PASS [ 3.408s] ( 336/2662) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
70042026-01-22T10:27:43.144Z PASS [ 5.793s] ( 337/2662) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
70052026-01-22T10:27:43.310Z PASS [ 5.701s] ( 338/2662) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
70062026-01-22T10:27:43.611Z PASS [ 0.302s] ( 339/2662) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
70072026-01-22T10:27:46.539Z PASS [ 2.928s] ( 340/2662) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
70082026-01-22T10:27:49.689Z PASS [ 6.546s] ( 341/2662) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
70092026-01-22T10:27:55.011Z PASS [ 8.473s] ( 342/2662) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
70102026-01-22T10:27:55.087Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
70112026-01-22T10:27:55.951Z PASS [ 6.263s] ( 343/2662) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
70122026-01-22T10:27:58.053Z SLOW [>360.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70132026-01-22T10:28:02.133Z PASS [ 7.123s] ( 344/2662) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
70142026-01-22T10:28:02.703Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70152026-01-22T10:28:02.727Z SLOW [>480.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70162026-01-22T10:28:02.842Z PASS [ 6.892s] ( 345/2662) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
70172026-01-22T10:28:09.203Z PASS [ 6.362s] ( 346/2662) nexus-db-queries db::datastore::deployment::tests::test_set_target
70182026-01-22T10:28:11.051Z PASS [ 8.920s] ( 347/2662) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
70192026-01-22T10:28:16.225Z PASS [ 7.023s] ( 348/2662) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
70202026-01-22T10:28:16.277Z PASS [ 0.052s] ( 349/2662) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
70212026-01-22T10:28:17.051Z PASS [ 379.009s] ( 350/2662) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70222026-01-22T10:28:17.453Z PASS [ 6.403s] ( 351/2662) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
70232026-01-22T10:28:22.030Z PASS [ 5.754s] ( 352/2662) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
70242026-01-22T10:28:23.449Z PASS [ 6.399s] ( 353/2662) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
70252026-01-22T10:28:24.797Z PASS [ 7.345s] ( 354/2662) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
70262026-01-22T10:28:28.143Z PASS [ 6.113s] ( 355/2662) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
70272026-01-22T10:28:29.633Z PASS [ 6.186s] ( 356/2662) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
70282026-01-22T10:28:30.764Z PASS [ 5.968s] ( 357/2662) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
70292026-01-22T10:28:31.195Z PASS [ 3.054s] ( 358/2662) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
70302026-01-22T10:28:32.638Z PASS [ 3.005s] ( 359/2662) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
70312026-01-22T10:28:33.809Z PASS [ 3.046s] ( 360/2662) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
70322026-01-22T10:28:34.217Z PASS [ 3.022s] ( 361/2662) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
70332026-01-22T10:28:35.637Z PASS [ 2.999s] ( 362/2662) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
70342026-01-22T10:28:36.911Z PASS [ 3.103s] ( 363/2662) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
70352026-01-22T10:28:37.488Z PASS [ 3.272s] ( 364/2662) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
70362026-01-22T10:28:39.192Z PASS [ 3.555s] ( 365/2662) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
70372026-01-22T10:28:42.956Z PASS [ 6.046s] ( 366/2662) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
70382026-01-22T10:28:44.946Z PASS [ 7.459s] ( 367/2662) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
70392026-01-22T10:28:45.268Z PASS [ 0.322s] ( 368/2662) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
70402026-01-22T10:28:45.594Z PASS [ 0.326s] ( 369/2662) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
70412026-01-22T10:28:45.634Z PASS [ 6.444s] ( 370/2662) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
70422026-01-22T10:28:45.931Z PASS [ 0.336s] ( 371/2662) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
70432026-01-22T10:28:48.934Z PASS [ 3.003s] ( 372/2662) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
70442026-01-22T10:28:49.013Z PASS [ 3.379s] ( 373/2662) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
70452026-01-22T10:28:49.483Z PASS [ 6.528s] ( 374/2662) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
70462026-01-22T10:28:51.958Z PASS [ 3.024s] ( 375/2662) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
70472026-01-22T10:28:52.361Z PASS [ 3.349s] ( 376/2662) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
70482026-01-22T10:28:55.077Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
70492026-01-22T10:28:56.570Z PASS [ 7.088s] ( 377/2662) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
70502026-01-22T10:28:57.694Z PASS [ 5.738s] ( 378/2662) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
70512026-01-22T10:28:58.030Z PASS [ 5.669s] ( 379/2662) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
70522026-01-22T10:29:02.693Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70532026-01-22T10:29:02.717Z SLOW [>540.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70542026-01-22T10:29:02.717Z PASS [ 6.143s] ( 380/2662) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
70552026-01-22T10:29:04.024Z PASS [ 6.330s] ( 381/2662) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
70562026-01-22T10:29:04.439Z PASS [ 6.410s] ( 382/2662) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
70572026-01-22T10:29:08.916Z PASS [ 6.205s] ( 383/2662) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
70582026-01-22T10:29:10.365Z PASS [ 6.342s] ( 384/2662) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
70592026-01-22T10:29:13.232Z PASS [ 8.792s] ( 385/2662) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
70602026-01-22T10:29:14.339Z PASS [ 379.272s] ( 386/2662) oximeter-db client::tests::test_replicated
70612026-01-22T10:29:14.401Z PASS [ 0.059s] ( 387/2662) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
70622026-01-22T10:29:14.432Z PASS [ 0.031s] ( 388/2662) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
70632026-01-22T10:29:14.459Z PASS [ 0.027s] ( 389/2662) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
70642026-01-22T10:29:14.485Z PASS [ 0.026s] ( 390/2662) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
70652026-01-22T10:29:14.513Z PASS [ 0.028s] ( 391/2662) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
70662026-01-22T10:29:15.060Z PASS [ 6.145s] ( 392/2662) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
70672026-01-22T10:29:15.189Z PASS [ 0.676s] ( 393/2662) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
70682026-01-22T10:29:15.368Z PASS [ 0.179s] ( 394/2662) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
70692026-01-22T10:29:15.548Z PASS [ 0.180s] ( 395/2662) omicron-clickhouse-admin::integration_test test_lgif_parsing
70702026-01-22T10:29:15.812Z PASS [ 0.263s] ( 396/2662) omicron-clickhouse-admin::integration_test test_raft_config_parsing
70712026-01-22T10:29:15.995Z PASS [ 0.184s] ( 397/2662) omicron-clickhouse-admin::integration_test test_teardown
70722026-01-22T10:29:16.064Z PASS [ 5.701s] ( 398/2662) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
70732026-01-22T10:29:16.088Z PASS [ 0.083s] ( 399/2662) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
70742026-01-22T10:29:18.872Z PASS [ 5.644s] ( 400/2662) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
70752026-01-22T10:29:20.631Z PASS [ 5.572s] ( 401/2662) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
70762026-01-22T10:29:21.298Z PASS [ 5.234s] ( 402/2662) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
70772026-01-22T10:29:24.089Z PASS [ 5.217s] ( 403/2662) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
70782026-01-22T10:29:26.121Z PASS [ 5.477s] ( 404/2662) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
70792026-01-22T10:29:26.883Z PASS [ 5.586s] ( 405/2662) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
70802026-01-22T10:29:29.904Z PASS [ 5.816s] ( 406/2662) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
70812026-01-22T10:29:32.380Z PASS [ 5.498s] ( 407/2662) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
70822026-01-22T10:29:33.497Z PASS [ 7.391s] ( 408/2662) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
70832026-01-22T10:29:36.508Z PASS [ 6.605s] ( 409/2662) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
70842026-01-22T10:29:39.960Z PASS [ 6.464s] ( 410/2662) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
70852026-01-22T10:29:42.229Z PASS [ 9.851s] ( 411/2662) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
70862026-01-22T10:29:42.723Z PASS [ 6.216s] ( 412/2662) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
70872026-01-22T10:29:45.800Z PASS [ 3.571s] ( 413/2662) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
70882026-01-22T10:29:46.160Z PASS [ 6.201s] ( 414/2662) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
70892026-01-22T10:29:46.220Z PASS [ 3.498s] ( 415/2662) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
70902026-01-22T10:29:49.305Z PASS [ 3.505s] ( 416/2662) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
70912026-01-22T10:29:49.873Z PASS [ 3.714s] ( 417/2662) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
70922026-01-22T10:29:51.791Z PASS [ 5.572s] ( 418/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
70932026-01-22T10:29:55.182Z PASS [ 5.878s] ( 419/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
70942026-01-22T10:29:55.643Z PASS [ 5.771s] ( 420/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
70952026-01-22T10:29:57.769Z PASS [ 5.979s] ( 421/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
70962026-01-22T10:30:00.785Z PASS [ 5.603s] ( 422/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
70972026-01-22T10:30:01.083Z PASS [ 0.298s] ( 423/2662) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
70982026-01-22T10:30:01.324Z PASS [ 5.681s] ( 424/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
70992026-01-22T10:30:01.383Z PASS [ 0.300s] ( 425/2662) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
71002026-01-22T10:30:01.649Z PASS [ 0.325s] ( 426/2662) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
71012026-01-22T10:30:02.683Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71022026-01-22T10:30:02.707Z SLOW [>600.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71032026-01-22T10:30:03.397Z PASS [ 5.629s] ( 427/2662) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
71042026-01-22T10:30:07.299Z PASS [ 5.651s] ( 428/2662) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
71052026-01-22T10:30:07.799Z PASS [ 6.417s] ( 429/2662) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
71062026-01-22T10:30:09.701Z PASS [ 6.305s] ( 430/2662) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
71072026-01-22T10:30:13.597Z PASS [ 6.300s] ( 431/2662) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
71082026-01-22T10:30:13.941Z PASS [ 6.144s] ( 432/2662) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
71092026-01-22T10:30:16.070Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
71102026-01-22T10:30:16.113Z PASS [ 6.400s] ( 433/2662) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
71112026-01-22T10:30:19.673Z PASS [ 6.076s] ( 434/2662) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
71122026-01-22T10:30:19.841Z PASS [ 5.900s] ( 435/2662) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
71132026-01-22T10:30:22.130Z PASS [ 6.030s] ( 436/2662) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
71142026-01-22T10:30:25.614Z PASS [ 5.941s] ( 437/2662) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
71152026-01-22T10:30:25.660Z PASS [ 69.594s] ( 438/2662) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
71162026-01-22T10:30:25.704Z PASS [ 5.864s] ( 439/2662) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
71172026-01-22T10:30:27.966Z PASS [ 5.838s] ( 440/2662) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
71182026-01-22T10:30:28.576Z PASS [ 2.916s] ( 441/2662) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
71192026-01-22T10:30:30.805Z PASS [ 5.192s] ( 442/2662) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
71202026-01-22T10:30:31.111Z PASS [ 5.384s] ( 443/2662) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
71212026-01-22T10:30:33.556Z PASS [ 5.591s] ( 444/2662) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
71222026-01-22T10:30:35.670Z PASS [ 4.866s] ( 445/2662) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
71232026-01-22T10:30:35.896Z PASS [ 4.809s] ( 446/2662) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
71242026-01-22T10:30:39.102Z PASS [ 5.547s] ( 447/2662) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
71252026-01-22T10:30:41.644Z PASS [ 5.975s] ( 448/2662) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
71262026-01-22T10:30:41.668Z PASS [ 5.754s] ( 449/2662) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
71272026-01-22T10:30:44.696Z PASS [ 5.595s] ( 450/2662) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
71282026-01-22T10:30:45.750Z PASS [ 17.177s] ( 451/2662) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
71292026-01-22T10:30:47.248Z PASS [ 5.605s] ( 452/2662) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
71302026-01-22T10:30:47.329Z PASS [ 5.680s] ( 453/2662) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
71312026-01-22T10:30:50.008Z PASS [ 5.313s] ( 454/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
71322026-01-22T10:30:52.422Z PASS [ 5.094s] ( 455/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
71332026-01-22T10:30:53.064Z PASS [ 5.816s] ( 456/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
71342026-01-22T10:30:55.330Z PASS [ 5.323s] ( 457/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
71352026-01-22T10:30:58.240Z PASS [ 5.819s] ( 458/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
71362026-01-22T10:30:59.003Z PASS [ 5.941s] ( 459/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_pool_exhaustion
71372026-01-22T10:31:01.119Z PASS [ 5.790s] ( 460/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
71382026-01-22T10:31:02.676Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71392026-01-22T10:31:02.700Z SLOW [>660.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71402026-01-22T10:31:03.978Z PASS [ 5.738s] ( 461/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
71412026-01-22T10:31:05.138Z PASS [ 6.136s] ( 462/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
71422026-01-22T10:31:06.598Z PASS [ 20.851s] ( 463/2662) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
71432026-01-22T10:31:06.963Z PASS [ 5.844s] ( 464/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
71442026-01-22T10:31:09.753Z PASS [ 5.776s] ( 465/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
71452026-01-22T10:31:11.049Z PASS [ 5.911s] ( 466/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
71462026-01-22T10:31:12.566Z PASS [ 5.603s] ( 467/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_delete_create_cycle
71472026-01-22T10:31:12.970Z PASS [ 6.373s] ( 468/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_member_state_transitions_datastore
71482026-01-22T10:31:15.187Z PASS [ 5.435s] ( 469/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
71492026-01-22T10:31:16.424Z PASS [ 5.376s] ( 470/2662) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
71502026-01-22T10:31:18.553Z PASS [ 5.988s] ( 471/2662) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
71512026-01-22T10:31:19.148Z PASS [ 6.179s] ( 472/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
71522026-01-22T10:31:21.394Z PASS [ 6.208s] ( 473/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_clears_sources_on_reactivation
71532026-01-22T10:31:22.705Z PASS [ 6.282s] ( 474/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
71542026-01-22T10:31:23.553Z PASS [ 5.001s] ( 475/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
71552026-01-22T10:31:25.270Z PASS [ 6.123s] ( 476/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
71562026-01-22T10:31:27.561Z PASS [ 6.168s] ( 477/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
71572026-01-22T10:31:28.881Z PASS [ 6.177s] ( 478/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
71582026-01-22T10:31:29.781Z PASS [ 6.229s] ( 479/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_preserves_sources_on_reactivation
71592026-01-22T10:31:31.519Z PASS [ 6.250s] ( 480/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_from_left
71602026-01-22T10:31:34.017Z PASS [ 6.457s] ( 481/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_replaces_sources
71612026-01-22T10:31:35.026Z PASS [ 6.146s] ( 482/2662) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
71622026-01-22T10:31:36.317Z PASS [ 6.537s] ( 483/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
71632026-01-22T10:31:37.892Z PASS [ 6.374s] ( 484/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
71642026-01-22T10:31:40.169Z PASS [ 6.153s] ( 485/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
71652026-01-22T10:31:41.026Z PASS [ 6.001s] ( 486/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
71662026-01-22T10:31:42.743Z PASS [ 6.427s] ( 487/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
71672026-01-22T10:31:44.237Z PASS [ 6.346s] ( 488/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
71682026-01-22T10:31:46.975Z PASS [ 6.805s] ( 489/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
71692026-01-22T10:31:47.384Z PASS [ 6.359s] ( 490/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
71702026-01-22T10:31:49.215Z PASS [ 6.473s] ( 491/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
71712026-01-22T10:31:50.518Z PASS [ 6.281s] ( 492/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
71722026-01-22T10:31:53.169Z PASS [ 6.197s] ( 493/2662) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
71732026-01-22T10:31:53.443Z PASS [ 6.060s] ( 494/2662) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
71742026-01-22T10:31:54.190Z PASS [ 4.976s] ( 495/2662) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
71752026-01-22T10:31:56.191Z PASS [ 5.674s] ( 496/2662) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
71762026-01-22T10:31:59.371Z PASS [ 6.203s] ( 497/2662) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
71772026-01-22T10:31:59.488Z PASS [ 6.047s] ( 498/2662) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
71782026-01-22T10:32:00.397Z PASS [ 6.207s] ( 499/2662) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
71792026-01-22T10:32:02.664Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71802026-01-22T10:32:02.688Z SLOW [>720.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
71812026-01-22T10:32:02.712Z PASS [ 6.508s] ( 500/2662) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
71822026-01-22T10:32:05.417Z PASS [ 6.046s] ( 501/2662) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
71832026-01-22T10:32:06.003Z PASS [ 6.515s] ( 502/2662) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
71842026-01-22T10:32:07.272Z PASS [ 6.876s] ( 503/2662) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
71852026-01-22T10:32:07.754Z PASS [ 5.056s] ( 504/2662) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
71862026-01-22T10:32:10.950Z PASS [ 5.534s] ( 505/2662) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
71872026-01-22T10:32:11.316Z PASS [ 5.314s] ( 506/2662) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
71882026-01-22T10:32:12.912Z PASS [ 5.160s] ( 507/2662) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
71892026-01-22T10:32:13.183Z PASS [ 5.911s] ( 508/2662) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
71902026-01-22T10:32:16.828Z PASS [ 5.878s] ( 509/2662) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
71912026-01-22T10:32:17.936Z PASS [ 5.025s] ( 510/2662) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
71922026-01-22T10:32:21.845Z PASS [ 5.019s] ( 511/2662) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
71932026-01-22T10:32:23.121Z PASS [ 5.185s] ( 512/2662) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
71942026-01-22T10:32:24.610Z PASS [ 13.297s] ( 513/2662) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
71952026-01-22T10:32:27.238Z PASS [ 5.393s] ( 514/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
71962026-01-22T10:32:28.553Z PASS [ 5.433s] ( 515/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
71972026-01-22T10:32:30.447Z PASS [ 5.838s] ( 516/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
71982026-01-22T10:32:32.859Z PASS [ 5.622s] ( 517/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
71992026-01-22T10:32:34.514Z PASS [ 5.962s] ( 518/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
72002026-01-22T10:32:34.684Z PASS [ 21.505s] ( 519/2662) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
72012026-01-22T10:32:36.060Z PASS [ 5.614s] ( 520/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
72022026-01-22T10:32:38.884Z PASS [ 6.025s] ( 521/2662) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
72032026-01-22T10:32:40.640Z PASS [ 5.957s] ( 522/2662) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
72042026-01-22T10:32:41.621Z PASS [ 5.562s] ( 523/2662) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
72052026-01-22T10:32:41.992Z PASS [ 7.479s] ( 524/2662) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
72062026-01-22T10:32:44.479Z PASS [ 5.596s] ( 525/2662) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
72072026-01-22T10:32:46.827Z PASS [ 6.187s] ( 526/2662) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
72082026-01-22T10:32:47.752Z PASS [ 6.131s] ( 527/2662) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
72092026-01-22T10:32:47.798Z PASS [ 0.047s] ( 528/2662) nexus-db-queries db::datastore::region::test::test_extent_count
72102026-01-22T10:32:48.049Z PASS [ 6.059s] ( 529/2662) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
72112026-01-22T10:32:49.675Z PASS [ 5.197s] ( 530/2662) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
72122026-01-22T10:32:52.014Z PASS [ 5.188s] ( 531/2662) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
72132026-01-22T10:32:52.782Z PASS [ 4.984s] ( 532/2662) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
72142026-01-22T10:32:53.239Z PASS [ 5.190s] ( 533/2662) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
72152026-01-22T10:32:54.749Z PASS [ 5.074s] ( 534/2662) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
72162026-01-22T10:32:57.423Z PASS [ 5.409s] ( 535/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
72172026-01-22T10:32:57.792Z PASS [ 5.011s] ( 536/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
72182026-01-22T10:32:58.353Z PASS [ 5.115s] ( 537/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
72192026-01-22T10:32:59.891Z PASS [ 5.143s] ( 538/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
72202026-01-22T10:33:02.474Z PASS [ 5.052s] ( 539/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
72212026-01-22T10:33:02.655Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72222026-01-22T10:33:02.679Z SLOW [>780.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72232026-01-22T10:33:02.887Z PASS [ 5.095s] ( 540/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
72242026-01-22T10:33:03.487Z PASS [ 5.134s] ( 541/2662) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
72252026-01-22T10:33:04.962Z PASS [ 5.071s] ( 542/2662) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
72262026-01-22T10:33:07.486Z PASS [ 5.013s] ( 543/2662) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
72272026-01-22T10:33:07.856Z PASS [ 4.968s] ( 544/2662) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
72282026-01-22T10:33:08.795Z PASS [ 5.309s] ( 545/2662) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
72292026-01-22T10:33:09.922Z PASS [ 4.961s] ( 546/2662) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
72302026-01-22T10:33:12.858Z PASS [ 5.374s] ( 547/2662) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
72312026-01-22T10:33:12.979Z PASS [ 5.126s] ( 548/2662) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
72322026-01-22T10:33:13.819Z PASS [ 5.025s] ( 549/2662) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
72332026-01-22T10:33:15.919Z PASS [ 5.998s] ( 550/2662) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
72342026-01-22T10:33:18.368Z PASS [ 5.511s] ( 551/2662) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
72352026-01-22T10:33:18.653Z PASS [ 5.675s] ( 552/2662) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
72362026-01-22T10:33:19.628Z PASS [ 5.810s] ( 553/2662) nexus-db-queries db::datastore::sled::test::affinity_multi_group
72372026-01-22T10:33:21.670Z PASS [ 5.752s] ( 554/2662) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
72382026-01-22T10:33:24.077Z PASS [ 5.709s] ( 555/2662) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
72392026-01-22T10:33:24.193Z PASS [ 5.541s] ( 556/2662) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
72402026-01-22T10:33:25.447Z PASS [ 5.820s] ( 557/2662) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
72412026-01-22T10:33:27.348Z PASS [ 5.679s] ( 558/2662) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
72422026-01-22T10:33:29.810Z PASS [ 5.734s] ( 559/2662) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
72432026-01-22T10:33:29.965Z PASS [ 5.772s] ( 560/2662) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
72442026-01-22T10:33:31.134Z PASS [ 5.688s] ( 561/2662) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
72452026-01-22T10:33:33.060Z PASS [ 5.713s] ( 562/2662) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
72462026-01-22T10:33:36.102Z PASS [ 6.294s] ( 563/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation
72472026-01-22T10:33:37.131Z PASS [ 7.168s] ( 564/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
72482026-01-22T10:33:38.058Z PASS [ 6.925s] ( 565/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
72492026-01-22T10:33:40.030Z PASS [ 6.971s] ( 566/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
72502026-01-22T10:33:42.783Z PASS [ 6.682s] ( 567/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
72512026-01-22T10:33:44.324Z PASS [ 7.193s] ( 568/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
72522026-01-22T10:33:44.869Z PASS [ 6.812s] ( 569/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
72532026-01-22T10:33:46.958Z PASS [ 6.929s] ( 570/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
72542026-01-22T10:33:49.017Z PASS [ 6.234s] ( 571/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
72552026-01-22T10:33:50.973Z PASS [ 6.650s] ( 572/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
72562026-01-22T10:33:51.242Z PASS [ 6.374s] ( 573/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
72572026-01-22T10:33:56.531Z PASS [ 7.516s] ( 574/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
72582026-01-22T10:33:57.746Z PASS [ 6.774s] ( 575/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
72592026-01-22T10:33:58.135Z PASS [ 6.895s] ( 576/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
72602026-01-22T10:34:02.645Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72612026-01-22T10:34:02.669Z SLOW [>840.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72622026-01-22T10:34:03.634Z PASS [ 5.889s] ( 577/2662) nexus-db-queries db::datastore::sled::test::sled_list_batch
72632026-01-22T10:34:03.812Z PASS [ 7.282s] ( 578/2662) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
72642026-01-22T10:34:03.913Z PASS [ 5.779s] ( 579/2662) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
72652026-01-22T10:34:09.419Z PASS [ 5.608s] ( 580/2662) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
72662026-01-22T10:34:09.486Z PASS [ 5.574s] ( 581/2662) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
72672026-01-22T10:34:09.511Z PASS [ 5.875s] ( 582/2662) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
72682026-01-22T10:34:15.305Z PASS [ 5.819s] ( 583/2662) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
72692026-01-22T10:34:15.736Z PASS [ 6.318s] ( 584/2662) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
72702026-01-22T10:34:18.931Z PASS [ 9.425s] ( 585/2662) nexus-db-queries db::datastore::sled::test::test_sled_transitions
72712026-01-22T10:34:20.666Z PASS [ 5.363s] ( 586/2662) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
72722026-01-22T10:34:21.037Z PASS [ 5.302s] ( 587/2662) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
72732026-01-22T10:34:24.414Z PASS [ 5.483s] ( 588/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
72742026-01-22T10:34:27.667Z PASS [ 7.002s] ( 589/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
72752026-01-22T10:34:28.002Z PASS [ 6.967s] ( 590/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
72762026-01-22T10:34:31.537Z PASS [ 7.124s] ( 591/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
72772026-01-22T10:34:33.574Z PASS [ 5.573s] ( 592/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
72782026-01-22T10:34:34.579Z PASS [ 6.913s] ( 593/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
72792026-01-22T10:34:37.069Z PASS [ 5.533s] ( 594/2662) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
72802026-01-22T10:34:39.055Z PASS [ 5.481s] ( 595/2662) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
72812026-01-22T10:34:39.748Z PASS [ 5.170s] ( 596/2662) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
72822026-01-22T10:34:42.410Z PASS [ 5.341s] ( 597/2662) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
72832026-01-22T10:34:44.178Z PASS [ 5.124s] ( 598/2662) nexus-db-queries db::datastore::target_release::test::target_release_datastore
72842026-01-22T10:34:45.248Z PASS [ 5.501s] ( 599/2662) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
72852026-01-22T10:34:46.950Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
72862026-01-22T10:34:47.669Z PASS [ 5.260s] ( 600/2662) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
72872026-01-22T10:34:49.208Z PASS [ 5.031s] ( 601/2662) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
72882026-01-22T10:34:50.661Z PASS [ 5.413s] ( 602/2662) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
72892026-01-22T10:34:52.662Z PASS [ 4.994s] ( 603/2662) nexus-db-queries db::datastore::test::test_project_creation
72902026-01-22T10:34:54.294Z PASS [ 5.087s] ( 604/2662) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
72912026-01-22T10:34:56.224Z PASS [ 5.564s] ( 605/2662) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
72922026-01-22T10:35:00.020Z PASS [ 5.727s] ( 606/2662) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
72932026-01-22T10:35:02.368Z PASS [ 6.146s] ( 607/2662) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
72942026-01-22T10:35:02.635Z SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
72952026-01-22T10:35:02.660Z SLOW [>900.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72962026-01-22T10:35:03.885Z PASS [ 11.224s] ( 608/2662) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
72972026-01-22T10:35:05.680Z PASS [ 5.661s] ( 609/2662) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
72982026-01-22T10:35:13.493Z PASS [ 11.126s] ( 610/2662) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
72992026-01-22T10:35:15.109Z PASS [ 11.227s] ( 611/2662) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
73002026-01-22T10:35:19.231Z PASS [ 13.553s] ( 612/2662) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
73012026-01-22T10:35:20.338Z PASS [ 5.229s] ( 613/2662) nexus-db-queries db::datastore::test::test_session_methods
73022026-01-22T10:35:24.603Z PASS [ 5.373s] ( 614/2662) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
73032026-01-22T10:35:25.470Z PASS [ 5.132s] ( 615/2662) nexus-db-queries db::datastore::test::test_ssh_keys
73042026-01-22T10:35:25.870Z PASS [ 12.379s] ( 616/2662) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
73052026-01-22T10:35:29.540Z PASS [ 4.937s] ( 617/2662) nexus-db-queries db::datastore::test::test_table_scan
73062026-01-22T10:35:31.303Z PASS [ 5.435s] ( 618/2662) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
73072026-01-22T10:35:31.756Z PASS [ 6.287s] ( 619/2662) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
73082026-01-22T10:35:35.007Z PASS [ 5.468s] ( 620/2662) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
73092026-01-22T10:35:37.456Z PASS [ 6.153s] ( 621/2662) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
73102026-01-22T10:35:41.153Z PASS [ 6.147s] ( 622/2662) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
73112026-01-22T10:35:42.807Z PASS [ 5.349s] ( 623/2662) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
73122026-01-22T10:35:46.526Z PASS [ 119.589s] ( 624/2662) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73132026-01-22T10:35:46.557Z PASS [ 5.405s] ( 625/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
73142026-01-22T10:35:48.385Z PASS [ 5.582s] ( 626/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
73152026-01-22T10:35:51.774Z PASS [ 5.249s] ( 627/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
73162026-01-22T10:35:52.027Z PASS [ 5.471s] ( 628/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
73172026-01-22T10:35:55.122Z PASS [ 6.737s] ( 629/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
73182026-01-22T10:35:57.258Z PASS [ 5.485s] ( 630/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
73192026-01-22T10:35:57.638Z PASS [ 5.612s] ( 631/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
73202026-01-22T10:36:01.093Z PASS [ 5.972s] ( 632/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
73212026-01-22T10:36:02.249Z PASS [ 4.991s] ( 633/2662) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
73222026-01-22T10:36:02.627Z SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73232026-01-22T10:36:02.627Z SLOW [>960.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73242026-01-22T10:36:03.744Z PASS [ 6.106s] ( 634/2662) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
73252026-01-22T10:36:06.402Z PASS [ 5.310s] ( 635/2662) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
73262026-01-22T10:36:06.539Z PASS [ 34.789s] ( 636/2662) nexus-db-queries db::datastore::update::test::test_list_unpruned
73272026-01-22T10:36:07.497Z PASS [ 5.249s] ( 637/2662) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
73282026-01-22T10:36:09.165Z PASS [ 5.422s] ( 638/2662) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
73292026-01-22T10:36:11.733Z PASS [ 5.332s] ( 639/2662) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
73302026-01-22T10:36:11.890Z PASS [ 5.352s] ( 640/2662) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
73312026-01-22T10:36:12.645Z PASS [ 5.149s] ( 641/2662) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
73322026-01-22T10:36:14.521Z PASS [ 5.357s] ( 642/2662) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
73332026-01-22T10:36:16.806Z PASS [ 4.917s] ( 643/2662) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
73342026-01-22T10:36:16.852Z PASS [ 0.046s] ( 644/2662) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
73352026-01-22T10:36:16.902Z PASS [ 0.050s] ( 645/2662) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
73362026-01-22T10:36:17.162Z PASS [ 5.429s] ( 646/2662) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
73372026-01-22T10:36:17.756Z PASS [ 5.112s] ( 647/2662) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
73382026-01-22T10:36:22.900Z PASS [ 5.145s] ( 648/2662) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
73392026-01-22T10:36:25.479Z PASS [ 10.960s] ( 649/2662) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
73402026-01-22T10:36:27.993Z PASS [ 5.094s] ( 650/2662) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
73412026-01-22T10:36:28.195Z PASS [ 11.295s] ( 651/2662) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
73422026-01-22T10:36:28.487Z PASS [ 11.328s] ( 652/2662) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
73432026-01-22T10:36:30.425Z PASS [ 4.947s] ( 653/2662) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
73442026-01-22T10:36:33.333Z PASS [ 5.341s] ( 654/2662) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
73452026-01-22T10:36:33.795Z PASS [ 5.601s] ( 655/2662) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
73462026-01-22T10:36:34.072Z PASS [ 0.277s] ( 656/2662) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
73472026-01-22T10:36:35.804Z PASS [ 7.318s] ( 657/2662) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
73482026-01-22T10:36:36.668Z PASS [ 6.244s] ( 658/2662) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
73492026-01-22T10:36:37.584Z PASS [ 3.512s] ( 659/2662) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
73502026-01-22T10:36:39.435Z PASS [ 2.767s] ( 660/2662) nexus-db-queries db::explain::test::test_explain_async
73512026-01-22T10:36:40.247Z PASS [ 6.915s] ( 661/2662) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
73522026-01-22T10:36:40.278Z PASS [ 2.694s] ( 662/2662) nexus-db-queries db::explain::test::test_explain_full_table_scan
73532026-01-22T10:36:41.101Z PASS [ 5.298s] ( 663/2662) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
73542026-01-22T10:36:42.875Z PASS [ 3.441s] ( 664/2662) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
73552026-01-22T10:36:43.845Z PASS [ 3.599s] ( 665/2662) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
73562026-01-22T10:36:43.922Z PASS [ 3.644s] ( 666/2662) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
73572026-01-22T10:36:44.732Z PASS [ 3.631s] ( 667/2662) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
73582026-01-22T10:36:44.775Z PASS [ 0.043s] ( 668/2662) nexus-db-queries db::pagination::test::test_paginator
73592026-01-22T10:36:46.269Z PASS [ 3.394s] ( 669/2662) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
73602026-01-22T10:36:46.454Z PASS [ 1.680s] ( 670/2662) nexus-db-queries db::pool::test::test_pool_can_be_terminated
73612026-01-22T10:36:47.055Z PASS [ 3.205s] ( 671/2662) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
73622026-01-22T10:36:47.538Z PASS [ 3.617s] ( 672/2662) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
73632026-01-22T10:36:47.913Z PASS [ 1.644s] ( 673/2662) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
73642026-01-22T10:36:51.001Z PASS [ 3.463s] ( 674/2662) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
73652026-01-22T10:36:52.302Z PASS [ 5.848s] ( 675/2662) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
73662026-01-22T10:36:52.871Z PASS [ 5.822s] ( 676/2662) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
73672026-01-22T10:36:53.139Z PASS [ 5.227s] ( 677/2662) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
73682026-01-22T10:36:53.426Z PASS [ 0.287s] ( 678/2662) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
73692026-01-22T10:36:53.758Z PASS [ 0.332s] ( 679/2662) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
73702026-01-22T10:36:54.091Z PASS [ 0.333s] ( 680/2662) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
73712026-01-22T10:36:54.404Z PASS [ 0.312s] ( 681/2662) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
73722026-01-22T10:36:56.830Z PASS [ 5.830s] ( 682/2662) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
73732026-01-22T10:36:58.298Z PASS [ 5.427s] ( 683/2662) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
73742026-01-22T10:36:58.556Z PASS [ 6.255s] ( 684/2662) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
73752026-01-22T10:37:00.539Z PASS [ 6.136s] ( 685/2662) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
73762026-01-22T10:37:02.616Z SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
73772026-01-22T10:37:02.641Z SLOW [>1020.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
73782026-01-22T10:37:02.705Z PASS [ 5.876s] ( 686/2662) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
73792026-01-22T10:37:03.671Z PASS [ 5.115s] ( 687/2662) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
73802026-01-22T10:37:03.771Z PASS [ 5.475s] ( 688/2662) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
73812026-01-22T10:37:06.041Z PASS [ 5.490s] ( 689/2662) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
73822026-01-22T10:37:08.161Z PASS [ 5.457s] ( 690/2662) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
73832026-01-22T10:37:09.445Z PASS [ 5.674s] ( 691/2662) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
73842026-01-22T10:37:09.806Z PASS [ 6.136s] ( 692/2662) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
73852026-01-22T10:37:12.033Z PASS [ 6.006s] ( 693/2662) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
73862026-01-22T10:37:13.809Z PASS [ 5.649s] ( 694/2662) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
73872026-01-22T10:37:15.531Z PASS [ 6.087s] ( 695/2662) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
73882026-01-22T10:37:15.761Z PASS [ 5.956s] ( 696/2662) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
73892026-01-22T10:37:17.527Z PASS [ 5.495s] ( 697/2662) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
73902026-01-22T10:37:17.561Z PASS [ 0.034s] ( 698/2662) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
73912026-01-22T10:37:19.032Z PASS [ 5.224s] ( 699/2662) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
73922026-01-22T10:37:20.770Z PASS [ 5.240s] ( 700/2662) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
73932026-01-22T10:37:22.158Z PASS [ 6.397s] ( 701/2662) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
73942026-01-22T10:37:23.073Z PASS [ 5.512s] ( 702/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
73952026-01-22T10:37:24.558Z PASS [ 5.527s] ( 703/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
73962026-01-22T10:37:25.858Z PASS [ 5.089s] ( 704/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
73972026-01-22T10:37:27.230Z PASS [ 5.073s] ( 705/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
73982026-01-22T10:37:28.577Z PASS [ 5.505s] ( 706/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
73992026-01-22T10:37:29.654Z PASS [ 5.096s] ( 707/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
74002026-01-22T10:37:30.970Z PASS [ 5.113s] ( 708/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
74012026-01-22T10:37:32.487Z PASS [ 5.257s] ( 709/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
74022026-01-22T10:37:34.073Z PASS [ 5.497s] ( 710/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
74032026-01-22T10:37:35.022Z PASS [ 5.369s] ( 711/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
74042026-01-22T10:37:36.370Z PASS [ 5.401s] ( 712/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
74052026-01-22T10:37:36.410Z PASS [ 0.039s] ( 713/2662) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
74062026-01-22T10:37:37.859Z PASS [ 5.373s] ( 714/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
74072026-01-22T10:37:39.591Z PASS [ 5.519s] ( 715/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
74082026-01-22T10:37:40.451Z PASS [ 5.429s] ( 716/2662) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
74092026-01-22T10:37:40.859Z PASS [ 3.001s] ( 717/2662) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
74102026-01-22T10:37:42.160Z PASS [ 5.751s] ( 718/2662) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
74112026-01-22T10:37:42.214Z PASS [ 0.053s] ( 719/2662) nexus-db-queries db::queries::next_item::tests::test_shift_indices
74122026-01-22T10:37:42.860Z PASS [ 3.270s] ( 720/2662) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
74132026-01-22T10:37:43.137Z PASS [ 0.277s] ( 721/2662) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
74142026-01-22T10:37:43.416Z PASS [ 0.279s] ( 722/2662) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
74152026-01-22T10:37:43.638Z PASS [ 3.187s] ( 723/2662) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
74162026-01-22T10:37:44.220Z PASS [ 3.355s] ( 724/2662) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
74172026-01-22T10:37:44.267Z PASS [ 0.042s] ( 725/2662) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
74182026-01-22T10:37:44.303Z PASS [ 0.044s] ( 726/2662) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
74192026-01-22T10:37:45.437Z PASS [ 3.224s] ( 727/2662) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
74202026-01-22T10:37:45.502Z PASS [ 1.201s] ( 728/2662) nexus-db-queries db::queries::region_allocation::test::expectorate_query
74212026-01-22T10:37:46.130Z PASS [ 2.714s] ( 729/2662) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
74222026-01-22T10:37:46.851Z PASS [ 3.214s] ( 730/2662) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
74232026-01-22T10:37:48.726Z PASS [ 3.289s] ( 731/2662) nexus-db-queries db::queries::region_allocation::test::explainable
74242026-01-22T10:37:51.762Z PASS [ 6.262s] ( 732/2662) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
74252026-01-22T10:37:52.388Z PASS [ 6.259s] ( 733/2662) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
74262026-01-22T10:37:53.697Z PASS [ 0.279s] ( 734/2662) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
74272026-01-22T10:37:53.722Z PASS [ 6.111s] ( 735/2662) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
74282026-01-22T10:37:53.722Z PASS [ 0.313s] ( 736/2662) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
74292026-01-22T10:37:53.722Z PASS [ 0.252s] ( 737/2662) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
74302026-01-22T10:37:54.132Z PASS [ 0.605s] ( 738/2662) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
74312026-01-22T10:37:54.965Z PASS [ 6.241s] ( 739/2662) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
74322026-01-22T10:37:55.427Z PASS [ 2.760s] ( 740/2662) nexus-db-queries db::queries::regions_hard_delete::test::explainable
74332026-01-22T10:37:55.739Z PASS [ 0.312s] ( 741/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
74342026-01-22T10:37:56.031Z PASS [ 0.277s] ( 742/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
74352026-01-22T10:37:56.326Z PASS [ 0.310s] ( 743/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
74362026-01-22T10:37:56.635Z PASS [ 0.309s] ( 744/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
74372026-01-22T10:37:57.475Z PASS [ 3.343s] ( 745/2662) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
74382026-01-22T10:37:57.675Z PASS [ 5.913s] ( 746/2662) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
74392026-01-22T10:37:58.097Z PASS [ 3.132s] ( 747/2662) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
74402026-01-22T10:37:59.428Z PASS [ 2.794s] ( 748/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
74412026-01-22T10:37:59.509Z PASS [ 0.081s] ( 749/2662) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
74422026-01-22T10:37:59.556Z PASS [ 0.046s] ( 750/2662) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
74432026-01-22T10:37:59.599Z PASS [ 0.043s] ( 751/2662) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
74442026-01-22T10:37:59.639Z PASS [ 0.040s] ( 752/2662) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
74452026-01-22T10:37:59.681Z PASS [ 0.042s] ( 753/2662) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
74462026-01-22T10:38:00.243Z PASS [ 2.768s] ( 754/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
74472026-01-22T10:38:00.409Z PASS [ 2.734s] ( 755/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
74482026-01-22T10:38:00.728Z PASS [ 2.631s] ( 756/2662) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
74492026-01-22T10:38:02.442Z PASS [ 2.761s] ( 757/2662) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
74502026-01-22T10:38:02.607Z SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
74512026-01-22T10:38:02.631Z SLOW [>1080.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
74522026-01-22T10:38:03.347Z PASS [ 2.939s] ( 758/2662) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
74532026-01-22T10:38:03.396Z PASS [ 3.153s] ( 759/2662) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
74542026-01-22T10:38:08.406Z PASS [ 5.011s] ( 760/2662) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
74552026-01-22T10:38:08.457Z PASS [ 0.050s] ( 761/2662) nexus-defaults tests::test_random_vpc_ipv6_prefix
74562026-01-22T10:38:08.574Z PASS [ 0.118s] ( 762/2662) nexus-external-api v2025121200::tests::floating_ip_create_converts_correctly
74572026-01-22T10:38:08.643Z PASS [ 0.068s] ( 763/2662) nexus-external-api v2026010300::tests::floating_ip_create_invalid_returns_error
74582026-01-22T10:38:08.705Z PASS [ 0.062s] ( 764/2662) nexus-external-api v2026010300::tests::floating_ip_create_valid_converts_correctly
74592026-01-22T10:38:08.746Z PASS [ 0.041s] ( 765/2662) nexus-external-api v2026011501::tests::auto_auto_pool_json_wire_format
74602026-01-22T10:38:08.770Z PASS [ 0.024s] ( 766/2662) nexus-external-api v2026011501::tests::auto_default_json_wire_format
74612026-01-22T10:38:08.797Z PASS [ 5.451s] ( 767/2662) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
74622026-01-22T10:38:08.821Z PASS [ 0.034s] ( 768/2662) nexus-external-api v2026011501::tests::auto_explicit_pool_json_wire_format
74632026-01-22T10:38:08.845Z PASS [ 0.033s] ( 769/2662) nexus-external-api v2026011501::tests::explicit_json_wire_format
74642026-01-22T10:38:08.870Z PASS [ 0.028s] ( 770/2662) nexus-external-api v2026011600::tests::auto_auto_pool_json_wire_format
74652026-01-22T10:38:08.894Z PASS [ 0.076s] ( 771/2662) nexus-external-api v2026011501::tests::floating_ip_create_converts_correctly
74662026-01-22T10:38:08.894Z PASS [ 0.026s] ( 772/2662) nexus-external-api v2026011600::tests::auto_default_json_wire_format
74672026-01-22T10:38:08.918Z PASS [ 0.031s] ( 773/2662) nexus-external-api v2026011600::tests::auto_explicit_pool_json_wire_format
74682026-01-22T10:38:08.918Z PASS [ 0.032s] ( 774/2662) nexus-external-api v2026011600::tests::explicit_json_wire_format
74692026-01-22T10:38:08.978Z PASS [ 0.066s] ( 775/2662) nexus-external-api v2026011600::tests::floating_ip_create_converts_correctly
74702026-01-22T10:38:09.021Z PASS [ 0.043s] ( 776/2662) nexus-inventory builder::test::test_empty
74712026-01-22T10:38:09.080Z PASS [ 0.059s] ( 777/2662) nexus-inventory builder::test::test_problems
74722026-01-22T10:38:09.192Z PASS [ 0.275s] ( 778/2662) nexus-inventory builder::test::test_basic
74732026-01-22T10:38:11.475Z PASS [ 2.393s] ( 779/2662) nexus-inventory collector::test::test_basic
74742026-01-22T10:38:11.512Z PASS [ 2.319s] ( 780/2662) nexus-inventory collector::test::test_multi_mgs
74752026-01-22T10:38:12.207Z PASS [ 0.733s] ( 781/2662) nexus-inventory collector::test::test_multi_mgs_failure
74762026-01-22T10:38:12.773Z PASS [ 1.261s] ( 782/2662) nexus-inventory collector::test::test_sled_agent_failure
74772026-01-22T10:38:13.653Z PASS [ 12.928s] ( 783/2662) nexus-db-queries policy_test::test_conferred_roles
74782026-01-22T10:38:19.329Z PASS [ 7.124s] ( 784/2662) nexus-metrics-producer-gc tests::test_prune_expired_producers
74792026-01-22T10:38:19.550Z PASS [ 5.898s] ( 785/2662) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
74802026-01-22T10:38:19.857Z PASS [ 7.085s] ( 786/2662) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
74812026-01-22T10:38:21.307Z PASS [ 1.757s] ( 787/2662) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
74822026-01-22T10:38:21.403Z PASS [ 2.074s] ( 788/2662) nexus-mgs-updates driver_update::test::test_rot_basic_failures
74832026-01-22T10:38:22.803Z PASS [ 1.400s] ( 789/2662) nexus-mgs-updates driver_update::test::test_sp_basic_failures
74842026-01-22T10:38:26.948Z PASS [ 7.092s] ( 790/2662) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
74852026-01-22T10:38:28.376Z PASS [ 7.071s] ( 791/2662) nexus-mgs-updates driver_update::test::test_rot_update_basic
74862026-01-22T10:38:31.874Z PASS [ 9.073s] ( 792/2662) nexus-mgs-updates driver_update::test::test_sp_update_basic
74872026-01-22T10:38:33.187Z PASS [ 4.811s] ( 793/2662) nexus-mgs-updates driver_update::test::test_sp_update_watched
74882026-01-22T10:38:35.362Z PASS [ 2.176s] ( 794/2662) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
74892026-01-22T10:38:37.926Z PASS [ 6.050s] ( 795/2662) nexus-mgs-updates driver_update::test_host_phase_1::basic
74902026-01-22T10:38:41.667Z PASS [ 14.719s] ( 796/2662) nexus-mgs-updates driver_update::test::test_sp_update_takeover
74912026-01-22T10:38:41.915Z PASS [ 0.248s] ( 797/2662) nexus-mgs-updates test_util::step_through::test::test_basic
74922026-01-22T10:38:42.920Z PASS [ 1.007s] ( 798/2662) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
74932026-01-22T10:38:43.145Z PASS [ 0.225s] ( 799/2662) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
74942026-01-22T10:38:43.188Z PASS [ 0.043s] ( 800/2662) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
74952026-01-22T10:38:43.231Z PASS [ 0.043s] ( 801/2662) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
74962026-01-22T10:38:43.275Z PASS [ 0.043s] ( 802/2662) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
74972026-01-22T10:38:43.313Z PASS [ 0.039s] ( 803/2662) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
74982026-01-22T10:38:43.357Z PASS [ 0.043s] ( 804/2662) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
74992026-01-22T10:38:43.408Z PASS [ 0.050s] ( 805/2662) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
75002026-01-22T10:38:43.452Z PASS [ 0.044s] ( 806/2662) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
75012026-01-22T10:38:43.506Z PASS [ 0.054s] ( 807/2662) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
75022026-01-22T10:38:43.573Z PASS [ 0.065s] ( 808/2662) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
75032026-01-22T10:38:43.619Z PASS [ 0.047s] ( 809/2662) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
75042026-01-22T10:38:43.685Z PASS [ 0.066s] ( 810/2662) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
75052026-01-22T10:38:43.725Z PASS [ 0.040s] ( 811/2662) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
75062026-01-22T10:38:43.774Z PASS [ 0.049s] ( 812/2662) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
75072026-01-22T10:38:43.821Z PASS [ 0.047s] ( 813/2662) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
75082026-01-22T10:38:43.868Z PASS [ 0.047s] ( 814/2662) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
75092026-01-22T10:38:43.915Z PASS [ 0.047s] ( 815/2662) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
75102026-01-22T10:38:43.961Z PASS [ 0.047s] ( 816/2662) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
75112026-01-22T10:38:44.007Z PASS [ 0.045s] ( 817/2662) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
75122026-01-22T10:38:44.053Z PASS [ 0.046s] ( 818/2662) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
75132026-01-22T10:38:48.121Z PASS [ 10.199s] ( 819/2662) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
75142026-01-22T10:38:48.303Z PASS [ 0.182s] ( 820/2662) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
75152026-01-22T10:38:55.370Z PASS [ 20.012s] ( 821/2662) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
75162026-01-22T10:39:02.434Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75172026-01-22T10:39:02.597Z SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75182026-01-22T10:39:02.622Z SLOW [>1140.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75192026-01-22T10:39:03.340Z PASS [ 7.971s] ( 822/2662) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
75202026-01-22T10:39:11.377Z PASS [ 8.038s] ( 823/2662) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
75212026-01-22T10:39:18.801Z PASS [ 7.425s] ( 824/2662) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
75222026-01-22T10:39:26.690Z PASS [ 7.890s] ( 825/2662) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
75232026-01-22T10:39:26.798Z PASS [ 0.107s] ( 826/2662) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
75242026-01-22T10:39:26.877Z PASS [ 0.079s] ( 827/2662) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
75252026-01-22T10:39:26.925Z PASS [ 0.048s] ( 828/2662) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
75262026-01-22T10:39:26.991Z PASS [ 0.065s] ( 829/2662) nexus-reconfigurator-execution dns::test::test_dns_compute_update
75272026-01-22T10:39:44.044Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
75282026-01-22T10:39:48.296Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75292026-01-22T10:39:49.037Z PASS [ 64.995s] ( 830/2662) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
75302026-01-22T10:40:02.424Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75312026-01-22T10:40:02.588Z SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
75322026-01-22T10:40:02.612Z SLOW [>1200.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
75332026-01-22T10:40:15.456Z PASS [ 26.424s] ( 831/2662) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
75342026-01-22T10:40:16.930Z PASS [ 134.511s] ( 832/2662) nexus-db-queries policy_test::test_iam_roles_behavior
75352026-01-22T10:40:26.983Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75362026-01-22T10:40:29.608Z PASS [ 101.323s] ( 833/2662) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75372026-01-22T10:40:29.739Z PASS [ 0.130s] ( 834/2662) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
75382026-01-22T10:40:32.140Z PASS [ 16.687s] ( 835/2662) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
75392026-01-22T10:40:32.376Z PASS [ 0.236s] ( 836/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
75402026-01-22T10:40:32.420Z PASS [ 0.044s] ( 837/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
75412026-01-22T10:40:32.460Z PASS [ 0.040s] ( 838/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
75422026-01-22T10:40:32.542Z PASS [ 0.082s] ( 839/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
75432026-01-22T10:40:32.600Z PASS [ 0.057s] ( 840/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
75442026-01-22T10:40:32.654Z PASS [ 0.054s] ( 841/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
75452026-01-22T10:40:32.708Z PASS [ 0.054s] ( 842/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
75462026-01-22T10:40:32.754Z PASS [ 0.046s] ( 843/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
75472026-01-22T10:40:32.829Z PASS [ 0.075s] ( 844/2662) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
75482026-01-22T10:40:32.864Z PASS [ 0.035s] ( 845/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
75492026-01-22T10:40:32.895Z PASS [ 0.031s] ( 846/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
75502026-01-22T10:40:32.929Z PASS [ 0.034s] ( 847/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
75512026-01-22T10:40:32.961Z PASS [ 0.032s] ( 848/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
75522026-01-22T10:40:32.995Z PASS [ 0.033s] ( 849/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
75532026-01-22T10:40:33.033Z PASS [ 0.038s] ( 850/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
75542026-01-22T10:40:33.066Z PASS [ 0.033s] ( 851/2662) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
75552026-01-22T10:40:33.098Z PASS [ 0.032s] ( 852/2662) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
75562026-01-22T10:40:33.169Z PASS [ 0.071s] ( 853/2662) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
75572026-01-22T10:40:34.589Z PASS [ 17.662s] ( 854/2662) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
75582026-01-22T10:40:35.558Z PASS [ 0.969s] ( 855/2662) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
75592026-01-22T10:40:36.538Z PASS [ 0.979s] ( 856/2662) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
75602026-01-22T10:40:37.040Z PASS [ 0.502s] ( 857/2662) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
75612026-01-22T10:40:37.193Z PASS [ 0.154s] ( 858/2662) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
75622026-01-22T10:40:37.228Z PASS [ 0.035s] ( 859/2662) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
75632026-01-22T10:40:37.252Z PASS [ 4.069s] ( 860/2662) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
75642026-01-22T10:40:37.296Z PASS [ 0.068s] ( 861/2662) nexus-reconfigurator-planning example::tests::builder_zone_counts
75652026-01-22T10:40:37.327Z PASS [ 0.031s] ( 862/2662) nexus-reconfigurator-planning example::tests::instances_on_examples
75662026-01-22T10:40:37.381Z PASS [ 0.054s] ( 863/2662) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
75672026-01-22T10:40:37.422Z PASS [ 0.041s] ( 864/2662) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
75682026-01-22T10:40:37.471Z PASS [ 0.048s] ( 865/2662) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
75692026-01-22T10:40:37.516Z PASS [ 0.044s] ( 866/2662) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
75702026-01-22T10:40:37.562Z PASS [ 0.047s] ( 867/2662) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
75712026-01-22T10:40:37.627Z PASS [ 0.064s] ( 868/2662) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
75722026-01-22T10:40:37.672Z PASS [ 0.045s] ( 869/2662) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
75732026-01-22T10:40:37.716Z PASS [ 0.044s] ( 870/2662) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
75742026-01-22T10:40:37.775Z PASS [ 0.059s] ( 871/2662) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
75752026-01-22T10:40:37.825Z PASS [ 0.050s] ( 872/2662) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
75762026-01-22T10:40:37.898Z PASS [ 0.073s] ( 873/2662) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
75772026-01-22T10:40:38.502Z PASS [ 0.602s] ( 874/2662) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
75782026-01-22T10:40:38.585Z PASS [ 0.084s] ( 875/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
75792026-01-22T10:40:38.782Z PASS [ 0.197s] ( 876/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
75802026-01-22T10:40:38.869Z PASS [ 0.087s] ( 877/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
75812026-01-22T10:40:38.994Z PASS [ 0.124s] ( 878/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
75822026-01-22T10:40:39.115Z PASS [ 0.121s] ( 879/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
75832026-01-22T10:40:39.295Z PASS [ 0.179s] ( 880/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
75842026-01-22T10:40:39.394Z PASS [ 0.099s] ( 881/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
75852026-01-22T10:40:39.475Z PASS [ 0.080s] ( 882/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
75862026-01-22T10:40:39.554Z PASS [ 0.080s] ( 883/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
75872026-01-22T10:40:39.752Z PASS [ 0.197s] ( 884/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
75882026-01-22T10:40:39.881Z PASS [ 0.129s] ( 885/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
75892026-01-22T10:40:40.009Z PASS [ 0.128s] ( 886/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
75902026-01-22T10:40:40.317Z PASS [ 0.309s] ( 887/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
75912026-01-22T10:40:40.555Z PASS [ 0.237s] ( 888/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
75922026-01-22T10:40:40.629Z PASS [ 3.392s] ( 889/2662) nexus-reconfigurator-planning example::tests::dns_resolution_works
75932026-01-22T10:40:40.793Z PASS [ 0.238s] ( 890/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
75942026-01-22T10:40:40.855Z PASS [ 0.225s] ( 891/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
75952026-01-22T10:40:40.935Z PASS [ 0.141s] ( 892/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
75962026-01-22T10:40:41.018Z PASS [ 0.164s] ( 893/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
75972026-01-22T10:40:41.092Z PASS [ 0.157s] ( 894/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
75982026-01-22T10:40:42.466Z PASS [ 1.374s] ( 895/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
75992026-01-22T10:40:43.033Z PASS [ 2.015s] ( 896/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
76002026-01-22T10:40:43.396Z PASS [ 0.930s] ( 897/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
76012026-01-22T10:40:44.239Z PASS [ 1.207s] ( 898/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
76022026-01-22T10:40:44.271Z PASS [ 0.874s] ( 899/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
76032026-01-22T10:40:44.327Z PASS [ 0.087s] ( 900/2662) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
76042026-01-22T10:40:45.445Z PASS [ 15.710s] ( 901/2662) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
76052026-01-22T10:40:55.470Z PASS [ 88.495s] ( 902/2662) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
76062026-01-22T10:40:55.510Z PASS [ 0.040s] ( 903/2662) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
76072026-01-22T10:40:55.607Z PASS [ 0.096s] ( 904/2662) nexus-saga-recovery recovery::test::test_execution_basic
76082026-01-22T10:40:55.641Z PASS [ 0.032s] ( 905/2662) nexus-saga-recovery recovery::test::test_plan_basic
76092026-01-22T10:40:55.672Z PASS [ 0.033s] ( 906/2662) nexus-saga-recovery recovery::test::test_read_all_from_channel
76102026-01-22T10:40:55.713Z PASS [ 0.041s] ( 907/2662) nexus-saga-recovery test::test_basic
76112026-01-22T10:40:55.755Z PASS [ 0.042s] ( 908/2662) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
76122026-01-22T10:40:55.802Z PASS [ 0.046s] ( 909/2662) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
76132026-01-22T10:40:55.830Z PASS [ 0.028s] ( 910/2662) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
76142026-01-22T10:40:55.860Z PASS [ 0.029s] ( 911/2662) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
76152026-01-22T10:40:55.886Z PASS [ 0.026s] ( 912/2662) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
76162026-01-22T10:40:55.913Z PASS [ 0.028s] ( 913/2662) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
76172026-01-22T10:40:55.946Z PASS [ 0.031s] ( 914/2662) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
76182026-01-22T10:41:01.417Z PASS [ 17.149s] ( 915/2662) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
76192026-01-22T10:41:01.456Z PASS [ 0.038s] ( 916/2662) nexus-types deployment::test::test_serialize_pending_mgs_updates
76202026-01-22T10:41:01.481Z PASS [ 0.026s] ( 917/2662) nexus-types external_api::params::tests::test_address_allocator_auto_default
76212026-01-22T10:41:01.508Z PASS [ 0.027s] ( 918/2662) nexus-types external_api::params::tests::test_address_allocator_auto_with_auto_pool
76222026-01-22T10:41:01.543Z PASS [ 0.034s] ( 919/2662) nexus-types external_api::params::tests::test_address_allocator_auto_with_explicit_pool
76232026-01-22T10:41:01.578Z PASS [ 0.035s] ( 920/2662) nexus-types external_api::params::tests::test_address_allocator_explicit_missing_ip
76242026-01-22T10:41:01.602Z PASS [1259.043s] ( 921/2662) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
76252026-01-22T10:41:01.626Z PASS [ 0.040s] ( 922/2662) nexus-types external_api::params::tests::test_address_allocator_explicit_requires_ip
76262026-01-22T10:41:01.652Z PASS [ 0.040s] ( 923/2662) nexus-types external_api::params::tests::test_address_allocator_explicit_with_ip
76272026-01-22T10:41:01.676Z PASS [ 0.043s] ( 924/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_explicit_null_fields
76282026-01-22T10:41:01.676Z PASS [ 0.035s] ( 925/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
76292026-01-22T10:41:01.706Z PASS [ 0.039s] ( 926/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_source_ip
76302026-01-22T10:41:01.730Z PASS [ 0.035s] ( 927/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_mixed_null_and_values
76312026-01-22T10:41:01.754Z PASS [ 0.038s] ( 928/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_multicast_ip
76322026-01-22T10:41:01.754Z PASS [ 0.044s] ( 929/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_source_ips
76332026-01-22T10:41:01.779Z PASS [ 0.030s] ( 930/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_all_fields
76342026-01-22T10:41:01.804Z PASS [ 0.036s] ( 931/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_empty_source_ips
76352026-01-22T10:41:01.828Z PASS [ 0.037s] ( 932/2662) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_without_optional_fields
76362026-01-22T10:41:01.853Z PASS [ 0.051s] ( 933/2662) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_clear_source_ips
76372026-01-22T10:41:01.853Z PASS [ 0.034s] ( 934/2662) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
76382026-01-22T10:41:01.878Z PASS [ 0.032s] ( 935/2662) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_omit_all_fields
76392026-01-22T10:41:01.902Z PASS [ 0.040s] ( 936/2662) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_invalid_mvlan
76402026-01-22T10:41:01.926Z PASS [ 0.031s] ( 937/2662) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_set_mvlan
76412026-01-22T10:41:01.926Z PASS [ 0.036s] ( 938/2662) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_update_source_ips
76422026-01-22T10:41:01.926Z PASS [ 17.592s] ( 939/2662) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
76432026-01-22T10:41:01.951Z PASS [ 0.030s] ( 940/2662) nexus-types external_api::params::tests::test_validate_multicast_ip_v4
76442026-01-22T10:41:01.951Z PASS [ 0.026s] ( 941/2662) nexus-types external_api::params::tests::test_validate_multicast_ip_v6
76452026-01-22T10:41:01.951Z PASS [ 0.029s] ( 942/2662) nexus-types external_api::params::tests::test_validate_source_ip_v4
76462026-01-22T10:41:01.975Z PASS [ 0.028s] ( 943/2662) nexus-types external_api::params::tests::test_validate_source_ip_v6
76472026-01-22T10:41:02.000Z PASS [ 0.035s] ( 944/2662) nexus-types external_api::shared::test::test_policy_parsing
76482026-01-22T10:41:02.000Z PASS [ 0.024s] ( 945/2662) nexus-types external_api::views::test::test_expected_one_of
76492026-01-22T10:41:02.000Z PASS [ 0.047s] ( 946/2662) nexus-types external_api::shared::test::test_webhook_subscription_validation
76502026-01-22T10:41:02.024Z PASS [ 0.039s] ( 947/2662) nexus-types fm::case::tests::test_case_display
76512026-01-22T10:41:02.024Z PASS [ 0.031s] ( 948/2662) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
76522026-01-22T10:41:02.049Z PASS [ 0.032s] ( 949/2662) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
76532026-01-22T10:41:02.073Z PASS [ 0.041s] ( 950/2662) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
76542026-01-22T10:41:02.073Z PASS [ 0.042s] ( 951/2662) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
76552026-01-22T10:41:02.073Z PASS [ 0.052s] ( 952/2662) nexus-types quiesce::test::test_drained_blueprint
76562026-01-22T10:41:02.097Z PASS [ 0.034s] ( 953/2662) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
76572026-01-22T10:41:02.121Z PASS [ 0.036s] ( 954/2662) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
76582026-01-22T10:41:02.121Z PASS [ 0.038s] ( 955/2662) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
76592026-01-22T10:41:02.145Z PASS [ 0.032s] ( 956/2662) nexus-types quiesce::test::test_quiesce_block_on_reassignment
76602026-01-22T10:41:02.145Z PASS [ 0.037s] ( 957/2662) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
76612026-01-22T10:41:02.145Z PASS [ 0.035s] ( 958/2662) nexus-types quiesce::test::test_quiesce_block_on_saga_started
76622026-01-22T10:41:02.169Z PASS [ 0.037s] ( 959/2662) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
76632026-01-22T10:41:02.194Z PASS [ 0.035s] ( 960/2662) nexus-types quiesce::test::test_quiesce_noop
76642026-01-22T10:41:02.194Z PASS [ 0.031s] ( 961/2662) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
76652026-01-22T10:41:02.312Z PASS [ 0.137s] ( 962/2662) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
76662026-01-22T10:41:02.337Z PASS [ 0.153s] ( 963/2662) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
76672026-01-22T10:41:02.337Z PASS [ 0.144s] ( 964/2662) omicron-certificates tests::test_cert_extended_key_usage
76682026-01-22T10:41:02.370Z PASS [ 0.057s] ( 965/2662) omicron-certificates tests::test_subject_alternate_names_are_validated
76692026-01-22T10:41:02.394Z PASS [ 0.073s] ( 966/2662) omicron-certificates tests::test_common_name_is_validated
76702026-01-22T10:41:02.486Z PASS [ 0.166s] ( 967/2662) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
76712026-01-22T10:41:02.580Z SLOW [>1260.000s] (─────────) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76722026-01-22T10:41:03.568Z PASS [ 18.125s] ( 968/2662) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
76732026-01-22T10:41:04.178Z PASS [ 1.692s] ( 969/2662) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
76742026-01-22T10:41:05.174Z PASS [ 1.605s] ( 970/2662) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
76752026-01-22T10:41:05.606Z PASS [ 3.236s] ( 971/2662) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
76762026-01-22T10:41:05.656Z PASS [ 0.050s] ( 972/2662) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
76772026-01-22T10:41:05.711Z PASS [ 0.055s] ( 973/2662) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
76782026-01-22T10:41:05.738Z PASS [1263.183s] ( 974/2662) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
76792026-01-22T10:41:05.763Z PASS [ 0.018s] ( 975/2662) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
76802026-01-22T10:41:05.787Z PASS [ 0.017s] ( 976/2662) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
76812026-01-22T10:41:05.811Z PASS [ 0.016s] ( 977/2662) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
76822026-01-22T10:41:05.835Z PASS [ 0.023s] ( 978/2662) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
76832026-01-22T10:41:05.859Z PASS [ 0.022s] ( 979/2662) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
76842026-01-22T10:41:05.884Z PASS [ 0.024s] ( 980/2662) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
76852026-01-22T10:41:05.908Z PASS [ 0.023s] ( 981/2662) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
76862026-01-22T10:41:05.945Z PASS [ 0.061s] ( 982/2662) omicron-common address::test::test_dns_subnets
76872026-01-22T10:41:05.969Z PASS [ 0.023s] ( 983/2662) omicron-common address::test::test_ip_range_checks_non_decreasing
76882026-01-22T10:41:06.018Z PASS [ 0.029s] ( 984/2662) omicron-common address::test::test_ip_range_enum_deserialization
76892026-01-22T10:41:06.018Z PASS [ 0.020s] ( 985/2662) omicron-common address::test::test_ip_range_iter
76902026-01-22T10:41:06.044Z PASS [ 0.316s] ( 986/2662) omicron-cockroach-metrics tests::test_cluster_client_caching
76912026-01-22T10:41:06.044Z PASS [ 0.023s] ( 987/2662) omicron-common address::test::test_ip_range_length
76922026-01-22T10:41:06.069Z PASS [ 0.024s] ( 988/2662) omicron-common address::test::test_ip_range_try_from
76932026-01-22T10:41:06.069Z PASS [ 0.027s] ( 989/2662) omicron-common address::test::test_ipv6_subnet_deserialize
76942026-01-22T10:41:06.093Z PASS [ 0.019s] ( 990/2662) omicron-common address::test::test_sled_address
76952026-01-22T10:41:06.118Z PASS [ 0.027s] ( 991/2662) omicron-common api::external::error::test::test_bail_unless
76962026-01-22T10:41:06.118Z PASS [ 0.024s] ( 992/2662) omicron-common api::external::error::test::test_context
76972026-01-22T10:41:06.142Z PASS [ 0.030s] ( 993/2662) omicron-common api::external::http_pagination::test::test_pagination_examples
76982026-01-22T10:41:06.142Z PASS [ 0.033s] ( 994/2662) omicron-common api::external::http_pagination::test::test_pagination_schemas
76992026-01-22T10:41:06.167Z PASS [ 0.038s] ( 995/2662) omicron-common api::external::http_pagination::test::test_scan_by_id
77002026-01-22T10:41:06.167Z PASS [ 0.035s] ( 996/2662) omicron-common api::external::http_pagination::test::test_scan_by_name
77012026-01-22T10:41:06.195Z PASS [ 0.025s] ( 997/2662) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
77022026-01-22T10:41:06.195Z PASS [ 0.028s] ( 998/2662) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
77032026-01-22T10:41:06.219Z PASS [ 0.023s] ( 999/2662) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
77042026-01-22T10:41:06.243Z PASS [ 0.030s] (1000/2662) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
77052026-01-22T10:41:06.243Z PASS [ 0.021s] (1001/2662) omicron-common api::external::test::test_bytecount
77062026-01-22T10:41:06.243Z PASS [ 0.022s] (1002/2662) omicron-common api::external::test::test_bytecount_display
77072026-01-22T10:41:06.268Z PASS [ 0.029s] (1003/2662) omicron-common api::external::test::test_digest
77082026-01-22T10:41:06.268Z PASS [ 0.024s] (1004/2662) omicron-common api::external::test::test_firewall_deserialization
77092026-01-22T10:41:06.298Z PASS [ 0.030s] (1005/2662) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
77102026-01-22T10:41:06.325Z PASS [ 0.051s] (1006/2662) omicron-common api::external::test::test_firewall_rule_host_filter_parse
77112026-01-22T10:41:06.350Z PASS [ 0.042s] (1007/2662) omicron-common api::external::test::test_firewall_rule_target_parse
77122026-01-22T10:41:06.374Z PASS [ 0.048s] (1008/2662) omicron-common api::external::test::test_generation_display_parse
77132026-01-22T10:41:06.374Z PASS [ 0.025s] (1009/2662) omicron-common api::external::test::test_generation_from_int
77142026-01-22T10:41:06.399Z PASS [ 0.024s] (1010/2662) omicron-common api::external::test::test_generation_serde
77152026-01-22T10:41:06.425Z PASS [ 0.030s] (1011/2662) omicron-common api::external::test::test_hostname_from_str
77162026-01-22T10:41:06.450Z PASS [ 0.025s] (1012/2662) omicron-common api::external::test::test_ip_port_range_from_str
77172026-01-22T10:41:06.474Z PASS [ 0.021s] (1013/2662) omicron-common api::external::test::test_ip_port_range_into_str
77182026-01-22T10:41:06.499Z PASS [ 0.030s] (1014/2662) omicron-common api::external::test::test_ipv6_net_operations
77192026-01-22T10:41:06.499Z PASS [ 1.325s] (1015/2662) omicron-cockroach-admin context::tests::test_node_id
77202026-01-22T10:41:06.525Z PASS [ 0.021s] (1016/2662) omicron-common api::external::test::test_mac_to_int_conversions
77212026-01-22T10:41:06.525Z PASS [ 0.026s] (1017/2662) omicron-common api::external::test::test_mac_system_iterator
77222026-01-22T10:41:06.550Z PASS [ 0.023s] (1018/2662) omicron-common api::external::test::test_macaddr
77232026-01-22T10:41:06.550Z PASS [ 0.023s] (1019/2662) omicron-common api::external::test::test_name_parse
77242026-01-22T10:41:06.574Z PASS [ 0.023s] (1020/2662) omicron-common api::external::test::test_name_parse_from_param
77252026-01-22T10:41:06.574Z PASS [ 0.024s] (1021/2662) omicron-common api::external::test::test_resource_name_parse
77262026-01-22T10:41:06.608Z PASS [ 0.045s] (1022/2662) omicron-common api::external::test::test_route_destination_parse
77272026-01-22T10:41:06.633Z PASS [ 0.043s] (1023/2662) omicron-common api::external::test::test_route_target_parse
77282026-01-22T10:41:06.633Z PASS [ 0.024s] (1024/2662) omicron-common api::external::test::test_semver_serialize
77292026-01-22T10:41:06.658Z PASS [ 0.024s] (1025/2662) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
77302026-01-22T10:41:06.658Z PASS [ 0.021s] (1026/2662) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
77312026-01-22T10:41:06.658Z PASS [ 0.023s] (1027/2662) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
77322026-01-22T10:41:06.682Z PASS [ 0.024s] (1028/2662) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
77332026-01-22T10:41:06.682Z PASS [ 0.024s] (1029/2662) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
77342026-01-22T10:41:06.707Z PASS [ 0.024s] (1030/2662) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
77352026-01-22T10:41:06.731Z PASS [ 0.026s] (1031/2662) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
77362026-01-22T10:41:06.732Z PASS [ 0.349s] (1032/2662) omicron-common api::external::test::test_generation_overflow
77372026-01-22T10:41:06.732Z PASS [ 0.020s] (1033/2662) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
77382026-01-22T10:41:06.756Z PASS [ 0.032s] (1034/2662) omicron-common disk::tests::parse_dataset_name
77392026-01-22T10:41:06.756Z PASS [ 0.039s] (1035/2662) omicron-common ledger::test::test_commit_handles_write_failures
77402026-01-22T10:41:06.756Z PASS [ 0.026s] (1036/2662) omicron-common ledger::test::test_create_default_ledger
77412026-01-22T10:41:06.782Z PASS [ 0.027s] (1037/2662) omicron-common ledger::test::test_create_ledger_reads_from_storage
77422026-01-22T10:41:06.782Z PASS [ 0.025s] (1038/2662) omicron-common zpool_name::test::test_parse_bad_zpool_names
77432026-01-22T10:41:06.782Z PASS [ 0.030s] (1039/2662) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
77442026-01-22T10:41:06.807Z PASS [ 0.025s] (1040/2662) omicron-common zpool_name::test::test_parse_external_zpool_name
77452026-01-22T10:41:06.807Z PASS [ 0.024s] (1041/2662) omicron-common zpool_name::test::test_parse_internal_zpool_name
77462026-01-22T10:41:06.807Z PASS [ 0.025s] (1042/2662) omicron-common zpool_name::test::test_parse_zpool_name_json
77472026-01-22T10:41:06.831Z PASS [ 0.020s] (1043/2662) omicron-common zpool_name::test::test_zpool_name_regex
77482026-01-22T10:41:08.198Z PASS [ 1.398s] (1044/2662) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
77492026-01-22T10:41:08.198Z PASS [ 1.394s] (1045/2662) omicron-dev::test-omicron-dev test_omicron_dev_no_args
77502026-01-22T10:41:08.329Z PASS [ 0.130s] (1046/2662) omicron-gateway management_switch::location_map::tests::test_config_validation
77512026-01-22T10:41:08.372Z PASS [ 0.044s] (1047/2662) omicron-gateway management_switch::location_map::tests::test_resolve_location
77522026-01-22T10:41:09.130Z PASS [ 0.757s] (1048/2662) omicron-gateway::test_all integration_tests::component_list::component_list
77532026-01-22T10:41:09.161Z PASS [ 0.032s] (1049/2662) omicron-gateway::test_all integration_tests::config::read_production_smf_config
77542026-01-22T10:41:09.422Z PASS [ 13.479s] (1050/2662) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
77552026-01-22T10:41:09.447Z PASS [ 0.268s] (1051/2662) omicron-gateway::test_all integration_tests::ereports::ereports_basic
77562026-01-22T10:41:09.673Z PASS [ 7.289s] (1052/2662) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
77572026-01-22T10:41:09.735Z PASS [ 0.314s] (1053/2662) omicron-gateway::test_all integration_tests::ereports::ereports_commit
77582026-01-22T10:41:09.761Z PASS [ 0.324s] (1054/2662) omicron-gateway::test_all integration_tests::ereports::ereports_limit
77592026-01-22T10:41:09.986Z PASS [ 0.249s] (1055/2662) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
77602026-01-22T10:41:10.011Z PASS [ 0.251s] (1056/2662) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
77612026-01-22T10:41:10.108Z PASS [ 0.435s] (1057/2662) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
77622026-01-22T10:41:10.241Z PASS [ 0.255s] (1058/2662) omicron-gateway::test_all integration_tests::task_dump::task_dump
77632026-01-22T10:41:10.299Z PASS [ 0.059s] (1059/2662) omicron-nexus app::alert::tests::test_alert_class_list
77642026-01-22T10:41:10.525Z PASS [ 6.349s] (1060/2662) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
77652026-01-22T10:41:25.513Z PASS [ 18.705s] (1061/2662) omicron-dev::test-omicron-dev test_run_all
77662026-01-22T10:41:26.133Z PASS [ 15.610s] (1062/2662) omicron-nexus app::background::driver::test::test_driver_basic
77672026-01-22T10:41:27.156Z PASS [ 16.859s] (1063/2662) omicron-nexus app::background::driver::test::test_activation_in_progress
77682026-01-22T10:41:30.207Z PASS [ 20.205s] (1064/2662) omicron-ls-apis::test_dependencies test_api_check
77692026-01-22T10:41:30.384Z PASS [ 20.280s] (1065/2662) omicron-ls-apis::test_dependencies test_api_dependencies
77702026-01-22T10:41:42.319Z PASS [ 16.808s] (1066/2662) omicron-nexus app::background::init::test::test_dns_propagation_basic
77712026-01-22T10:41:45.002Z PASS [ 36.810s] (1067/2662) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
77722026-01-22T10:41:48.048Z PASS [ 17.666s] (1068/2662) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
77732026-01-22T10:41:52.023Z PASS [ 25.894s] (1069/2662) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
77742026-01-22T10:41:54.313Z PASS [ 27.161s] (1070/2662) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
77752026-01-22T10:41:58.180Z PASS [ 27.978s] (1071/2662) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
77762026-01-22T10:41:59.626Z PASS [ 7.604s] (1072/2662) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
77772026-01-22T10:42:00.114Z PASS [ 5.802s] (1073/2662) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
77782026-01-22T10:42:00.205Z PASS [ 0.091s] (1074/2662) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
77792026-01-22T10:42:00.989Z PASS [ 18.673s] (1075/2662) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
77802026-01-22T10:42:02.435Z PASS [ 17.436s] (1076/2662) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
77812026-01-22T10:42:03.767Z PASS [ 5.588s] (1077/2662) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
77822026-01-22T10:42:05.138Z PASS [ 5.513s] (1078/2662) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
77832026-01-22T10:42:10.805Z PASS [ 22.761s] (1079/2662) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
77842026-01-22T10:42:18.418Z PASS [ 18.217s] (1080/2662) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
77852026-01-22T10:42:18.932Z PASS [ 17.946s] (1081/2662) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
77862026-01-22T10:42:19.807Z PASS [ 17.376s] (1082/2662) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
77872026-01-22T10:42:22.304Z PASS [ 18.540s] (1083/2662) omicron-nexus app::background::tasks::dns_config::test::test_basic
77882026-01-22T10:42:23.645Z PASS [ 18.510s] (1084/2662) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
77892026-01-22T10:42:25.124Z PASS [ 6.190s] (1085/2662) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
77902026-01-22T10:42:25.297Z PASS [ 5.491s] (1086/2662) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
77912026-01-22T10:42:28.902Z PASS [ 18.101s] (1087/2662) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
77922026-01-22T10:42:37.371Z PASS [ 18.956s] (1088/2662) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
77932026-01-22T10:42:51.971Z PASS [ 28.331s] (1089/2662) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
77942026-01-22T10:42:53.621Z PASS [ 28.328s] (1090/2662) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
77952026-01-22T10:42:56.660Z PASS [ 19.293s] (1091/2662) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
77962026-01-22T10:42:56.720Z PASS [ 0.060s] (1092/2662) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
77972026-01-22T10:42:56.772Z PASS [ 0.051s] (1093/2662) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
77982026-01-22T10:42:56.826Z PASS [ 0.054s] (1094/2662) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
77992026-01-22T10:42:56.887Z PASS [ 0.060s] (1095/2662) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
78002026-01-22T10:42:56.931Z PASS [ 0.044s] (1096/2662) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
78012026-01-22T10:42:56.976Z PASS [ 0.045s] (1097/2662) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
78022026-01-22T10:42:57.030Z PASS [ 0.054s] (1098/2662) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
78032026-01-22T10:42:57.078Z PASS [ 0.048s] (1099/2662) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
78042026-01-22T10:42:57.126Z PASS [ 0.048s] (1100/2662) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
78052026-01-22T10:42:57.277Z PASS [ 0.151s] (1101/2662) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
78062026-01-22T10:42:57.332Z PASS [ 0.055s] (1102/2662) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
78072026-01-22T10:42:57.386Z PASS [ 0.053s] (1103/2662) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
78082026-01-22T10:42:57.436Z PASS [ 0.050s] (1104/2662) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
78092026-01-22T10:42:57.486Z PASS [ 0.050s] (1105/2662) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
78102026-01-22T10:42:57.538Z PASS [ 0.052s] (1106/2662) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
78112026-01-22T10:42:57.588Z PASS [ 0.050s] (1107/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
78122026-01-22T10:42:57.641Z PASS [ 0.053s] (1108/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
78132026-01-22T10:42:57.695Z PASS [ 0.055s] (1109/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
78142026-01-22T10:42:57.725Z PASS [ 5.755s] (1110/2662) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
78152026-01-22T10:42:57.760Z PASS [ 0.064s] (1111/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
78162026-01-22T10:42:57.784Z PASS [ 0.051s] (1112/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
78172026-01-22T10:42:57.809Z PASS [ 0.050s] (1113/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
78182026-01-22T10:42:57.833Z PASS [ 0.050s] (1114/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
78192026-01-22T10:42:57.867Z PASS [ 0.052s] (1115/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
78202026-01-22T10:42:57.891Z PASS [ 0.055s] (1116/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
78212026-01-22T10:42:57.915Z PASS [ 0.047s] (1117/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
78222026-01-22T10:42:57.939Z PASS [ 0.050s] (1118/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
78232026-01-22T10:42:57.963Z PASS [ 0.049s] (1119/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
78242026-01-22T10:42:57.987Z PASS [ 0.053s] (1120/2662) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
78252026-01-22T10:43:02.635Z PASS [ 33.739s] (1121/2662) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
78262026-01-22T10:43:09.345Z PASS [ 15.727s] (1122/2662) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
78272026-01-22T10:43:09.438Z PASS [ 47.142s] (1123/2662) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
78282026-01-22T10:43:19.303Z PASS [ 16.671s] (1124/2662) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
78292026-01-22T10:43:21.656Z PASS [ 23.703s] (1125/2662) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
78302026-01-22T10:43:24.970Z PASS [ 26.991s] (1126/2662) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
78312026-01-22T10:43:25.113Z SLOW [> 60.000s] (─────────) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
78322026-01-22T10:43:25.318Z PASS [ 15.883s] (1127/2662) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
78332026-01-22T10:43:25.717Z PASS [ 16.374s] (1128/2662) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
78342026-01-22T10:43:38.108Z PASS [ 18.808s] (1129/2662) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
78352026-01-22T10:43:41.712Z PASS [ 20.059s] (1130/2662) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
78362026-01-22T10:43:44.075Z PASS [ 19.108s] (1131/2662) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
78372026-01-22T10:43:44.138Z PASS [ 18.424s] (1132/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
78382026-01-22T10:43:45.196Z PASS [ 19.881s] (1133/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
78392026-01-22T10:43:55.476Z PASS [ 17.371s] (1134/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
78402026-01-22T10:43:59.760Z PASS [ 4.285s] (1135/2662) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
78412026-01-22T10:44:02.638Z PASS [ 18.503s] (1136/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
78422026-01-22T10:44:03.722Z PASS [ 18.528s] (1137/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
78432026-01-22T10:44:03.820Z PASS [ 0.098s] (1138/2662) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
78442026-01-22T10:44:04.138Z PASS [ 22.429s] (1139/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
78452026-01-22T10:44:06.746Z PASS [ 4.109s] (1140/2662) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
78462026-01-22T10:44:09.007Z PASS [ 24.936s] (1141/2662) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
78472026-01-22T10:44:11.293Z PASS [ 106.190s] (1142/2662) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
78482026-01-22T10:44:20.637Z PASS [ 20.880s] (1143/2662) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
78492026-01-22T10:44:25.031Z PASS [ 21.215s] (1144/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
78502026-01-22T10:44:25.316Z PASS [ 21.181s] (1145/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
78512026-01-22T10:44:26.034Z PASS [ 19.291s] (1146/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
78522026-01-22T10:44:29.672Z PASS [ 18.382s] (1147/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
78532026-01-22T10:44:30.408Z PASS [ 21.405s] (1148/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
78542026-01-22T10:44:37.226Z PASS [ 16.591s] (1149/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
78552026-01-22T10:44:44.015Z PASS [ 17.983s] (1150/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
78562026-01-22T10:44:44.464Z PASS [ 0.449s] (1151/2662) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
78572026-01-22T10:44:44.782Z PASS [ 0.318s] (1152/2662) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
78582026-01-22T10:44:45.110Z PASS [ 0.328s] (1153/2662) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
78592026-01-22T10:44:46.083Z PASS [ 0.973s] (1154/2662) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
78602026-01-22T10:44:46.147Z PASS [ 0.063s] (1155/2662) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
78612026-01-22T10:44:46.227Z PASS [ 0.080s] (1156/2662) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
78622026-01-22T10:44:46.836Z PASS [ 0.609s] (1157/2662) omicron-nexus app::external_endpoints::test::test_authority
78632026-01-22T10:44:46.950Z PASS [ 0.114s] (1158/2662) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
78642026-01-22T10:44:48.585Z PASS [ 1.635s] (1159/2662) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
78652026-01-22T10:44:48.676Z PASS [ 0.091s] (1160/2662) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
78662026-01-22T10:44:48.711Z PASS [ 23.400s] (1161/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
78672026-01-22T10:44:48.741Z PASS [ 0.065s] (1162/2662) omicron-nexus app::external_endpoints::test::test_no_endpoint
78682026-01-22T10:44:48.778Z PASS [ 0.067s] (1163/2662) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
78692026-01-22T10:44:48.803Z PASS [ 0.062s] (1164/2662) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
78702026-01-22T10:44:48.833Z PASS [ 0.055s] (1165/2662) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
78712026-01-22T10:44:48.863Z PASS [ 0.060s] (1166/2662) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
78722026-01-22T10:44:48.905Z PASS [ 0.071s] (1167/2662) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
78732026-01-22T10:44:48.929Z PASS [ 0.051s] (1168/2662) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
78742026-01-22T10:44:48.963Z PASS [ 0.048s] (1169/2662) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
78752026-01-22T10:44:48.987Z PASS [ 0.059s] (1170/2662) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
78762026-01-22T10:44:49.029Z PASS [ 0.066s] (1171/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
78772026-01-22T10:44:49.066Z PASS [ 0.101s] (1172/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
78782026-01-22T10:44:49.091Z PASS [ 0.048s] (1173/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
78792026-01-22T10:44:49.118Z PASS [ 0.053s] (1174/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
78802026-01-22T10:44:49.143Z PASS [ 0.042s] (1175/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
78812026-01-22T10:44:49.167Z PASS [ 0.048s] (1176/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
78822026-01-22T10:44:49.192Z PASS [ 0.052s] (1177/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
78832026-01-22T10:44:49.227Z PASS [ 0.057s] (1178/2662) omicron-nexus app::multicast::tests::test_is_ssm_address
78842026-01-22T10:44:49.252Z PASS [ 0.077s] (1179/2662) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
78852026-01-22T10:44:50.151Z PASS [ 25.124s] (1180/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
78862026-01-22T10:44:50.255Z PASS [ 19.849s] (1181/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
78872026-01-22T10:44:50.305Z PASS [ 0.050s] (1182/2662) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
78882026-01-22T10:44:50.375Z PASS [ 20.707s] (1183/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
78892026-01-22T10:44:56.029Z PASS [ 18.806s] (1184/2662) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
78902026-01-22T10:45:06.034Z PASS [ 15.886s] (1185/2662) omicron-nexus app::quiesce::test::test_quiesce_multi
78912026-01-22T10:45:07.263Z PASS [ 18.039s] (1186/2662) omicron-nexus app::quiesce::test::test_quiesce_easy
78922026-01-22T10:45:08.242Z PASS [ 19.000s] (1187/2662) omicron-nexus app::quiesce::test::test_quiesce_full
78932026-01-22T10:45:14.224Z PASS [ 23.853s] (1188/2662) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
78942026-01-22T10:45:16.371Z PASS [ 26.071s] (1189/2662) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
78952026-01-22T10:45:21.354Z PASS [ 25.330s] (1190/2662) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
78962026-01-22T10:45:27.851Z PASS [ 20.592s] (1191/2662) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
78972026-01-22T10:45:32.048Z PASS [ 26.018s] (1192/2662) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
78982026-01-22T10:45:34.426Z PASS [ 20.205s] (1193/2662) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
78992026-01-22T10:45:37.332Z PASS [ 29.095s] (1194/2662) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
79002026-01-22T10:45:52.712Z PASS [ 36.346s] (1195/2662) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
79012026-01-22T10:45:53.732Z PASS [ 32.383s] (1196/2662) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
79022026-01-22T10:46:01.858Z PASS [ 34.012s] (1197/2662) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
79032026-01-22T10:46:05.161Z PASS [ 33.119s] (1198/2662) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
79042026-01-22T10:46:05.501Z PASS [ 31.080s] (1199/2662) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
79052026-01-22T10:46:08.454Z PASS [ 31.128s] (1200/2662) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
79062026-01-22T10:46:25.173Z PASS [ 32.466s] (1201/2662) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
79072026-01-22T10:46:25.379Z PASS [ 31.652s] (1202/2662) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
79082026-01-22T10:46:30.380Z PASS [ 28.528s] (1203/2662) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
79092026-01-22T10:46:35.001Z PASS [ 29.505s] (1204/2662) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
79102026-01-22T10:46:36.637Z PASS [ 28.187s] (1205/2662) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
79112026-01-22T10:46:37.177Z PASS [ 32.021s] (1206/2662) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
79122026-01-22T10:46:53.393Z PASS [ 28.226s] (1207/2662) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
79132026-01-22T10:46:58.404Z PASS [ 28.029s] (1208/2662) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
79142026-01-22T10:47:02.861Z PASS [ 27.865s] (1209/2662) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
79152026-01-22T10:47:08.026Z PASS [ 31.394s] (1210/2662) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
79162026-01-22T10:47:25.370Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79172026-01-22T10:47:25.569Z PASS [ 32.181s] (1211/2662) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
79182026-01-22T10:47:29.680Z PASS [ 31.281s] (1212/2662) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
79192026-01-22T10:47:37.168Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79202026-01-22T10:47:40.035Z PASS [ 32.015s] (1213/2662) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
79212026-01-22T10:47:58.298Z PASS [ 32.735s] (1214/2662) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
79222026-01-22T10:48:02.852Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79232026-01-22T10:48:11.391Z PASS [ 31.361s] (1215/2662) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
79242026-01-22T10:48:25.360Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79252026-01-22T10:48:29.244Z PASS [ 30.950s] (1216/2662) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
79262026-01-22T10:48:29.672Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79272026-01-22T10:48:30.485Z PASS [ 125.127s] (1217/2662) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79282026-01-22T10:48:37.158Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79292026-01-22T10:48:59.262Z PASS [ 30.023s] (1218/2662) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
79302026-01-22T10:49:01.903Z PASS [ 31.424s] (1219/2662) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
79312026-01-22T10:49:02.843Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79322026-01-22T10:49:11.383Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
79332026-01-22T10:49:14.222Z PASS [ 157.073s] (1220/2662) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79342026-01-22T10:49:18.602Z PASS [ 135.765s] (1221/2662) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79352026-01-22T10:49:29.662Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79362026-01-22T10:49:32.925Z PASS [ 31.028s] (1222/2662) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
79372026-01-22T10:49:37.225Z PASS [ 85.848s] (1223/2662) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
79382026-01-22T10:49:46.508Z PASS [ 32.291s] (1224/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
79392026-01-22T10:49:59.254Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79402026-01-22T10:50:03.628Z PASS [ 30.708s] (1225/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
79412026-01-22T10:50:08.253Z PASS [ 31.034s] (1226/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
79422026-01-22T10:50:18.593Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
79432026-01-22T10:50:29.653Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79442026-01-22T10:50:35.584Z PASS [ 31.962s] (1227/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
79452026-01-22T10:50:46.499Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79462026-01-22T10:50:47.473Z PASS [ 88.886s] (1228/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
79472026-01-22T10:50:54.208Z PASS [ 204.563s] (1229/2662) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79482026-01-22T10:50:59.244Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79492026-01-22T10:51:07.743Z PASS [ 32.164s] (1230/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
79502026-01-22T10:51:08.244Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
79512026-01-22T10:51:19.916Z PASS [ 32.448s] (1231/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
79522026-01-22T10:51:36.338Z PASS [ 16.424s] (1232/2662) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
79532026-01-22T10:51:36.367Z PASS [ 28.629s] (1233/2662) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
79542026-01-22T10:51:36.878Z PASS [ 157.644s] (1234/2662) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79552026-01-22T10:51:39.000Z PASS [ 44.800s] (1235/2662) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
79562026-01-22T10:51:46.489Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79572026-01-22T10:51:54.249Z PASS [ 17.914s] (1236/2662) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
79582026-01-22T10:51:54.529Z PASS [ 18.164s] (1237/2662) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
79592026-01-22T10:51:57.715Z PASS [ 20.839s] (1238/2662) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
79602026-01-22T10:51:58.632Z PASS [ 19.636s] (1239/2662) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
79612026-01-22T10:52:04.400Z PASS [ 137.916s] (1240/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79622026-01-22T10:52:08.234Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
79632026-01-22T10:52:13.143Z PASS [ 18.897s] (1241/2662) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
79642026-01-22T10:52:15.182Z PASS [ 17.471s] (1242/2662) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
79652026-01-22T10:52:22.225Z PASS [ 27.701s] (1243/2662) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
79662026-01-22T10:52:23.130Z PASS [ 18.733s] (1244/2662) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
79672026-01-22T10:52:26.682Z PASS [ 28.054s] (1245/2662) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
79682026-01-22T10:52:27.439Z PASS [ 139.211s] (1246/2662) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
79692026-01-22T10:52:44.857Z PASS [ 31.720s] (1247/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
79702026-01-22T10:52:44.907Z PASS [ 0.050s] (1248/2662) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
79712026-01-22T10:52:47.180Z PASS [ 32.003s] (1249/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
79722026-01-22T10:52:48.037Z PASS [ 20.602s] (1250/2662) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
79732026-01-22T10:52:54.713Z PASS [ 31.588s] (1251/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
79742026-01-22T10:52:57.143Z PASS [ 34.923s] (1252/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
79752026-01-22T10:53:00.685Z PASS [ 34.009s] (1253/2662) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
79762026-01-22T10:53:14.499Z PASS [ 19.790s] (1254/2662) omicron-nexus app::sagas::test_saga::test_saga_stuck
79772026-01-22T10:53:15.592Z PASS [ 30.690s] (1255/2662) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
79782026-01-22T10:53:20.523Z PASS [ 23.385s] (1256/2662) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
79792026-01-22T10:53:24.039Z PASS [ 23.358s] (1257/2662) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
79802026-01-22T10:53:29.706Z PASS [ 42.534s] (1258/2662) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
79812026-01-22T10:53:30.613Z PASS [ 42.583s] (1259/2662) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
79822026-01-22T10:53:34.304Z PASS [ 3.691s] (1260/2662) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
79832026-01-22T10:53:34.351Z PASS [ 0.047s] (1261/2662) omicron-nexus external_api::console_api::test::test_accept_gz
79842026-01-22T10:53:34.408Z PASS [ 0.057s] (1262/2662) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
79852026-01-22T10:53:34.467Z PASS [ 0.059s] (1263/2662) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
79862026-01-22T10:53:34.527Z PASS [ 0.060s] (1264/2662) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
79872026-01-22T10:53:34.582Z PASS [ 0.054s] (1265/2662) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
79882026-01-22T10:53:34.639Z PASS [ 0.057s] (1266/2662) omicron-nexus external_api::console_api::test::test_find_file_finds_file
79892026-01-22T10:53:34.691Z PASS [ 0.052s] (1267/2662) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
79902026-01-22T10:53:34.747Z PASS [ 0.055s] (1268/2662) omicron-nexus external_api::console_api::test::test_relative_uri
79912026-01-22T10:53:34.799Z PASS [ 0.053s] (1269/2662) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
79922026-01-22T10:53:37.451Z PASS [ 22.955s] (1270/2662) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
79932026-01-22T10:53:38.541Z PASS [ 22.953s] (1271/2662) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
79942026-01-22T10:53:43.049Z PASS [ 22.530s] (1272/2662) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
79952026-01-22T10:53:47.869Z PASS [ 23.834s] (1273/2662) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
79962026-01-22T10:53:53.325Z PASS [ 23.622s] (1274/2662) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
79972026-01-22T10:53:58.284Z PASS [ 20.836s] (1275/2662) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
79982026-01-22T10:53:58.818Z PASS [ 20.281s] (1276/2662) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
79992026-01-22T10:54:14.688Z PASS [ 39.895s] (1277/2662) omicron-nexus populate::test::test_populators
80002026-01-22T10:54:15.313Z PASS [ 32.270s] (1278/2662) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
80012026-01-22T10:54:20.674Z PASS [ 32.811s] (1279/2662) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
80022026-01-22T10:54:27.937Z PASS [ 29.658s] (1280/2662) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
80032026-01-22T10:54:31.437Z PASS [ 32.625s] (1281/2662) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
80042026-01-22T10:54:46.132Z PASS [ 31.449s] (1282/2662) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
80052026-01-22T10:54:47.924Z PASS [ 27.254s] (1283/2662) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
80062026-01-22T10:54:49.498Z PASS [ 56.183s] (1284/2662) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
80072026-01-22T10:54:50.569Z PASS [ 22.636s] (1285/2662) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
80082026-01-22T10:54:51.680Z PASS [ 20.246s] (1286/2662) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
80092026-01-22T10:55:08.372Z PASS [ 53.068s] (1287/2662) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
80102026-01-22T10:55:10.728Z PASS [ 2.356s] (1288/2662) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
80112026-01-22T10:55:12.435Z PASS [ 20.758s] (1289/2662) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
80122026-01-22T10:55:12.633Z PASS [ 1.906s] (1290/2662) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
80132026-01-22T10:55:12.927Z PASS [ 0.493s] (1291/2662) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
80142026-01-22T10:55:14.131Z PASS [ 24.637s] (1292/2662) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
80152026-01-22T10:55:17.407Z PASS [ 26.843s] (1293/2662) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
80162026-01-22T10:55:22.923Z PASS [ 35.005s] (1294/2662) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
80172026-01-22T10:55:32.520Z PASS [ 19.597s] (1295/2662) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
80182026-01-22T10:55:32.905Z PASS [ 20.275s] (1296/2662) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
80192026-01-22T10:55:34.389Z PASS [ 20.262s] (1297/2662) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
80202026-01-22T10:55:37.393Z PASS [ 19.990s] (1298/2662) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
80212026-01-22T10:55:42.491Z PASS [ 19.572s] (1299/2662) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
80222026-01-22T10:55:46.123Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80232026-01-22T10:55:50.997Z PASS [ 18.094s] (1300/2662) omicron-nexus::test_all integration_tests::basic::test_ping
80242026-01-22T10:55:51.022Z PASS [ 18.500s] (1301/2662) omicron-nexus::test_all integration_tests::basic::test_basic_failures
80252026-01-22T10:56:01.352Z PASS [ 18.864s] (1302/2662) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
80262026-01-22T10:56:02.015Z PASS [ 27.630s] (1303/2662) omicron-nexus::test_all integration_tests::basic::test_projects_basic
80272026-01-22T10:56:07.725Z PASS [ 81.607s] (1304/2662) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80282026-01-22T10:56:08.321Z PASS [ 17.307s] (1305/2662) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
80292026-01-22T10:56:08.460Z PASS [ 17.467s] (1306/2662) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
80302026-01-22T10:56:09.127Z PASS [ 31.738s] (1307/2662) omicron-nexus::test_all integration_tests::basic::test_projects_list
80312026-01-22T10:56:20.471Z PASS [ 19.122s] (1308/2662) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
80322026-01-22T10:56:20.507Z PASS [ 18.495s] (1309/2662) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
80332026-01-22T10:56:26.526Z PASS [ 18.208s] (1310/2662) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
80342026-01-22T10:56:27.157Z PASS [ 18.033s] (1311/2662) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
80352026-01-22T10:56:28.979Z PASS [ 21.257s] (1312/2662) omicron-nexus::test_all integration_tests::certificates::test_crud
80362026-01-22T10:56:29.030Z PASS [ 2.504s] (1313/2662) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
80372026-01-22T10:56:29.059Z PASS [ 1.902s] (1314/2662) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
80382026-01-22T10:56:29.180Z PASS [ 0.201s] (1315/2662) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
80392026-01-22T10:56:33.358Z PASS [ 24.902s] (1316/2662) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
80402026-01-22T10:56:37.473Z PASS [ 17.004s] (1317/2662) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
80412026-01-22T10:56:38.860Z PASS [ 18.356s] (1318/2662) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
80422026-01-22T10:56:45.547Z PASS [ 16.490s] (1319/2662) omicron-nexus::test_all integration_tests::console_api::test_assets
80432026-01-22T10:56:47.022Z PASS [ 17.845s] (1320/2662) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
80442026-01-22T10:56:47.475Z PASS [ 18.447s] (1321/2662) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
80452026-01-22T10:56:56.570Z PASS [ 17.713s] (1322/2662) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
80462026-01-22T10:56:57.646Z PASS [ 24.292s] (1323/2662) omicron-nexus::test_all integration_tests::console_api::test_console_pages
80472026-01-22T10:57:00.900Z PASS [ 23.431s] (1324/2662) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
80482026-01-22T10:57:05.200Z PASS [ 17.727s] (1325/2662) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
80492026-01-22T10:57:05.537Z PASS [ 19.994s] (1326/2662) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
80502026-01-22T10:57:06.572Z PASS [ 19.554s] (1327/2662) omicron-nexus::test_all integration_tests::console_api::test_session_me
80512026-01-22T10:57:15.904Z PASS [ 18.260s] (1328/2662) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
80522026-01-22T10:57:20.648Z PASS [ 24.082s] (1329/2662) omicron-nexus::test_all integration_tests::console_api::test_sessions
80532026-01-22T10:57:40.478Z PASS [ 35.285s] (1330/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
80542026-01-22T10:57:40.869Z PASS [ 39.976s] (1331/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
80552026-01-22T10:57:44.417Z PASS [ 37.852s] (1332/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
80562026-01-22T10:57:45.534Z PASS [ 40.004s] (1333/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
80572026-01-22T10:58:05.587Z PASS [ 49.692s] (1334/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
80582026-01-22T10:58:09.602Z PASS [ 48.962s] (1335/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
80592026-01-22T10:58:24.221Z PASS [ 43.360s] (1336/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
80602026-01-22T10:58:28.484Z PASS [ 48.015s] (1337/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
80612026-01-22T10:58:33.832Z PASS [ 48.306s] (1338/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
80622026-01-22T10:58:34.063Z PASS [ 49.654s] (1339/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
80632026-01-22T10:58:53.631Z PASS [ 29.415s] (1340/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
80642026-01-22T10:58:54.282Z PASS [ 48.703s] (1341/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
80652026-01-22T10:59:09.592Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
80662026-01-22T10:59:17.601Z PASS [ 68.011s] (1342/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
80672026-01-22T10:59:21.985Z PASS [ 47.931s] (1343/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
80682026-01-22T10:59:28.475Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
80692026-01-22T10:59:33.823Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
80702026-01-22T10:59:43.783Z PASS [ 50.161s] (1344/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
80712026-01-22T10:59:47.189Z PASS [ 52.916s] (1345/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
80722026-01-22T10:59:51.828Z PASS [ 83.358s] (1346/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
80732026-01-22T10:59:55.480Z PASS [ 81.662s] (1347/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
80742026-01-22T11:00:02.123Z PASS [ 18.342s] (1348/2662) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
80752026-01-22T11:00:11.960Z PASS [ 20.135s] (1349/2662) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
80762026-01-22T11:00:13.803Z PASS [ 18.326s] (1350/2662) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
80772026-01-22T11:00:17.594Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
80782026-01-22T11:00:19.905Z PASS [ 17.786s] (1351/2662) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
80792026-01-22T11:00:21.233Z PASS [ 34.050s] (1352/2662) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
80802026-01-22T11:00:21.977Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
80812026-01-22T11:00:39.191Z PASS [ 27.236s] (1353/2662) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
80822026-01-22T11:00:39.761Z PASS [ 25.962s] (1354/2662) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
80832026-01-22T11:00:40.563Z PASS [ 20.661s] (1355/2662) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
80842026-01-22T11:00:48.330Z PASS [ 27.102s] (1356/2662) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
80852026-01-22T11:00:49.127Z PASS [ 91.542s] (1357/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
80862026-01-22T11:01:10.899Z PASS [ 31.144s] (1358/2662) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
80872026-01-22T11:01:17.467Z PASS [ 29.141s] (1359/2662) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
80882026-01-22T11:01:17.936Z PASS [ 28.814s] (1360/2662) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
80892026-01-22T11:01:21.968Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
80902026-01-22T11:01:22.383Z PASS [ 120.419s] (1361/2662) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
80912026-01-22T11:01:23.137Z PASS [ 42.582s] (1362/2662) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
80922026-01-22T11:01:38.848Z PASS [ 27.954s] (1363/2662) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
80932026-01-22T11:01:39.183Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
80942026-01-22T11:01:45.251Z PASS [ 27.320s] (1364/2662) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
80952026-01-22T11:01:45.981Z PASS [ 28.520s] (1365/2662) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
80962026-01-22T11:01:50.258Z PASS [ 27.125s] (1366/2662) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
80972026-01-22T11:01:52.191Z PASS [ 73.013s] (1367/2662) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
80982026-01-22T11:02:06.750Z PASS [ 21.502s] (1368/2662) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
80992026-01-22T11:02:06.810Z PASS [ 27.967s] (1369/2662) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
81002026-01-22T11:02:07.075Z PASS [ 21.097s] (1370/2662) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
81012026-01-22T11:02:13.138Z PASS [ 20.951s] (1371/2662) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
81022026-01-22T11:02:16.886Z PASS [ 26.632s] (1372/2662) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
81032026-01-22T11:02:18.499Z PASS [ 56.126s] (1373/2662) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
81042026-01-22T11:02:34.362Z PASS [ 27.292s] (1374/2662) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
81052026-01-22T11:02:35.970Z PASS [ 29.127s] (1375/2662) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
81062026-01-22T11:02:43.594Z PASS [ 30.461s] (1376/2662) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
81072026-01-22T11:02:47.317Z PASS [ 30.437s] (1377/2662) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
81082026-01-22T11:02:51.215Z PASS [ 44.412s] (1378/2662) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
81092026-01-22T11:02:52.580Z PASS [ 34.086s] (1379/2662) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
81102026-01-22T11:03:04.173Z PASS [ 28.306s] (1380/2662) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
81112026-01-22T11:03:05.081Z PASS [ 30.725s] (1381/2662) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
81122026-01-22T11:03:16.782Z PASS [ 29.470s] (1382/2662) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
81132026-01-22T11:03:17.110Z PASS [ 33.522s] (1383/2662) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
81142026-01-22T11:03:20.717Z PASS [ 28.142s] (1384/2662) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
81152026-01-22T11:03:20.862Z PASS [ 29.652s] (1385/2662) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
81162026-01-22T11:03:30.184Z PASS [ 25.107s] (1386/2662) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
81172026-01-22T11:03:33.223Z PASS [ 29.055s] (1387/2662) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
81182026-01-22T11:03:40.553Z PASS [ 23.775s] (1388/2662) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
81192026-01-22T11:03:47.688Z PASS [ 30.581s] (1389/2662) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
81202026-01-22T11:03:49.643Z PASS [ 28.930s] (1390/2662) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
81212026-01-22T11:03:55.811Z PASS [ 34.955s] (1391/2662) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
81222026-01-22T11:03:57.264Z PASS [ 27.084s] (1392/2662) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
81232026-01-22T11:04:01.615Z PASS [ 28.398s] (1393/2662) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
81242026-01-22T11:04:11.435Z PASS [ 30.887s] (1394/2662) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
81252026-01-22T11:04:14.932Z PASS [ 27.250s] (1395/2662) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
81262026-01-22T11:04:16.292Z PASS [ 26.655s] (1396/2662) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
81272026-01-22T11:04:22.478Z PASS [ 26.671s] (1397/2662) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
81282026-01-22T11:04:23.955Z PASS [ 26.697s] (1398/2662) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
81292026-01-22T11:04:30.233Z PASS [ 28.622s] (1399/2662) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
81302026-01-22T11:04:44.808Z PASS [ 33.379s] (1400/2662) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
81312026-01-22T11:04:45.569Z PASS [ 21.617s] (1401/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
81322026-01-22T11:04:53.925Z PASS [ 39.000s] (1402/2662) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
81332026-01-22T11:05:01.652Z PASS [ 45.367s] (1403/2662) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
81342026-01-22T11:05:03.593Z PASS [ 33.366s] (1404/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
81352026-01-22T11:05:07.882Z PASS [ 23.078s] (1405/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
81362026-01-22T11:05:09.554Z PASS [ 47.084s] (1406/2662) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
81372026-01-22T11:05:14.949Z PASS [ 21.028s] (1407/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
81382026-01-22T11:05:19.935Z PASS [ 34.372s] (1408/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
81392026-01-22T11:05:22.576Z PASS [ 20.928s] (1409/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
81402026-01-22T11:05:24.705Z PASS [ 21.115s] (1410/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
81412026-01-22T11:05:29.897Z PASS [ 22.018s] (1411/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
81422026-01-22T11:05:33.304Z PASS [ 23.753s] (1412/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
81432026-01-22T11:05:37.089Z PASS [ 22.144s] (1413/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
81442026-01-22T11:05:41.775Z PASS [ 21.844s] (1414/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
81452026-01-22T11:05:44.364Z PASS [ 21.791s] (1415/2662) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
81462026-01-22T11:05:44.808Z PASS [ 20.107s] (1416/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach_unimplemented
81472026-01-22T11:05:50.019Z PASS [ 20.126s] (1417/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_create_unimplemented
81482026-01-22T11:05:53.161Z PASS [ 19.860s] (1418/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_delete_unimplemented
81492026-01-22T11:05:57.328Z PASS [ 20.242s] (1419/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_detach_unimplemented
81502026-01-22T11:06:01.164Z PASS [ 19.393s] (1420/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_list_unimplemented
81512026-01-22T11:06:03.704Z PASS [ 19.344s] (1421/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_update_unimplemented
81522026-01-22T11:06:05.955Z PASS [ 21.150s] (1422/2662) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_view_unimplemented
81532026-01-22T11:06:16.994Z PASS [ 26.980s] (1423/2662) omicron-nexus::test_all integration_tests::images::test_image_create
81542026-01-22T11:06:22.730Z PASS [ 29.575s] (1424/2662) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
81552026-01-22T11:06:29.376Z PASS [ 32.053s] (1425/2662) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
81562026-01-22T11:06:29.583Z PASS [ 28.424s] (1426/2662) omicron-nexus::test_all integration_tests::images::test_image_promotion
81572026-01-22T11:06:31.388Z PASS [ 27.689s] (1427/2662) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
81582026-01-22T11:06:32.512Z PASS [ 26.562s] (1428/2662) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
81592026-01-22T11:06:36.912Z PASS [ 4.401s] (1429/2662) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
81602026-01-22T11:06:38.043Z PASS [ 8.461s] (1430/2662) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
81612026-01-22T11:06:38.102Z PASS [ 6.715s] (1431/2662) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
81622026-01-22T11:06:41.666Z PASS [ 24.676s] (1432/2662) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
81632026-01-22T11:06:43.062Z PASS [ 20.335s] (1433/2662) omicron-nexus::test_all integration_tests::images::test_silo_image_create
81642026-01-22T11:06:45.226Z PASS [ 15.853s] (1434/2662) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
81652026-01-22T11:06:46.402Z PASS [ 9.491s] (1435/2662) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
81662026-01-22T11:07:06.414Z PASS [ 28.375s] (1436/2662) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
81672026-01-22T11:07:12.553Z PASS [ 29.496s] (1437/2662) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
81682026-01-22T11:07:17.669Z PASS [ 36.009s] (1438/2662) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
81692026-01-22T11:07:20.532Z PASS [ 35.312s] (1439/2662) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
81702026-01-22T11:07:20.665Z PASS [ 34.268s] (1440/2662) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
81712026-01-22T11:07:23.491Z PASS [ 45.396s] (1441/2662) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
81722026-01-22T11:07:38.958Z PASS [ 21.292s] (1442/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
81732026-01-22T11:07:41.160Z PASS [ 20.632s] (1443/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
81742026-01-22T11:07:42.766Z PASS [ 36.359s] (1444/2662) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
81752026-01-22T11:07:55.158Z PASS [ 34.499s] (1445/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
81762026-01-22T11:08:00.411Z PASS [ 21.457s] (1446/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
81772026-01-22T11:08:01.068Z PASS [ 48.524s] (1447/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
81782026-01-22T11:08:10.671Z PASS [ 47.188s] (1448/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
81792026-01-22T11:08:11.736Z PASS [ 28.975s] (1449/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
81802026-01-22T11:08:23.118Z PASS [ 27.964s] (1450/2662) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
81812026-01-22T11:08:28.560Z PASS [ 47.408s] (1451/2662) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
81822026-01-22T11:08:37.920Z PASS [ 37.515s] (1452/2662) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
81832026-01-22T11:08:41.386Z PASS [ 29.655s] (1453/2662) omicron-nexus::test_all integration_tests::instances::test_instance_access
81842026-01-22T11:08:42.518Z PASS [ 19.404s] (1454/2662) omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
81852026-01-22T11:08:59.462Z PASS [ 48.799s] (1455/2662) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
81862026-01-22T11:09:01.061Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
81872026-01-22T11:09:02.522Z PASS [ 33.968s] (1456/2662) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
81882026-01-22T11:09:16.373Z PASS [ 75.317s] (1457/2662) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
81892026-01-22T11:09:18.922Z PASS [ 41.009s] (1458/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
81902026-01-22T11:09:23.575Z PASS [ 41.064s] (1459/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
81912026-01-22T11:09:25.330Z PASS [ 43.952s] (1460/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
81922026-01-22T11:09:33.912Z PASS [ 34.456s] (1461/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
81932026-01-22T11:09:43.605Z PASS [ 41.090s] (1462/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
81942026-01-22T11:09:46.320Z PASS [ 27.402s] (1463/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
81952026-01-22T11:09:48.997Z PASS [ 32.630s] (1464/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
81962026-01-22T11:09:50.852Z PASS [ 27.282s] (1465/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
81972026-01-22T11:09:59.980Z PASS [ 34.656s] (1466/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
81982026-01-22T11:10:12.658Z PASS [ 26.343s] (1467/2662) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
81992026-01-22T11:10:13.608Z PASS [ 24.615s] (1468/2662) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
82002026-01-22T11:10:18.347Z PASS [ 44.443s] (1469/2662) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
82012026-01-22T11:10:23.822Z PASS [ 32.975s] (1470/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
82022026-01-22T11:10:34.242Z PASS [ 34.268s] (1471/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
82032026-01-22T11:10:42.358Z PASS [ 58.762s] (1472/2662) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
82042026-01-22T11:10:44.895Z PASS [ 32.242s] (1473/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
82052026-01-22T11:10:48.580Z PASS [ 34.978s] (1474/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
82062026-01-22T11:10:50.461Z PASS [ 32.119s] (1475/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
82072026-01-22T11:10:56.148Z PASS [ 32.332s] (1476/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
82082026-01-22T11:11:22.519Z PASS [ 37.630s] (1477/2662) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
82092026-01-22T11:11:25.275Z PASS [ 34.820s] (1478/2662) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
82102026-01-22T11:11:28.203Z PASS [ 39.630s] (1479/2662) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
82112026-01-22T11:11:32.093Z PASS [ 35.950s] (1480/2662) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
82122026-01-22T11:11:34.233Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
82132026-01-22T11:11:37.445Z PASS [ 55.097s] (1481/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
82142026-01-22T11:11:51.203Z PASS [ 76.975s] (1482/2662) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
82152026-01-22T11:11:55.211Z PASS [ 29.941s] (1483/2662) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
82162026-01-22T11:11:58.504Z PASS [ 35.992s] (1484/2662) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
82172026-01-22T11:11:58.760Z PASS [ 30.562s] (1485/2662) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
82182026-01-22T11:12:16.329Z PASS [ 44.244s] (1486/2662) omicron-nexus::test_all integration_tests::instances::test_instance_serial
82192026-01-22T11:12:17.346Z PASS [ 26.147s] (1487/2662) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
82202026-01-22T11:12:18.706Z PASS [ 41.267s] (1488/2662) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
82212026-01-22T11:12:19.657Z PASS [ 21.157s] (1489/2662) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
82222026-01-22T11:12:35.374Z PASS [ 36.620s] (1490/2662) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
82232026-01-22T11:12:37.201Z PASS [ 41.997s] (1491/2662) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
82242026-01-22T11:12:40.615Z PASS [ 21.913s] (1492/2662) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
82252026-01-22T11:12:44.602Z PASS [ 28.277s] (1493/2662) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
82262026-01-22T11:12:50.413Z PASS [ 30.761s] (1494/2662) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
82272026-01-22T11:13:00.894Z PASS [ 20.283s] (1495/2662) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
82282026-01-22T11:13:03.611Z PASS [ 28.240s] (1496/2662) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
82292026-01-22T11:13:04.841Z PASS [ 27.645s] (1497/2662) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
82302026-01-22T11:13:15.178Z PASS [ 30.581s] (1498/2662) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
82312026-01-22T11:13:17.337Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82322026-01-22T11:13:19.542Z PASS [ 29.134s] (1499/2662) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
82332026-01-22T11:13:33.748Z PASS [ 18.573s] (1500/2662) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
82342026-01-22T11:13:33.853Z PASS [ 30.249s] (1501/2662) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
82352026-01-22T11:13:38.362Z PASS [ 33.527s] (1502/2662) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
82362026-01-22T11:13:40.877Z PASS [ 21.339s] (1503/2662) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
82372026-01-22T11:13:45.766Z PASS [ 44.880s] (1504/2662) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
82382026-01-22T11:13:55.468Z PASS [ 21.724s] (1505/2662) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
82392026-01-22T11:13:55.753Z PASS [ 21.904s] (1506/2662) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
82402026-01-22T11:14:02.938Z PASS [ 17.174s] (1507/2662) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
82412026-01-22T11:14:11.211Z PASS [ 32.854s] (1508/2662) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
82422026-01-22T11:14:15.399Z PASS [ 34.528s] (1509/2662) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
82432026-01-22T11:14:17.328Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82442026-01-22T11:14:27.918Z PASS [ 32.171s] (1510/2662) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
82452026-01-22T11:14:33.513Z PASS [ 30.580s] (1511/2662) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
82462026-01-22T11:14:34.861Z PASS [ 39.400s] (1512/2662) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
82472026-01-22T11:14:35.889Z PASS [ 138.567s] (1513/2662) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82482026-01-22T11:14:45.404Z PASS [ 17.488s] (1514/2662) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
82492026-01-22T11:14:46.846Z PASS [ 35.641s] (1515/2662) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
82502026-01-22T11:14:47.327Z PASS [ 31.933s] (1516/2662) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
82512026-01-22T11:14:50.641Z PASS [ 17.105s] (1517/2662) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
82522026-01-22T11:14:57.130Z PASS [ 22.272s] (1518/2662) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
82532026-01-22T11:15:04.940Z PASS [ 19.540s] (1519/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
82542026-01-22T11:15:08.330Z PASS [ 21.007s] (1520/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
82552026-01-22T11:15:09.204Z PASS [ 33.321s] (1521/2662) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
82562026-01-22T11:15:09.601Z PASS [ 22.759s] (1522/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
82572026-01-22T11:15:09.993Z PASS [ 19.378s] (1523/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
82582026-01-22T11:15:16.513Z PASS [ 19.387s] (1524/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
82592026-01-22T11:15:24.849Z PASS [ 19.912s] (1525/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
82602026-01-22T11:15:27.975Z PASS [ 19.648s] (1526/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
82612026-01-22T11:15:29.325Z PASS [ 20.125s] (1527/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
82622026-01-22T11:15:29.977Z PASS [ 20.379s] (1528/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
82632026-01-22T11:15:32.753Z PASS [ 22.767s] (1529/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
82642026-01-22T11:15:37.918Z PASS [ 21.408s] (1530/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
82652026-01-22T11:15:46.472Z PASS [ 18.500s] (1531/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
82662026-01-22T11:15:49.873Z PASS [ 25.028s] (1532/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
82672026-01-22T11:15:50.948Z PASS [ 21.627s] (1533/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
82682026-01-22T11:15:52.163Z PASS [ 19.413s] (1534/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
82692026-01-22T11:15:55.575Z PASS [ 17.660s] (1535/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
82702026-01-22T11:16:01.518Z PASS [ 31.546s] (1536/2662) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
82712026-01-22T11:16:14.087Z PASS [ 27.620s] (1537/2662) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
82722026-01-22T11:16:15.234Z PASS [ 25.366s] (1538/2662) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
82732026-01-22T11:16:16.678Z PASS [ 21.106s] (1539/2662) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
82742026-01-22T11:16:30.992Z PASS [ 40.050s] (1540/2662) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
82752026-01-22T11:16:32.464Z PASS [ 18.380s] (1541/2662) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
82762026-01-22T11:16:48.461Z PASS [ 33.232s] (1542/2662) omicron-nexus::test_all integration_tests::multicast::api::test_explicit_ip_bypasses_ssm_asm_selection
82772026-01-22T11:16:49.707Z PASS [ 48.197s] (1543/2662) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
82782026-01-22T11:16:50.365Z PASS [ 33.693s] (1544/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm
82792026-01-22T11:16:51.465Z PASS [ 59.312s] (1545/2662) omicron-nexus::test_all integration_tests::metrics::test_metrics
82802026-01-22T11:17:11.360Z PASS [ 40.376s] (1546/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds
82812026-01-22T11:17:17.265Z PASS [ 44.809s] (1547/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_different_sources_succeeds
82822026-01-22T11:17:22.459Z PASS [ 32.758s] (1548/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_not_in_pool_fails
82832026-01-22T11:17:24.022Z PASS [ 33.662s] (1549/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_with_sources
82842026-01-22T11:17:24.585Z PASS [ 33.125s] (1550/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_without_sources_fails
82852026-01-22T11:17:35.328Z PASS [ 46.875s] (1551/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
82862026-01-22T11:17:53.643Z PASS [ 29.625s] (1552/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_authenticated_users_can_read_multicast_groups
82872026-01-22T11:17:54.503Z PASS [ 32.050s] (1553/2662) omicron-nexus::test_all integration_tests::multicast::api::test_ssm_with_empty_sources_array_fails
82882026-01-22T11:17:59.333Z PASS [ 47.981s] (1554/2662) omicron-nexus::test_all integration_tests::multicast::api::test_join_existing_ssm_group_without_sources_fails
82892026-01-22T11:17:59.482Z PASS [ 42.225s] (1555/2662) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
82902026-01-22T11:18:12.104Z PASS [ 47.527s] (1556/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions
82912026-01-22T11:18:14.973Z PASS [ 39.652s] (1557/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_project_instance_attachment_allowed
82922026-01-22T11:18:27.041Z PASS [ 27.563s] (1558/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_cannot_use_unlinked_pool
82932026-01-22T11:18:34.544Z PASS [ 40.908s] (1559/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_instance_attachment
82942026-01-22T11:18:35.725Z PASS [ 41.228s] (1560/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_project_only_users_can_access_multicast_groups
82952026-01-22T11:18:35.827Z PASS [ 36.501s] (1561/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_admins_cannot_modify_other_silos_groups
82962026-01-22T11:18:47.011Z PASS [ 34.914s] (1562/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_users_can_attach_instances_to_multicast_groups
82972026-01-22T11:18:50.972Z PASS [ 36.005s] (1563/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied
82982026-01-22T11:18:57.003Z PASS [ 29.967s] (1564/2662) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members
82992026-01-22T11:19:08.606Z PASS [ 32.887s] (1565/2662) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_sled_move_updates_multicast_port_mapping
83002026-01-22T11:19:09.442Z PASS [ 34.904s] (1566/2662) omicron-nexus::test_all integration_tests::multicast::cache_invalidation::test_cache_ttl_behavior
83012026-01-22T11:19:13.151Z PASS [ 37.330s] (1567/2662) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
83022026-01-22T11:19:21.769Z PASS [ 30.801s] (1568/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
83032026-01-22T11:19:21.858Z PASS [ 34.853s] (1569/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race
83042026-01-22T11:19:28.300Z PASS [ 31.303s] (1570/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
83052026-01-22T11:19:40.749Z PASS [ 32.148s] (1571/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
83062026-01-22T11:19:42.542Z PASS [ 33.106s] (1572/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_drift_correction_missing_group_in_dpd
83072026-01-22T11:19:44.073Z PASS [ 30.927s] (1573/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_creation_with_dpd_failure
83082026-01-22T11:19:53.285Z PASS [ 31.433s] (1574/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure
83092026-01-22T11:20:00.379Z PASS [ 32.084s] (1575/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_left_member_waits_for_group_active
83102026-01-22T11:20:09.649Z PASS [ 47.889s] (1576/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join
83112026-01-22T11:20:13.516Z PASS [ 32.773s] (1577/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_member_joining_to_left_on_instance_stop
83122026-01-22T11:20:14.618Z PASS [ 30.551s] (1578/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure
83132026-01-22T11:20:25.533Z PASS [ 32.253s] (1579/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry
83142026-01-22T11:20:42.533Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery
83152026-01-22T11:20:46.988Z PASS [ 33.478s] (1580/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_cannot_delete_multicast_pool_with_groups
83162026-01-22T11:20:47.639Z PASS [ 47.269s] (1581/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
83172026-01-22T11:20:48.440Z PASS [ 33.828s] (1582/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation
83182026-01-22T11:20:58.413Z PASS [ 48.772s] (1583/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_reconciler_state_consistency_validation
83192026-01-22T11:20:59.484Z PASS [ 76.956s] (1584/2662) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_dpd_communication_failure_recovery
83202026-01-22T11:21:01.115Z PASS [ 35.588s] (1585/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
83212026-01-22T11:21:20.642Z PASS [ 32.207s] (1586/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip
83222026-01-22T11:21:21.825Z PASS [ 34.191s] (1587/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_lookup_multicast_group_by_ip
83232026-01-22T11:21:22.217Z PASS [ 35.235s] (1588/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
83242026-01-22T11:21:31.899Z PASS [ 30.789s] (1589/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
83252026-01-22T11:21:33.305Z PASS [ 34.898s] (1590/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict
83262026-01-22T11:21:33.481Z PASS [ 34.003s] (1591/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
83272026-01-22T11:21:39.371Z PASS [ 18.733s] (1592/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
83282026-01-22T11:22:04.995Z PASS [ 33.102s] (1593/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_address_family_validation
83292026-01-22T11:22:12.077Z PASS [ 32.711s] (1594/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_multicast_groups
83302026-01-22T11:22:21.817Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool
83312026-01-22T11:22:22.208Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
83322026-01-22T11:22:28.918Z PASS [ 55.447s] (1595/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
83332026-01-22T11:22:30.085Z PASS [ 56.789s] (1596/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_source_ip_validation_on_join
83342026-01-22T11:22:32.718Z PASS [ 70.905s] (1597/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_multiple_ssm_groups_same_pool
83352026-01-22T11:22:34.218Z PASS [ 72.013s] (1598/2662) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
83362026-01-22T11:22:35.893Z PASS [ 30.903s] (1599/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_without_sources_fails
83372026-01-22T11:23:02.447Z PASS [ 33.535s] (1600/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_reconfigure_add_new_ssm_without_sources_fails
83382026-01-22T11:23:03.821Z PASS [ 51.753s] (1601/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
83392026-01-22T11:23:07.995Z PASS [ 32.107s] (1602/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_limits
83402026-01-22T11:23:09.414Z PASS [ 35.202s] (1603/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
83412026-01-22T11:23:14.426Z PASS [ 44.349s] (1604/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_member_state_transitions_on_reactivation
83422026-01-22T11:23:29.875Z PASS [ 57.167s] (1605/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
83432026-01-22T11:23:39.588Z PASS [ 35.774s] (1606/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_instance_state_transitions
83442026-01-22T11:23:50.874Z PASS [ 36.455s] (1607/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle
83452026-01-22T11:23:52.764Z PASS [ 43.358s] (1608/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_persistence_through_stop_start
83462026-01-22T11:23:54.244Z PASS [ 46.257s] (1609/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_membership_during_migration
83472026-01-22T11:23:57.089Z PASS [ 54.651s] (1610/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_concurrent_member_migrations
83482026-01-22T11:24:08.695Z PASS [ 29.112s] (1611/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started
83492026-01-22T11:24:22.346Z PASS [ 52.480s] (1612/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
83502026-01-22T11:24:25.176Z PASS [ 34.308s] (1613/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_reconfigure
83512026-01-22T11:24:32.133Z PASS [ 35.050s] (1614/2662) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_at_creation
83522026-01-22T11:24:32.583Z PASS [ 39.826s] (1615/2662) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_restart
83532026-01-22T11:24:35.576Z PASS [ 41.339s] (1616/2662) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_lifecycle
83542026-01-22T11:24:46.325Z PASS [ 37.636s] (1617/2662) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_external_ip_basic
83552026-01-22T11:24:52.929Z PASS [ 27.758s] (1618/2662) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_asm_pool_used_without_sources
83562026-01-22T11:25:00.353Z PASS [ 27.775s] (1619/2662) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ssm_pool_preferred_with_sources
83572026-01-22T11:25:02.096Z PASS [ 29.968s] (1620/2662) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation
83582026-01-22T11:25:02.516Z PASS [ 40.176s] (1621/2662) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic
83592026-01-22T11:25:03.639Z PASS [ 28.068s] (1622/2662) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ssm_to_asm_fallback_with_sources
83602026-01-22T11:25:05.721Z PASS [ 19.399s] (1623/2662) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
83612026-01-22T11:25:14.517Z PASS [ 21.591s] (1624/2662) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
83622026-01-22T11:25:30.269Z PASS [ 27.757s] (1625/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
83632026-01-22T11:25:31.387Z PASS [ 27.753s] (1626/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
83642026-01-22T11:25:33.896Z PASS [ 28.179s] (1627/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
83652026-01-22T11:25:40.836Z PASS [ 40.491s] (1628/2662) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
83662026-01-22T11:25:51.792Z PASS [ 49.705s] (1629/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
83672026-01-22T11:25:57.972Z PASS [ 26.590s] (1630/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
83682026-01-22T11:26:01.935Z PASS [ 47.426s] (1631/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
83692026-01-22T11:26:15.855Z PASS [ 35.024s] (1632/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
83702026-01-22T11:26:16.281Z PASS [ 46.020s] (1633/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
83712026-01-22T11:26:20.295Z PASS [ 46.408s] (1634/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
83722026-01-22T11:26:26.560Z PASS [ 34.774s] (1635/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
83732026-01-22T11:26:27.417Z PASS [ 25.486s] (1636/2662) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
83742026-01-22T11:26:35.084Z PASS [ 37.119s] (1637/2662) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
83752026-01-22T11:26:48.297Z PASS [ 21.741s] (1638/2662) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
83762026-01-22T11:26:49.344Z PASS [ 21.930s] (1639/2662) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
83772026-01-22T11:26:51.138Z PASS [ 16.056s] (1640/2662) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
83782026-01-22T11:27:04.036Z PASS [ 48.190s] (1641/2662) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
83792026-01-22T11:27:05.247Z PASS [ 48.975s] (1642/2662) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
83802026-01-22T11:27:07.749Z PASS [ 19.455s] (1643/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion
83812026-01-22T11:27:09.059Z PASS [ 19.718s] (1644/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
83822026-01-22T11:27:10.599Z PASS [ 19.465s] (1645/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
83832026-01-22T11:27:20.286Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
83842026-01-22T11:27:29.308Z PASS [ 21.562s] (1646/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
83852026-01-22T11:27:30.428Z PASS [ 26.397s] (1647/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
83862026-01-22T11:27:33.058Z PASS [ 27.816s] (1648/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
83872026-01-22T11:27:35.929Z PASS [ 26.875s] (1649/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
83882026-01-22T11:27:37.582Z PASS [ 77.300s] (1650/2662) omicron-nexus::test_all integration_tests::password_login::test_local_users
83892026-01-22T11:27:42.539Z PASS [ 31.945s] (1651/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
83902026-01-22T11:27:50.465Z PASS [ 17.409s] (1652/2662) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
83912026-01-22T11:27:51.182Z PASS [ 20.757s] (1653/2662) omicron-nexus::test_all integration_tests::projects::test_projects
83922026-01-22T11:27:51.772Z PASS [ 22.468s] (1654/2662) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
83932026-01-22T11:27:56.115Z PASS [ 20.189s] (1655/2662) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
83942026-01-22T11:28:00.705Z PASS [ 23.127s] (1656/2662) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
83952026-01-22T11:28:07.900Z PASS [ 17.438s] (1657/2662) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
83962026-01-22T11:28:08.835Z PASS [ 17.656s] (1658/2662) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
83972026-01-22T11:28:12.321Z PASS [ 20.553s] (1659/2662) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
83982026-01-22T11:28:14.850Z PASS [ 18.739s] (1660/2662) omicron-nexus::test_all integration_tests::rack::test_sled_add
83992026-01-22T11:28:18.526Z PASS [ 17.823s] (1661/2662) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
84002026-01-22T11:28:27.717Z PASS [ 19.820s] (1662/2662) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
84012026-01-22T11:28:30.378Z PASS [ 21.547s] (1663/2662) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
84022026-01-22T11:28:30.720Z PASS [ 18.403s] (1664/2662) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
84032026-01-22T11:28:33.672Z PASS [ 18.824s] (1665/2662) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
84042026-01-22T11:28:36.408Z PASS [ 53.878s] (1666/2662) omicron-nexus::test_all integration_tests::quotas::test_quotas
84052026-01-22T11:28:36.586Z PASS [ 0.178s] (1667/2662) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
84062026-01-22T11:28:36.718Z PASS [ 0.131s] (1668/2662) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
84072026-01-22T11:28:36.859Z PASS [ 0.141s] (1669/2662) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
84082026-01-22T11:28:37.087Z PASS [ 0.228s] (1670/2662) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
84092026-01-22T11:28:37.229Z PASS [ 0.142s] (1671/2662) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
84102026-01-22T11:28:42.286Z PASS [ 23.765s] (1672/2662) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
84112026-01-22T11:28:49.482Z PASS [ 21.769s] (1673/2662) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
84122026-01-22T11:28:52.394Z PASS [ 21.678s] (1674/2662) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
84132026-01-22T11:28:55.505Z PASS [ 21.837s] (1675/2662) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
84142026-01-22T11:28:56.439Z PASS [ 19.213s] (1676/2662) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
84152026-01-22T11:28:58.288Z PASS [ 27.914s] (1677/2662) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
84162026-01-22T11:28:58.428Z PASS [ 0.140s] (1678/2662) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
84172026-01-22T11:29:01.892Z PASS [ 19.609s] (1679/2662) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
84182026-01-22T11:29:07.930Z PASS [ 18.451s] (1680/2662) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
84192026-01-22T11:29:08.053Z PASS [ 0.122s] (1681/2662) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
84202026-01-22T11:29:08.196Z PASS [ 0.143s] (1682/2662) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
84212026-01-22T11:29:11.887Z PASS [ 19.496s] (1683/2662) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
84222026-01-22T11:29:14.100Z PASS [ 18.598s] (1684/2662) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
84232026-01-22T11:29:15.947Z PASS [ 19.512s] (1685/2662) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
84242026-01-22T11:29:18.503Z PASS [ 20.078s] (1686/2662) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
84252026-01-22T11:29:21.890Z PASS [ 20.001s] (1687/2662) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
84262026-01-22T11:29:25.193Z PASS [ 17.000s] (1688/2662) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
84272026-01-22T11:29:27.715Z PASS [ 15.831s] (1689/2662) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
84282026-01-22T11:29:28.527Z PASS [ 14.430s] (1690/2662) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
84292026-01-22T11:29:30.018Z PASS [ 2.303s] (1691/2662) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
84302026-01-22T11:29:30.756Z PASS [ 14.811s] (1692/2662) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
84312026-01-22T11:29:32.138Z PASS [ 2.120s] (1693/2662) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
84322026-01-22T11:29:33.894Z PASS [ 1.757s] (1694/2662) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
84332026-01-22T11:29:35.751Z PASS [ 1.857s] (1695/2662) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
84342026-01-22T11:29:37.542Z PASS [ 1.791s] (1696/2662) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
84352026-01-22T11:29:39.499Z PASS [ 1.957s] (1697/2662) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
84362026-01-22T11:30:39.491Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84372026-01-22T11:31:16.089Z PASS [ 96.607s] (1698/2662) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84382026-01-22T11:31:17.463Z PASS [ 1.374s] (1699/2662) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
84392026-01-22T11:32:17.454Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84402026-01-22T11:32:25.536Z PASS [ 68.085s] (1700/2662) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84412026-01-22T11:32:28.905Z PASS [ 3.369s] (1701/2662) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
84422026-01-22T11:33:28.896Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_data_migration
84432026-01-22T11:33:29.948Z PASS [ 61.053s] (1702/2662) omicron-nexus::test_all integration_tests::schema::validate_data_migration
84442026-01-22T11:33:43.043Z PASS [ 13.098s] (1703/2662) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
84452026-01-22T11:33:44.926Z PASS [ 14.981s] (1704/2662) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
84462026-01-22T11:33:55.898Z PASS [ 12.857s] (1705/2662) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
84472026-01-22T11:34:02.220Z PASS [ 17.297s] (1706/2662) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
84482026-01-22T11:34:08.169Z PASS [ 12.272s] (1707/2662) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
84492026-01-22T11:34:15.090Z PASS [ 12.872s] (1708/2662) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
84502026-01-22T11:34:22.504Z PASS [ 14.338s] (1709/2662) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
84512026-01-22T11:34:28.738Z PASS [ 13.650s] (1710/2662) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
84522026-01-22T11:34:29.940Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84532026-01-22T11:34:35.773Z PASS [ 13.271s] (1711/2662) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
84542026-01-22T11:34:41.801Z PASS [ 13.066s] (1712/2662) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
84552026-01-22T11:34:47.956Z PASS [ 78.022s] (1713/2662) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84562026-01-22T11:34:50.996Z PASS [ 15.223s] (1714/2662) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
84572026-01-22T11:34:59.421Z PASS [ 17.621s] (1715/2662) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
84582026-01-22T11:35:05.121Z PASS [ 17.167s] (1716/2662) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
84592026-01-22T11:35:06.742Z PASS [ 18.789s] (1717/2662) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
84602026-01-22T11:35:08.044Z PASS [ 20.091s] (1718/2662) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
84612026-01-22T11:35:08.762Z PASS [ 20.809s] (1719/2662) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
84622026-01-22T11:35:09.014Z PASS [ 18.024s] (1720/2662) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
84632026-01-22T11:35:19.794Z PASS [ 20.378s] (1721/2662) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
84642026-01-22T11:35:24.468Z PASS [ 19.350s] (1722/2662) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
84652026-01-22T11:35:26.262Z PASS [ 19.523s] (1723/2662) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
84662026-01-22T11:35:28.787Z PASS [ 20.746s] (1724/2662) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
84672026-01-22T11:35:28.993Z PASS [ 20.234s] (1725/2662) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
84682026-01-22T11:35:30.956Z PASS [ 21.946s] (1726/2662) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
84692026-01-22T11:35:38.842Z PASS [ 19.051s] (1727/2662) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
84702026-01-22T11:35:42.780Z PASS [ 18.315s] (1728/2662) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
84712026-01-22T11:35:44.989Z PASS [ 18.730s] (1729/2662) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
84722026-01-22T11:35:48.637Z PASS [ 19.853s] (1730/2662) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
84732026-01-22T11:35:49.901Z PASS [ 20.911s] (1731/2662) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
84742026-01-22T11:35:58.570Z PASS [ 19.731s] (1732/2662) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
84752026-01-22T11:35:59.821Z PASS [ 28.870s] (1733/2662) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
84762026-01-22T11:36:04.464Z PASS [ 19.478s] (1734/2662) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
84772026-01-22T11:36:05.030Z PASS [ 22.254s] (1735/2662) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
84782026-01-22T11:36:07.124Z PASS [ 18.491s] (1736/2662) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
84792026-01-22T11:36:09.644Z PASS [ 19.746s] (1737/2662) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
84802026-01-22T11:36:17.283Z PASS [ 18.716s] (1738/2662) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
84812026-01-22T11:36:18.895Z PASS [ 19.077s] (1739/2662) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
84822026-01-22T11:36:28.851Z PASS [ 21.730s] (1740/2662) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
84832026-01-22T11:36:29.571Z PASS [ 25.111s] (1741/2662) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
84842026-01-22T11:36:30.384Z PASS [ 25.358s] (1742/2662) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
84852026-01-22T11:36:34.239Z PASS [ 24.599s] (1743/2662) omicron-nexus::test_all integration_tests::silos::test_silos
84862026-01-22T11:36:34.881Z PASS [ 17.601s] (1744/2662) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
84872026-01-22T11:36:48.151Z PASS [ 19.304s] (1745/2662) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
84882026-01-22T11:36:49.849Z PASS [ 30.960s] (1746/2662) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
84892026-01-22T11:36:52.573Z PASS [ 22.193s] (1747/2662) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
84902026-01-22T11:36:55.531Z PASS [ 25.965s] (1748/2662) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
84912026-01-22T11:37:06.570Z PASS [ 32.337s] (1749/2662) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
84922026-01-22T11:37:07.537Z PASS [ 17.691s] (1750/2662) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
84932026-01-22T11:37:07.721Z PASS [ 32.846s] (1751/2662) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
84942026-01-22T11:37:12.910Z PASS [ 20.340s] (1752/2662) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
84952026-01-22T11:37:17.548Z PASS [ 22.021s] (1753/2662) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
84962026-01-22T11:37:18.429Z PASS [ 30.283s] (1754/2662) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
84972026-01-22T11:37:29.428Z PASS [ 22.861s] (1755/2662) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
84982026-01-22T11:37:37.295Z PASS [ 29.579s] (1756/2662) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
84992026-01-22T11:37:43.305Z PASS [ 35.774s] (1757/2662) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
85002026-01-22T11:37:47.393Z PASS [ 34.489s] (1758/2662) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
85012026-01-22T11:37:47.859Z PASS [ 30.316s] (1759/2662) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
85022026-01-22T11:37:48.399Z PASS [ 29.976s] (1760/2662) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
85032026-01-22T11:37:48.535Z PASS [ 19.110s] (1761/2662) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
85042026-01-22T11:38:02.483Z PASS [ 19.181s] (1762/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_create_unimplemented
85052026-01-22T11:38:06.257Z PASS [ 18.867s] (1763/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_delete_unimplemented
85062026-01-22T11:38:06.353Z PASS [ 18.497s] (1764/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_list_unimplemented
85072026-01-22T11:38:06.851Z PASS [ 18.319s] (1765/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_list_unimplemented
85082026-01-22T11:38:07.139Z PASS [ 18.743s] (1766/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_add_unimplemented
85092026-01-22T11:38:11.914Z PASS [ 34.625s] (1767/2662) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
85102026-01-22T11:38:20.391Z PASS [ 17.891s] (1768/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_member_remove_unimplemented
85112026-01-22T11:38:24.184Z PASS [ 17.929s] (1769/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link_unimplemented
85122026-01-22T11:38:24.684Z PASS [ 18.334s] (1770/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list_unimplemented
85132026-01-22T11:38:25.514Z PASS [ 18.378s] (1771/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_update_unimplemented
85142026-01-22T11:38:25.568Z PASS [ 18.720s] (1772/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_unlink_unimplemented
85152026-01-22T11:38:30.075Z PASS [ 18.163s] (1773/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_update_unimplemented
85162026-01-22T11:38:37.975Z PASS [ 17.607s] (1774/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
85172026-01-22T11:38:42.277Z PASS [ 18.096s] (1775/2662) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_view_unimplemented
85182026-01-22T11:38:48.296Z PASS [ 22.785s] (1776/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
85192026-01-22T11:38:49.357Z PASS [ 24.677s] (1777/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
85202026-01-22T11:38:52.152Z PASS [ 26.589s] (1778/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
85212026-01-22T11:38:53.872Z PASS [ 23.801s] (1779/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
85222026-01-22T11:38:57.441Z PASS [ 19.469s] (1780/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
85232026-01-22T11:39:08.414Z PASS [ 26.142s] (1781/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
85242026-01-22T11:39:10.804Z PASS [ 2.390s] (1782/2662) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
85252026-01-22T11:39:11.325Z PASS [ 23.033s] (1783/2662) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
85262026-01-22T11:39:12.548Z PASS [ 23.195s] (1784/2662) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
85272026-01-22T11:39:13.996Z PASS [ 20.128s] (1785/2662) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
85282026-01-22T11:39:23.756Z PASS [ 31.609s] (1786/2662) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
85292026-01-22T11:39:30.457Z PASS [ 19.134s] (1787/2662) omicron-nexus::test_all integration_tests::updates::test_repo_prune
85302026-01-22T11:39:31.015Z PASS [ 17.021s] (1788/2662) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
85312026-01-22T11:39:33.099Z PASS [ 22.298s] (1789/2662) omicron-nexus::test_all integration_tests::updates::test_repo_list
85322026-01-22T11:39:40.523Z PASS [ 27.979s] (1790/2662) omicron-nexus::test_all integration_tests::updates::test_repo_upload
85332026-01-22T11:39:43.136Z PASS [ 19.383s] (1791/2662) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
85342026-01-22T11:39:48.629Z PASS [ 18.176s] (1792/2662) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
85352026-01-22T11:39:50.343Z PASS [ 19.332s] (1793/2662) omicron-nexus::test_all integration_tests::updates::test_update_status
85362026-01-22T11:39:50.621Z PASS [ 17.526s] (1794/2662) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
85372026-01-22T11:39:57.432Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85382026-01-22T11:40:11.423Z PASS [ 30.906s] (1795/2662) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
85392026-01-22T11:40:17.462Z PASS [ 28.838s] (1796/2662) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
85402026-01-22T11:40:17.763Z PASS [ 34.633s] (1797/2662) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
85412026-01-22T11:40:18.913Z PASS [ 28.296s] (1798/2662) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
85422026-01-22T11:40:22.043Z PASS [ 31.704s] (1799/2662) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
85432026-01-22T11:40:42.623Z PASS [ 31.205s] (1800/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
85442026-01-22T11:40:47.776Z PASS [ 30.319s] (1801/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
85452026-01-22T11:40:48.212Z PASS [ 30.454s] (1802/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
85462026-01-22T11:40:48.949Z PASS [ 30.042s] (1803/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
85472026-01-22T11:40:52.116Z PASS [ 30.078s] (1804/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
85482026-01-22T11:40:57.422Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85492026-01-22T11:41:01.936Z PASS [ 124.517s] (1805/2662) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85502026-01-22T11:41:13.242Z PASS [ 30.624s] (1806/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
85512026-01-22T11:41:14.033Z PASS [ 25.825s] (1807/2662) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
85522026-01-22T11:41:17.479Z PASS [ 29.708s] (1808/2662) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
85532026-01-22T11:41:27.043Z PASS [ 25.111s] (1809/2662) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
85542026-01-22T11:41:38.934Z PASS [ 24.905s] (1810/2662) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
85552026-01-22T11:41:42.268Z PASS [ 50.161s] (1811/2662) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
85562026-01-22T11:41:43.431Z PASS [ 54.491s] (1812/2662) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
85572026-01-22T11:41:45.436Z PASS [ 32.200s] (1813/2662) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
85582026-01-22T11:41:48.468Z PASS [ 30.994s] (1814/2662) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
85592026-01-22T11:42:02.587Z PASS [ 35.550s] (1815/2662) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
85602026-01-22T11:42:12.380Z PASS [ 33.451s] (1816/2662) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
85612026-01-22T11:42:21.625Z PASS [ 39.363s] (1817/2662) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
85622026-01-22T11:42:23.734Z PASS [ 40.310s] (1818/2662) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
85632026-01-22T11:42:25.680Z PASS [ 40.251s] (1819/2662) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
85642026-01-22T11:42:29.483Z PASS [ 41.022s] (1820/2662) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
85652026-01-22T11:42:30.872Z PASS [ 28.290s] (1821/2662) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
85662026-01-22T11:42:41.780Z PASS [ 29.405s] (1822/2662) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
85672026-01-22T11:42:56.740Z PASS [ 35.122s] (1823/2662) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
85682026-01-22T11:42:58.036Z PASS [ 27.168s] (1824/2662) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
85692026-01-22T11:43:10.262Z PASS [ 28.487s] (1825/2662) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
85702026-01-22T11:43:13.314Z PASS [ 47.642s] (1826/2662) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
85712026-01-22T11:43:20.041Z PASS [ 50.567s] (1827/2662) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
85722026-01-22T11:43:23.722Z PASS [ 26.986s] (1828/2662) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
85732026-01-22T11:43:23.746Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
85742026-01-22T11:43:26.040Z PASS [ 28.009s] (1829/2662) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
85752026-01-22T11:43:39.679Z PASS [ 29.420s] (1830/2662) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
85762026-01-22T11:43:42.158Z PASS [ 18.439s] (1831/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
85772026-01-22T11:43:44.636Z PASS [ 18.599s] (1832/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
85782026-01-22T11:43:46.437Z PASS [ 33.129s] (1833/2662) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
85792026-01-22T11:43:51.243Z PASS [ 31.208s] (1834/2662) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
85802026-01-22T11:43:56.833Z PASS [ 17.157s] (1835/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
85812026-01-22T11:44:00.387Z PASS [ 18.233s] (1836/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
85822026-01-22T11:44:02.454Z PASS [ 17.821s] (1837/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
85832026-01-22T11:44:05.051Z PASS [ 18.617s] (1838/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
85842026-01-22T11:44:08.526Z PASS [ 104.811s] (1839/2662) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
85852026-01-22T11:44:09.023Z PASS [ 17.783s] (1840/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
85862026-01-22T11:44:13.935Z PASS [ 17.105s] (1841/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
85872026-01-22T11:44:18.372Z PASS [ 17.987s] (1842/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
85882026-01-22T11:44:21.359Z PASS [ 18.908s] (1843/2662) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
85892026-01-22T11:44:23.305Z PASS [ 18.257s] (1844/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
85902026-01-22T11:44:23.368Z PASS [ 0.063s] (1845/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
85912026-01-22T11:44:25.325Z PASS [ 16.797s] (1846/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
85922026-01-22T11:44:27.187Z PASS [ 18.167s] (1847/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
85932026-01-22T11:44:31.457Z PASS [ 17.525s] (1848/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
85942026-01-22T11:44:36.818Z PASS [ 18.450s] (1849/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
85952026-01-22T11:44:38.965Z PASS [ 17.609s] (1850/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
85962026-01-22T11:44:43.324Z PASS [ 18.006s] (1851/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
85972026-01-22T11:44:45.242Z PASS [ 18.057s] (1852/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
85982026-01-22T11:44:48.945Z PASS [ 17.491s] (1853/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
85992026-01-22T11:44:52.664Z PASS [ 15.849s] (1854/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
86002026-01-22T11:44:54.872Z PASS [ 31.509s] (1855/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
86012026-01-22T11:44:56.823Z PASS [ 17.861s] (1856/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
86022026-01-22T11:44:59.678Z PASS [ 16.356s] (1857/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
86032026-01-22T11:45:11.644Z PASS [ 18.983s] (1858/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
86042026-01-22T11:45:13.994Z PASS [ 19.126s] (1859/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
86052026-01-22T11:45:15.901Z PASS [ 19.082s] (1860/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
86062026-01-22T11:45:16.380Z PASS [ 31.144s] (1861/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
86072026-01-22T11:45:18.564Z PASS [ 18.890s] (1862/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
86082026-01-22T11:45:21.245Z PASS [ 32.305s] (1863/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
86092026-01-22T11:45:29.539Z PASS [ 17.898s] (1864/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
86102026-01-22T11:45:35.751Z PASS [ 19.853s] (1865/2662) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
86112026-01-22T11:45:38.822Z PASS [ 20.262s] (1866/2662) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
86122026-01-22T11:45:39.163Z PASS [ 22.787s] (1867/2662) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
86132026-01-22T11:45:40.520Z PASS [ 19.278s] (1868/2662) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
86142026-01-22T11:45:42.652Z PASS [ 28.663s] (1869/2662) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
86152026-01-22T11:45:53.885Z PASS [ 24.350s] (1870/2662) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
86162026-01-22T11:46:02.997Z PASS [ 27.251s] (1871/2662) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
86172026-01-22T11:46:03.899Z PASS [ 25.081s] (1872/2662) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
86182026-01-22T11:46:09.154Z PASS [ 26.506s] (1873/2662) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
86192026-01-22T11:46:11.921Z PASS [ 31.406s] (1874/2662) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
86202026-01-22T11:46:15.451Z PASS [ 21.570s] (1875/2662) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
86212026-01-22T11:46:26.616Z PASS [ 22.720s] (1876/2662) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
86222026-01-22T11:46:28.583Z PASS [ 49.430s] (1877/2662) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
86232026-01-22T11:46:30.960Z PASS [ 21.810s] (1878/2662) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
86242026-01-22T11:46:31.292Z PASS [ 28.300s] (1879/2662) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
86252026-01-22T11:46:36.605Z PASS [ 24.688s] (1880/2662) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
86262026-01-22T11:46:41.939Z PASS [ 15.326s] (1881/2662) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
86272026-01-22T11:46:45.716Z PASS [ 17.135s] (1882/2662) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
86282026-01-22T11:46:49.313Z PASS [ 18.024s] (1883/2662) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
86292026-01-22T11:46:50.209Z PASS [ 19.252s] (1884/2662) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
86302026-01-22T11:46:55.181Z PASS [ 18.579s] (1885/2662) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
86312026-01-22T11:47:07.224Z PASS [ 17.017s] (1886/2662) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
86322026-01-22T11:47:07.790Z PASS [ 52.348s] (1887/2662) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
86332026-01-22T11:47:10.850Z PASS [ 15.672s] (1888/2662) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
86342026-01-22T11:47:21.639Z PASS [ 13.851s] (1889/2662) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
86352026-01-22T11:47:22.602Z PASS [ 15.381s] (1890/2662) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
86362026-01-22T11:47:22.641Z PASS [ 0.039s] (1891/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
86372026-01-22T11:47:22.670Z PASS [ 0.029s] (1892/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
86382026-01-22T11:47:22.694Z PASS [ 0.024s] (1893/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
86392026-01-22T11:47:22.718Z PASS [ 0.024s] (1894/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
86402026-01-22T11:47:22.744Z PASS [ 0.025s] (1895/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
86412026-01-22T11:47:22.767Z PASS [ 0.022s] (1896/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
86422026-01-22T11:47:22.791Z PASS [ 0.019s] (1897/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
86432026-01-22T11:47:22.814Z PASS [ 0.024s] (1898/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
86442026-01-22T11:47:22.838Z PASS [ 0.024s] (1899/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
86452026-01-22T11:47:22.862Z PASS [ 0.023s] (1900/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
86462026-01-22T11:47:22.885Z PASS [ 0.021s] (1901/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
86472026-01-22T11:47:22.909Z PASS [ 0.021s] (1902/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
86482026-01-22T11:47:22.932Z PASS [ 0.016s] (1903/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
86492026-01-22T11:47:22.932Z PASS [ 0.016s] (1904/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
86502026-01-22T11:47:22.956Z PASS [ 0.024s] (1905/2662) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
86512026-01-22T11:47:24.149Z PASS [ 13.301s] (1906/2662) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
86522026-01-22T11:47:29.097Z PASS [ 47.167s] (1907/2662) omicron-nexus::test_all integration_tests::webhooks::test_probe
86532026-01-22T11:47:35.415Z PASS [ 13.779s] (1908/2662) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
86542026-01-22T11:47:35.473Z PASS [ 0.058s] (1909/2662) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
86552026-01-22T11:47:35.512Z PASS [ 0.038s] (1910/2662) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
86562026-01-22T11:47:35.586Z PASS [ 0.074s] (1911/2662) omicron-package config::tests::multi_preset_arg
86572026-01-22T11:47:35.628Z PASS [ 0.042s] (1912/2662) omicron-package dot::test::test_bad_dependency
86582026-01-22T11:47:35.663Z PASS [ 0.035s] (1913/2662) omicron-package dot::test::test_dot_output
86592026-01-22T11:47:36.749Z PASS [ 51.042s] (1914/2662) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
86602026-01-22T11:47:36.773Z PASS [ 0.022s] (1915/2662) omicron-passwords test::test_password_constraints
86612026-01-22T11:47:38.655Z PASS [ 9.559s] (1916/2662) omicron-omdb::test_all_output test_omdb_usage_errors
86622026-01-22T11:47:40.226Z PASS [ 3.454s] (1917/2662) omicron-passwords test::test_reproducible
86632026-01-22T11:47:40.291Z PASS [ 0.041s] (1918/2662) omicron-passwords test::test_stable
86642026-01-22T11:47:40.314Z PASS [ 0.017s] (1919/2662) omicron-passwords test::test_weak_hashes
86652026-01-22T11:47:40.315Z PASS [ 0.013s] (1920/2662) omicron-rpaths internal::tests::test_configure_from_path
86662026-01-22T11:47:40.342Z PASS [ 0.045s] (1921/2662) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
86672026-01-22T11:47:40.366Z PASS [ 0.016s] (1922/2662) omicron-rpaths internal::tests::test_emit_rpath
86682026-01-22T11:47:40.770Z PASS [ 0.411s] (1923/2662) omicron-sled-agent artifact_store::test::generations
86692026-01-22T11:47:40.898Z PASS [ 0.129s] (1924/2662) omicron-sled-agent artifact_store::test::issue_7796
86702026-01-22T11:47:41.017Z PASS [ 0.119s] (1925/2662) omicron-sled-agent artifact_store::test::list_get_put
86712026-01-22T11:47:41.113Z PASS [ 0.095s] (1926/2662) omicron-sled-agent artifact_store::test::no_dataset
86722026-01-22T11:47:41.219Z PASS [ 0.106s] (1927/2662) omicron-sled-agent artifact_store::test::wrong_hash
86732026-01-22T11:47:41.260Z PASS [ 0.041s] (1928/2662) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
86742026-01-22T11:47:41.298Z PASS [ 0.038s] (1929/2662) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
86752026-01-22T11:47:41.343Z PASS [ 0.044s] (1930/2662) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
86762026-01-22T11:47:41.371Z PASS [ 0.028s] (1931/2662) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
86772026-01-22T11:47:41.395Z PASS [ 0.024s] (1932/2662) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
86782026-01-22T11:47:41.423Z PASS [ 0.028s] (1933/2662) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
86792026-01-22T11:47:41.447Z PASS [ 0.024s] (1934/2662) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
86802026-01-22T11:47:41.479Z PASS [ 0.031s] (1935/2662) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
86812026-01-22T11:47:41.507Z PASS [ 0.028s] (1936/2662) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
86822026-01-22T11:47:41.565Z PASS [ 0.058s] (1937/2662) omicron-sled-agent config::test::test_smf_configs
86832026-01-22T11:47:41.940Z PASS [ 0.375s] (1938/2662) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
86842026-01-22T11:47:42.191Z PASS [ 0.251s] (1939/2662) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
86852026-01-22T11:47:42.307Z PASS [ 53.003s] (1940/2662) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
86862026-01-22T11:47:42.560Z PASS [ 0.369s] (1941/2662) omicron-sled-agent instance::tests::test_instance_create_events_normal
86872026-01-22T11:47:43.588Z PASS [ 7.926s] (1942/2662) omicron-passwords test::test_compatible
86882026-01-22T11:47:43.693Z PASS [ 1.386s] (1943/2662) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
86892026-01-22T11:47:43.720Z PASS [ 0.027s] (1944/2662) omicron-sled-agent instance::tests::test_multicast_membership_equality
86902026-01-22T11:47:43.720Z PASS [ 1.160s] (1945/2662) omicron-sled-agent instance::tests::test_instance_manager_creation
86912026-01-22T11:47:43.762Z PASS [ 0.041s] (1946/2662) omicron-sled-agent probe_manager::test::probe_state_set_ops
86922026-01-22T11:47:43.797Z PASS [ 0.035s] (1947/2662) omicron-sled-agent profile::tests::empty_profile
86932026-01-22T11:47:43.827Z PASS [ 0.029s] (1948/2662) omicron-sled-agent profile::tests::test_disabled_instance
86942026-01-22T11:47:43.853Z PASS [ 0.027s] (1949/2662) omicron-sled-agent profile::tests::test_instance
86952026-01-22T11:47:43.884Z PASS [ 0.030s] (1950/2662) omicron-sled-agent profile::tests::test_multiple
86962026-01-22T11:47:43.914Z PASS [ 0.030s] (1951/2662) omicron-sled-agent profile::tests::test_property
86972026-01-22T11:47:43.942Z PASS [ 0.027s] (1952/2662) omicron-sled-agent profile::tests::test_property_group
86982026-01-22T11:47:43.969Z PASS [ 0.027s] (1953/2662) omicron-sled-agent profile::tests::test_service
86992026-01-22T11:47:43.995Z PASS [ 0.407s] (1954/2662) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
87002026-01-22T11:47:44.019Z PASS [ 0.033s] (1955/2662) omicron-sled-agent profile::tests::test_service_property_group
87012026-01-22T11:47:44.043Z PASS [ 0.027s] (1956/2662) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
87022026-01-22T11:47:44.043Z PASS [ 0.027s] (1957/2662) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
87032026-01-22T11:47:44.066Z PASS [ 0.044s] (1958/2662) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
87042026-01-22T11:47:44.090Z PASS [ 0.046s] (1959/2662) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
87052026-01-22T11:47:44.117Z PASS [ 0.050s] (1960/2662) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
87062026-01-22T11:47:44.141Z PASS [ 0.047s] (1961/2662) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
87072026-01-22T11:47:44.164Z PASS [ 0.035s] (1962/2662) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
87082026-01-22T11:47:44.164Z PASS [ 0.035s] (1963/2662) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
87092026-01-22T11:47:44.194Z PASS [ 0.041s] (1964/2662) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
87102026-01-22T11:47:44.194Z PASS [ 0.036s] (1965/2662) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
87112026-01-22T11:47:44.230Z PASS [ 0.036s] (1966/2662) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
87122026-01-22T11:47:44.254Z PASS [ 0.039s] (1967/2662) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
87132026-01-22T11:47:44.278Z PASS [ 0.037s] (1968/2662) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
87142026-01-22T11:47:44.278Z PASS [ 0.041s] (1969/2662) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
87152026-01-22T11:47:44.305Z PASS [ 0.035s] (1970/2662) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
87162026-01-22T11:47:44.336Z PASS [ 0.030s] (1971/2662) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
87172026-01-22T11:47:44.373Z PASS [ 0.037s] (1972/2662) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
87182026-01-22T11:47:44.410Z PASS [ 0.036s] (1973/2662) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
87192026-01-22T11:47:44.447Z PASS [ 0.037s] (1974/2662) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
87202026-01-22T11:47:44.487Z PASS [ 0.040s] (1975/2662) omicron-sled-agent sim::storage::test::nested_dataset
87212026-01-22T11:47:44.525Z PASS [ 0.038s] (1976/2662) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
87222026-01-22T11:47:44.562Z PASS [ 0.036s] (1977/2662) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
87232026-01-22T11:47:44.591Z PASS [ 0.030s] (1978/2662) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
87242026-01-22T11:47:44.628Z PASS [ 0.036s] (1979/2662) omicron-sled-agent sim::storage::test::snapshot_needs_region
87252026-01-22T11:47:44.687Z PASS [ 0.058s] (1980/2662) omicron-sled-agent support_bundle::storage::tests::basic_crud
87262026-01-22T11:47:44.732Z PASS [ 0.045s] (1981/2662) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
87272026-01-22T11:47:44.783Z PASS [ 0.051s] (1982/2662) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
87282026-01-22T11:47:44.841Z PASS [ 0.058s] (1983/2662) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
87292026-01-22T11:47:44.889Z PASS [ 0.047s] (1984/2662) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
87302026-01-22T11:47:44.931Z PASS [ 0.041s] (1985/2662) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
87312026-01-22T11:47:44.976Z PASS [ 0.046s] (1986/2662) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
87322026-01-22T11:47:45.025Z PASS [ 0.049s] (1987/2662) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
87332026-01-22T11:47:45.073Z PASS [ 0.048s] (1988/2662) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
87342026-01-22T11:47:45.125Z PASS [ 0.050s] (1989/2662) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
87352026-01-22T11:47:45.189Z PASS [ 0.065s] (1990/2662) omicron-sled-agent support_bundle::storage::tests::ranges
87362026-01-22T11:47:45.243Z PASS [ 0.054s] (1991/2662) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
87372026-01-22T11:47:45.290Z PASS [ 0.037s] (1992/2662) omicron-sled-agent updates::test::test_query_no_components
87382026-01-22T11:47:45.319Z PASS [ 0.038s] (1993/2662) omicron-sled-agent updates::test::test_query_sled_agent_version
87392026-01-22T11:47:45.356Z PASS [ 0.038s] (1994/2662) omicron-sled-agent updates::test::test_query_zone_version
87402026-01-22T11:47:45.381Z PASS [ 0.025s] (1995/2662) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
87412026-01-22T11:47:47.503Z PASS [ 2.122s] (1996/2662) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
87422026-01-22T11:47:47.526Z PASS [ 3.244s] (1997/2662) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
87432026-01-22T11:47:47.565Z PASS [ 0.050s] (1998/2662) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
87442026-01-22T11:47:47.589Z PASS [ 24.637s] (1999/2662) omicron-omdb::test_all_output test_omdb_env_settings
87452026-01-22T11:47:49.665Z PASS [ 2.163s] (2000/2662) omicron-sled-agent zone_bundle::illumos_tests::test_context
87462026-01-22T11:47:49.749Z PASS [ 2.161s] (2001/2662) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
87472026-01-22T11:47:49.808Z PASS [ 0.059s] (2002/2662) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
87482026-01-22T11:47:49.849Z PASS [ 0.040s] (2003/2662) omicron-sled-agent zone_bundle::tests::test_dir_size
87492026-01-22T11:47:49.894Z PASS [ 0.045s] (2004/2662) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
87502026-01-22T11:47:50.153Z PASS [ 2.589s] (2005/2662) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
87512026-01-22T11:47:50.323Z PASS [ 0.428s] (2006/2662) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
87522026-01-22T11:47:50.423Z PASS [ 0.100s] (2007/2662) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
87532026-01-22T11:47:50.532Z PASS [ 0.379s] (2008/2662) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
87542026-01-22T11:47:50.564Z PASS [ 0.032s] (2009/2662) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
87552026-01-22T11:47:50.591Z PASS [ 0.028s] (2010/2662) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
87562026-01-22T11:47:51.180Z PASS [ 0.588s] (2011/2662) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
87572026-01-22T11:47:51.235Z PASS [ 0.812s] (2012/2662) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
87582026-01-22T11:47:51.404Z PASS [ 0.224s] (2013/2662) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
87592026-01-22T11:47:51.436Z PASS [ 0.032s] (2014/2662) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
87602026-01-22T11:47:51.461Z PASS [ 0.025s] (2015/2662) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
87612026-01-22T11:47:51.703Z PASS [ 0.242s] (2016/2662) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
87622026-01-22T11:47:51.812Z PASS [ 2.147s] (2017/2662) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
87632026-01-22T11:47:52.029Z PASS [ 0.217s] (2018/2662) omicron-test-utils dev::db::test::test_bad_cmd
87642026-01-22T11:47:52.146Z PASS [ 0.442s] (2019/2662) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
87652026-01-22T11:47:52.267Z PASS [ 1.032s] (2020/2662) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
87662026-01-22T11:47:52.469Z PASS [ 0.440s] (2021/2662) omicron-test-utils dev::db::test::test_cmd_fails
87672026-01-22T11:47:52.551Z PASS [ 0.284s] (2022/2662) omicron-test-utils dev::db::test::test_database_start_hang
87682026-01-22T11:47:52.583Z PASS [ 0.032s] (2023/2662) omicron-test-utils dev::db::test::test_make_pg_config_fail
87692026-01-22T11:47:52.607Z PASS [ 0.023s] (2024/2662) omicron-test-utils dev::db::test::test_make_pg_config_ok
87702026-01-22T11:47:52.643Z PASS [ 0.037s] (2025/2662) omicron-test-utils dev::db::test::test_parse_http_addr
87712026-01-22T11:47:52.672Z PASS [ 0.029s] (2026/2662) omicron-test-utils dev::db::test::test_process_exit_abnormal
87722026-01-22T11:47:52.711Z PASS [ 0.039s] (2027/2662) omicron-test-utils dev::db::test::test_process_exit_normal
87732026-01-22T11:47:53.172Z PASS [ 0.461s] (2028/2662) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
87742026-01-22T11:47:53.395Z PASS [ 0.926s] (2029/2662) omicron-test-utils dev::db::test::test_http_addr_integration
87752026-01-22T11:47:53.942Z PASS [ 1.796s] (2030/2662) omicron-test-utils dev::db::test::test_database_concurrent
87762026-01-22T11:47:53.974Z PASS [ 0.032s] (2031/2662) omicron-test-utils dev::db::test::test_starter_tmpdir
87772026-01-22T11:47:54.027Z PASS [ 0.053s] (2032/2662) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
87782026-01-22T11:47:54.058Z PASS [ 0.031s] (2033/2662) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
87792026-01-22T11:47:54.097Z PASS [ 0.039s] (2034/2662) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
87802026-01-22T11:47:54.128Z PASS [ 0.031s] (2035/2662) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
87812026-01-22T11:47:54.183Z PASS [ 0.054s] (2036/2662) omicron-test-utils dev::test_cmds::tests::test_redact_extra
87822026-01-22T11:47:54.234Z PASS [ 0.051s] (2037/2662) omicron-test-utils dev::test_cmds::tests::test_redact_section
87832026-01-22T11:47:54.579Z PASS [ 0.345s] (2038/2662) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
87842026-01-22T11:47:54.639Z PASS [ 0.060s] (2039/2662) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
87852026-01-22T11:47:54.721Z PASS [ 1.326s] (2040/2662) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
87862026-01-22T11:47:54.964Z PASS [ 0.325s] (2041/2662) oximeter test::timeseries_schema_consistency
87872026-01-22T11:47:55.080Z PASS [ 0.359s] (2042/2662) oximeter-collector agent::tests::test_self_stat_collection_count
87882026-01-22T11:47:55.118Z PASS [ 0.154s] (2043/2662) oximeter-collector agent::tests::test_self_stat_error_counter
87892026-01-22T11:47:55.193Z PASS [ 0.113s] (2044/2662) oximeter-collector agent::tests::test_self_stat_unreachable_counter
87902026-01-22T11:47:55.244Z PASS [ 0.126s] (2045/2662) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
87912026-01-22T11:47:55.288Z PASS [ 0.028s] (2046/2662) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
87922026-01-22T11:47:55.312Z PASS [ 0.032s] (2047/2662) oximeter-collector self_stats::tests::test_failure_reason_serialization
87932026-01-22T11:47:55.336Z PASS [ 0.121s] (2048/2662) oximeter-collector agent::tests::verify_producer_details
87942026-01-22T11:47:55.359Z PASS [ 0.032s] (2049/2662) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
87952026-01-22T11:47:55.383Z PASS [ 0.035s] (2050/2662) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
87962026-01-22T11:47:55.407Z PASS [ 0.025s] (2051/2662) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
87972026-01-22T11:47:55.435Z PASS [ 0.028s] (2052/2662) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
87982026-01-22T11:47:55.459Z PASS [ 0.024s] (2053/2662) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
87992026-01-22T11:47:55.690Z PASS [ 0.385s] (2054/2662) oximeter-collector::test_commands test_oximeter_no_args
88002026-01-22T11:47:56.528Z PASS [ 1.068s] (2055/2662) oximeter-db client::oxql::tests::test_get_entire_table
88012026-01-22T11:47:56.702Z PASS [ 1.012s] (2056/2662) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
88022026-01-22T11:47:57.758Z PASS [ 1.230s] (2057/2662) oximeter-db client::oxql::tests::test_get_fields
88032026-01-22T11:47:57.813Z PASS [ 1.111s] (2058/2662) oximeter-db client::oxql::tests::test_get_fields_query
88042026-01-22T11:47:58.787Z PASS [ 20.135s] (2059/2662) omicron-passwords test::test_smoke
88052026-01-22T11:47:58.810Z PASS [ 1.046s] (2060/2662) oximeter-db client::oxql::tests::test_get_one_timeseries
88062026-01-22T11:47:58.880Z PASS [ 1.067s] (2061/2662) oximeter-db client::oxql::tests::test_limit_operations
88072026-01-22T11:47:58.946Z PASS [ 0.066s] (2062/2662) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
88082026-01-22T11:47:59.412Z PASS [ 0.625s] (2063/2662) oximeter-db client::tests::can_ping_clickhouse
88092026-01-22T11:48:01.111Z PASS [ 2.164s] (2064/2662) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
88102026-01-22T11:48:01.834Z PASS [ 2.422s] (2065/2662) oximeter-db client::tests::insert_samples_fails_fast
88112026-01-22T11:48:01.875Z PASS [ 0.765s] (2066/2662) oximeter-db client::tests::read_latest_version_reports_max
88122026-01-22T11:48:02.538Z PASS [ 0.663s] (2067/2662) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
88132026-01-22T11:48:02.703Z PASS [ 0.869s] (2068/2662) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
88142026-01-22T11:48:03.319Z PASS [ 0.781s] (2069/2662) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
88152026-01-22T11:48:03.574Z PASS [ 0.872s] (2070/2662) oximeter-db client::tests::select_timeseries_with_select_one
88162026-01-22T11:48:03.985Z PASS [ 0.666s] (2071/2662) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
88172026-01-22T11:48:04.429Z PASS [ 0.855s] (2072/2662) oximeter-db client::tests::test_client_select_timeseries_one
88182026-01-22T11:48:04.631Z PASS [ 11.461s] (2073/2662) omicron-test-utils dev::db::test::test_setup_database_default_dir
88192026-01-22T11:48:04.782Z PASS [ 0.797s] (2074/2662) oximeter-db client::tests::test_database_version_update_is_idempotent
88202026-01-22T11:48:05.190Z PASS [ 0.762s] (2075/2662) oximeter-db client::tests::test_database_version_will_not_downgrade
88212026-01-22T11:48:05.385Z PASS [ 0.754s] (2076/2662) oximeter-db client::tests::test_database_version_will_not_upgrade
88222026-01-22T11:48:05.544Z PASS [ 0.762s] (2077/2662) oximeter-db client::tests::test_differentiate_by_timeseries_name
88232026-01-22T11:48:05.990Z PASS [ 0.799s] (2078/2662) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
88242026-01-22T11:48:06.152Z PASS [ 0.767s] (2079/2662) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
88252026-01-22T11:48:06.288Z PASS [ 0.743s] (2080/2662) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
88262026-01-22T11:48:06.947Z PASS [ 0.795s] (2081/2662) oximeter-db client::tests::test_field_record_count
88272026-01-22T11:48:07.100Z PASS [ 0.812s] (2082/2662) oximeter-db client::tests::test_get_schema_no_new_values
88282026-01-22T11:48:07.128Z PASS [ 1.138s] (2083/2662) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
88292026-01-22T11:48:07.721Z PASS [ 0.774s] (2084/2662) oximeter-db client::tests::test_insert_samples
88302026-01-22T11:48:07.842Z PASS [ 0.742s] (2085/2662) oximeter-db client::tests::test_is_oximeter_cluster
88312026-01-22T11:48:07.881Z PASS [ 0.038s] (2086/2662) oximeter-db client::tests::test_read_schema_upgrade_sql_files
88322026-01-22T11:48:07.918Z PASS [ 0.037s] (2087/2662) oximeter-db client::tests::test_read_timeseries_to_delete
88332026-01-22T11:48:07.947Z PASS [ 0.028s] (2088/2662) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
88342026-01-22T11:48:07.970Z PASS [ 0.833s] (2089/2662) oximeter-db client::tests::test_list_timeseries
88352026-01-22T11:48:07.994Z PASS [ 0.029s] (2090/2662) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
88362026-01-22T11:48:08.078Z PASS [ 43.937s] (2091/2662) omicron-omdb::test_all_output test_omdb_success_cases
88372026-01-22T11:48:08.471Z PASS [ 0.750s] (2092/2662) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
88382026-01-22T11:48:08.726Z PASS [ 0.750s] (2093/2662) oximeter-db client::tests::test_schema_mismatch
88392026-01-22T11:48:08.864Z PASS [ 0.786s] (2094/2662) oximeter-db client::tests::test_schema_update
88402026-01-22T11:48:09.189Z PASS [ 1.229s] (2095/2662) oximeter-db client::tests::test_recall_of_all_fields
88412026-01-22T11:48:09.305Z PASS [ 0.835s] (2096/2662) oximeter-db client::tests::test_select_all_datum_types
88422026-01-22T11:48:09.543Z PASS [ 0.817s] (2097/2662) oximeter-db client::tests::test_select_all_field_types
88432026-01-22T11:48:09.686Z PASS [ 0.822s] (2098/2662) oximeter-db client::tests::test_select_timeseries_with_all
88442026-01-22T11:48:10.181Z PASS [ 0.990s] (2099/2662) oximeter-db client::tests::test_select_timeseries_with_limit
88452026-01-22T11:48:10.285Z PASS [ 0.976s] (2100/2662) oximeter-db client::tests::test_select_timeseries_with_order
88462026-01-22T11:48:10.373Z PASS [ 0.830s] (2101/2662) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
88472026-01-22T11:48:10.524Z PASS [ 0.838s] (2102/2662) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
88482026-01-22T11:48:10.551Z PASS [ 0.027s] (2103/2662) oximeter-db client::tests::test_unravel_index
88492026-01-22T11:48:10.995Z PASS [ 0.814s] (2104/2662) oximeter-db client::tests::test_select_timeseries_with_start_time
88502026-01-22T11:48:11.031Z PASS [ 0.035s] (2105/2662) oximeter-db client::tests::test_verify_schema_upgrades
88512026-01-22T11:48:11.063Z PASS [ 0.032s] (2106/2662) oximeter-db model::fields::tests::test_extract_fields_as_block
88522026-01-22T11:48:11.088Z PASS [ 0.025s] (2107/2662) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
88532026-01-22T11:48:11.116Z PASS [ 0.028s] (2108/2662) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
88542026-01-22T11:48:11.146Z PASS [ 0.030s] (2109/2662) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
88552026-01-22T11:48:11.170Z PASS [ 0.774s] (2110/2662) oximeter-db client::tests::test_timeseries_schema_list
88562026-01-22T11:48:11.194Z PASS [ 0.027s] (2111/2662) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
88572026-01-22T11:48:11.194Z PASS [ 0.035s] (2112/2662) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
88582026-01-22T11:48:11.217Z PASS [ 0.027s] (2113/2662) oximeter-db native::block::tests::concat_blocks
88592026-01-22T11:48:11.217Z PASS [ 0.025s] (2114/2662) oximeter-db native::block::tests::datetime64_scale_checks_range
88602026-01-22T11:48:11.241Z PASS [ 0.022s] (2115/2662) oximeter-db native::block::tests::parse_date_time
88612026-01-22T11:48:11.241Z PASS [ 0.026s] (2116/2662) oximeter-db native::block::tests::parse_date_time64
88622026-01-22T11:48:11.265Z PASS [ 0.027s] (2117/2662) oximeter-db native::block::tests::parse_escaped_date_time64
88632026-01-22T11:48:11.265Z PASS [ 0.027s] (2118/2662) oximeter-db native::block::tests::test_data_type_to_string
88642026-01-22T11:48:11.288Z PASS [ 0.028s] (2119/2662) oximeter-db native::block::tests::test_datetime64_conversions
88652026-01-22T11:48:11.288Z PASS [ 0.027s] (2120/2662) oximeter-db native::block::tests::test_parse_all_known_timezones
88662026-01-22T11:48:11.312Z PASS [ 0.023s] (2121/2662) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
88672026-01-22T11:48:11.336Z PASS [ 0.027s] (2122/2662) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
88682026-01-22T11:48:11.336Z PASS [ 0.767s] (2123/2662) oximeter-db client::tests::test_update_schema_cache_on_new_sample
88692026-01-22T11:48:11.336Z PASS [ 0.026s] (2124/2662) oximeter-db native::block::tests::test_parse_enum8
88702026-01-22T11:48:11.360Z PASS [ 0.024s] (2125/2662) oximeter-db native::block::tests::test_parse_enum_variant
88712026-01-22T11:48:11.360Z PASS [ 0.025s] (2126/2662) oximeter-db native::block::tests::test_parse_invalid_data_type
88722026-01-22T11:48:11.516Z PASS [ 1.234s] (2127/2662) oximeter-db client::tests::test_sql_query_output
88732026-01-22T11:48:11.933Z PASS [ 0.604s] (2128/2662) oximeter-db native::connection::tests::test_basic_select_query
88742026-01-22T11:48:11.957Z PASS [ 0.604s] (2129/2662) oximeter-db native::connection::tests::test_exchange_hello
88752026-01-22T11:48:12.042Z PASS [ 0.703s] (2130/2662) oximeter-db native::connection::tests::test_can_cancel_query
88762026-01-22T11:48:12.137Z PASS [ 0.620s] (2131/2662) oximeter-db native::connection::tests::test_insert_and_select_data
88772026-01-22T11:48:12.540Z PASS [ 0.607s] (2132/2662) oximeter-db native::connection::tests::test_insert_and_select_uuid
88782026-01-22T11:48:12.564Z PASS [ 0.606s] (2133/2662) oximeter-db native::connection::tests::test_select_array_column
88792026-01-22T11:48:12.588Z PASS [ 0.029s] (2134/2662) oximeter-db native::io::block::tests::test_decode_block_with_nulls
88802026-01-22T11:48:12.611Z PASS [ 0.023s] (2135/2662) oximeter-db native::io::block::tests::test_decode_full_block
88812026-01-22T11:48:12.636Z PASS [ 0.030s] (2136/2662) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
88822026-01-22T11:48:12.660Z PASS [ 0.597s] (2137/2662) oximeter-db native::connection::tests::test_select_array_of_nullable_column
88832026-01-22T11:48:12.683Z PASS [ 0.027s] (2138/2662) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
88842026-01-22T11:48:12.683Z PASS [ 0.032s] (2139/2662) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
88852026-01-22T11:48:12.707Z PASS [ 0.026s] (2140/2662) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
88862026-01-22T11:48:12.707Z PASS [ 0.024s] (2141/2662) oximeter-db native::io::column::tests::test_decode_string_column
88872026-01-22T11:48:12.731Z PASS [ 0.023s] (2142/2662) oximeter-db native::io::column::tests::test_decode_uint64_column
88882026-01-22T11:48:12.731Z PASS [ 0.023s] (2143/2662) oximeter-db native::io::column::tests::test_decode_uint8_column
88892026-01-22T11:48:12.755Z PASS [ 0.027s] (2144/2662) oximeter-db native::io::column::tests::test_decode_uuid_column
88902026-01-22T11:48:12.755Z PASS [ 0.606s] (2145/2662) oximeter-db native::connection::tests::test_select_nullable_column
88912026-01-22T11:48:12.755Z PASS [ 0.025s] (2146/2662) oximeter-db native::io::column::tests::test_encode_decode_column
88922026-01-22T11:48:12.779Z PASS [ 0.021s] (2147/2662) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
88932026-01-22T11:48:12.779Z PASS [ 0.024s] (2148/2662) oximeter-db native::io::packet::server::tests::test_decode_full_hello
88942026-01-22T11:48:12.779Z PASS [ 0.024s] (2149/2662) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
88952026-01-22T11:48:12.803Z PASS [ 0.023s] (2150/2662) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
88962026-01-22T11:48:12.803Z PASS [ 0.023s] (2151/2662) oximeter-db native::io::packet::server::tests::test_decode_pong
88972026-01-22T11:48:12.803Z PASS [ 0.026s] (2152/2662) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
88982026-01-22T11:48:12.827Z PASS [ 0.025s] (2153/2662) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
88992026-01-22T11:48:12.827Z PASS [ 0.023s] (2154/2662) oximeter-db native::io::packet::server::tests::test_decode_single_exception
89002026-01-22T11:48:12.827Z PASS [ 0.024s] (2155/2662) oximeter-db native::io::string::test::test_encode_decode
89012026-01-22T11:48:12.850Z PASS [ 0.024s] (2156/2662) oximeter-db native::io::string::test::test_encode_hello_world
89022026-01-22T11:48:12.850Z PASS [ 0.024s] (2157/2662) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
89032026-01-22T11:48:12.851Z PASS [ 0.024s] (2158/2662) oximeter-db native::io::table_columns::tests::test_column_count
89042026-01-22T11:48:12.875Z PASS [ 0.022s] (2159/2662) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
89052026-01-22T11:48:12.875Z PASS [ 0.024s] (2160/2662) oximeter-db native::io::table_columns::tests::test_column_description_with_default
89062026-01-22T11:48:12.875Z PASS [ 0.024s] (2161/2662) oximeter-db native::io::table_columns::tests::test_column_descriptions
89072026-01-22T11:48:12.898Z PASS [ 0.023s] (2162/2662) oximeter-db native::io::varuint::test_encode_decode_varuint
89082026-01-22T11:48:12.898Z PASS [ 0.022s] (2163/2662) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
89092026-01-22T11:48:12.898Z PASS [ 0.028s] (2164/2662) oximeter-db oxql::ast::grammar::tests::test_align_table_op
89102026-01-22T11:48:12.922Z PASS [ 0.024s] (2165/2662) oximeter-db oxql::ast::grammar::tests::test_comparison
89112026-01-22T11:48:12.922Z PASS [ 0.022s] (2166/2662) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
89122026-01-22T11:48:12.922Z PASS [ 0.024s] (2167/2662) oximeter-db oxql::ast::grammar::tests::test_double_literal
89132026-01-22T11:48:12.946Z PASS [ 0.025s] (2168/2662) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
89142026-01-22T11:48:12.946Z PASS [ 0.022s] (2169/2662) oximeter-db oxql::ast::grammar::tests::test_duration_literal
89152026-01-22T11:48:12.946Z PASS [ 0.022s] (2170/2662) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
89162026-01-22T11:48:12.969Z PASS [ 0.022s] (2171/2662) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
89172026-01-22T11:48:12.970Z PASS [ 0.025s] (2172/2662) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
89182026-01-22T11:48:12.970Z PASS [ 0.022s] (2173/2662) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
89192026-01-22T11:48:12.994Z PASS [ 0.024s] (2174/2662) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
89202026-01-22T11:48:12.994Z PASS [ 0.023s] (2175/2662) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
89212026-01-22T11:48:12.994Z PASS [ 0.029s] (2176/2662) oximeter-db oxql::ast::grammar::tests::test_get_table_op
89222026-01-22T11:48:13.018Z PASS [ 0.023s] (2177/2662) oximeter-db oxql::ast::grammar::tests::test_group_by
89232026-01-22T11:48:13.018Z PASS [ 0.024s] (2178/2662) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
89242026-01-22T11:48:13.018Z PASS [ 0.021s] (2179/2662) oximeter-db oxql::ast::grammar::tests::test_ident
89252026-01-22T11:48:13.041Z PASS [ 0.022s] (2180/2662) oximeter-db oxql::ast::grammar::tests::test_integer_literal
89262026-01-22T11:48:13.042Z PASS [ 0.023s] (2181/2662) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
89272026-01-22T11:48:13.042Z PASS [ 0.023s] (2182/2662) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
89282026-01-22T11:48:13.065Z PASS [ 0.022s] (2183/2662) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
89292026-01-22T11:48:13.065Z PASS [ 0.024s] (2184/2662) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
89302026-01-22T11:48:13.066Z PASS [ 0.021s] (2185/2662) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
89312026-01-22T11:48:13.066Z PASS [ 0.021s] (2186/2662) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
89322026-01-22T11:48:13.089Z PASS [ 0.024s] (2187/2662) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
89332026-01-22T11:48:13.089Z PASS [ 0.030s] (2188/2662) oximeter-db oxql::ast::grammar::tests::test_query
89342026-01-22T11:48:13.116Z PASS [ 0.031s] (2189/2662) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
89352026-01-22T11:48:13.116Z PASS [ 0.021s] (2190/2662) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
89362026-01-22T11:48:13.140Z PASS [ 0.021s] (2191/2662) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
89372026-01-22T11:48:13.140Z PASS [ 0.591s] (2192/2662) oximeter-db native::connection::tests::test_send_cancel_with_no_query
89382026-01-22T11:48:13.140Z PASS [ 0.027s] (2193/2662) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
89392026-01-22T11:48:13.140Z PASS [ 0.022s] (2194/2662) oximeter-db oxql::ast::grammar::tests::test_reducer
89402026-01-22T11:48:13.164Z PASS [ 0.027s] (2195/2662) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
89412026-01-22T11:48:13.164Z PASS [ 0.028s] (2196/2662) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
89422026-01-22T11:48:13.187Z PASS [ 0.027s] (2197/2662) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
89432026-01-22T11:48:13.188Z PASS [ 0.027s] (2198/2662) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
89442026-01-22T11:48:13.188Z PASS [ 0.026s] (2199/2662) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
89452026-01-22T11:48:13.211Z PASS [ 0.030s] (2200/2662) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
89462026-01-22T11:48:13.211Z PASS [ 0.026s] (2201/2662) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
89472026-01-22T11:48:13.235Z PASS [ 0.025s] (2202/2662) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
89482026-01-22T11:48:13.235Z PASS [ 0.024s] (2203/2662) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
89492026-01-22T11:48:13.235Z PASS [ 0.022s] (2204/2662) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
89502026-01-22T11:48:13.235Z PASS [ 0.022s] (2205/2662) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
89512026-01-22T11:48:13.259Z PASS [ 0.022s] (2206/2662) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
89522026-01-22T11:48:13.259Z PASS [ 0.023s] (2207/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
89532026-01-22T11:48:13.259Z PASS [ 0.025s] (2208/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
89542026-01-22T11:48:13.282Z PASS [ 0.023s] (2209/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
89552026-01-22T11:48:13.306Z PASS [ 0.026s] (2210/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
89562026-01-22T11:48:13.306Z PASS [ 0.029s] (2211/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
89572026-01-22T11:48:13.306Z PASS [ 0.025s] (2212/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
89582026-01-22T11:48:13.330Z PASS [ 0.025s] (2213/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
89592026-01-22T11:48:13.330Z PASS [ 0.024s] (2214/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
89602026-01-22T11:48:13.330Z PASS [ 0.021s] (2215/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
89612026-01-22T11:48:13.354Z PASS [ 0.023s] (2216/2662) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
89622026-01-22T11:48:13.354Z PASS [ 0.021s] (2217/2662) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
89632026-01-22T11:48:13.354Z PASS [ 0.024s] (2218/2662) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
89642026-01-22T11:48:13.377Z PASS [ 0.028s] (2219/2662) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
89652026-01-22T11:48:13.378Z PASS [ 0.028s] (2220/2662) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
89662026-01-22T11:48:13.378Z PASS [ 0.025s] (2221/2662) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
89672026-01-22T11:48:13.401Z PASS [ 0.023s] (2222/2662) oximeter-db oxql::plan::align::test::test_align_input_schema
89682026-01-22T11:48:13.471Z PASS [ 0.109s] (2223/2662) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
89692026-01-22T11:48:13.494Z PASS [ 0.113s] (2224/2662) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
89702026-01-22T11:48:13.494Z PASS [ 0.106s] (2225/2662) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
89712026-01-22T11:48:13.575Z PASS [ 0.104s] (2226/2662) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
89722026-01-22T11:48:13.599Z PASS [ 0.108s] (2227/2662) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
89732026-01-22T11:48:13.599Z PASS [ 0.104s] (2228/2662) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
89742026-01-22T11:48:13.681Z PASS [ 0.105s] (2229/2662) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
89752026-01-22T11:48:13.705Z PASS [ 0.108s] (2230/2662) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
89762026-01-22T11:48:13.705Z PASS [ 0.103s] (2231/2662) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
89772026-01-22T11:48:13.796Z PASS [ 0.115s] (2232/2662) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
89782026-01-22T11:48:13.820Z PASS [ 0.119s] (2233/2662) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
89792026-01-22T11:48:13.820Z PASS [ 0.113s] (2234/2662) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
89802026-01-22T11:48:13.900Z PASS [ 0.104s] (2235/2662) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
89812026-01-22T11:48:13.924Z PASS [ 0.105s] (2236/2662) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
89822026-01-22T11:48:13.924Z PASS [ 0.105s] (2237/2662) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
89832026-01-22T11:48:14.005Z PASS [ 0.104s] (2238/2662) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
89842026-01-22T11:48:14.028Z PASS [ 0.108s] (2239/2662) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
89852026-01-22T11:48:14.029Z PASS [ 0.107s] (2240/2662) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
89862026-01-22T11:48:14.110Z PASS [ 0.106s] (2241/2662) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
89872026-01-22T11:48:14.134Z PASS [ 0.104s] (2242/2662) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
89882026-01-22T11:48:14.158Z PASS [ 0.114s] (2243/2662) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
89892026-01-22T11:48:14.181Z PASS [ 0.023s] (2244/2662) oximeter-db oxql::query::tests::test_coalesce_limits
89902026-01-22T11:48:14.205Z PASS [ 0.023s] (2245/2662) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
89912026-01-22T11:48:14.205Z PASS [ 1.121s] (2246/2662) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
89922026-01-22T11:48:14.229Z PASS [ 0.022s] (2247/2662) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
89932026-01-22T11:48:14.229Z PASS [ 0.105s] (2248/2662) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
89942026-01-22T11:48:14.229Z PASS [ 0.025s] (2249/2662) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
89952026-01-22T11:48:14.253Z PASS [ 0.106s] (2250/2662) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
89962026-01-22T11:48:14.253Z PASS [ 0.027s] (2251/2662) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
89972026-01-22T11:48:14.253Z PASS [ 0.025s] (2252/2662) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
89982026-01-22T11:48:14.277Z PASS [ 0.032s] (2253/2662) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
89992026-01-22T11:48:14.277Z PASS [ 0.029s] (2254/2662) oximeter-db oxql::query::tests::test_coalesce_predicates
90002026-01-22T11:48:14.277Z PASS [ 0.031s] (2255/2662) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
90012026-01-22T11:48:14.277Z PASS [ 0.026s] (2256/2662) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
90022026-01-22T11:48:14.301Z PASS [ 0.026s] (2257/2662) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
90032026-01-22T11:48:14.301Z PASS [ 0.029s] (2258/2662) oximeter-db oxql::query::tests::test_insert_filters
90042026-01-22T11:48:14.301Z PASS [ 0.032s] (2259/2662) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
90052026-01-22T11:48:14.301Z PASS [ 0.029s] (2260/2662) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
90062026-01-22T11:48:14.325Z PASS [ 0.026s] (2261/2662) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
90072026-01-22T11:48:14.325Z PASS [ 0.022s] (2262/2662) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
90082026-01-22T11:48:14.325Z PASS [ 0.027s] (2263/2662) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
90092026-01-22T11:48:14.325Z PASS [ 0.031s] (2264/2662) oximeter-db oxql::query::tests::test_query_end_time
90102026-01-22T11:48:14.349Z PASS [ 0.022s] (2265/2662) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
90112026-01-22T11:48:14.349Z PASS [ 0.022s] (2266/2662) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
90122026-01-22T11:48:14.349Z PASS [ 0.022s] (2267/2662) oximeter-db query::tests::test_field_cmp
90132026-01-22T11:48:14.372Z PASS [ 0.025s] (2268/2662) oximeter-db query::tests::test_field_selector_as_query
90142026-01-22T11:48:14.372Z PASS [ 0.032s] (2269/2662) oximeter-db oxql::query::tests::test_split_query
90152026-01-22T11:48:14.372Z PASS [ 0.021s] (2270/2662) oximeter-db query::tests::test_field_value_as_db_str
90162026-01-22T11:48:14.396Z PASS [ 0.030s] (2271/2662) oximeter-db query::tests::test_select_query_builder_field_selectors
90172026-01-22T11:48:14.396Z PASS [ 0.028s] (2272/2662) oximeter-db query::tests::test_select_query_builder_from_parts
90182026-01-22T11:48:14.396Z PASS [ 0.034s] (2273/2662) oximeter-db query::tests::test_select_query_builder_filter_raw
90192026-01-22T11:48:14.396Z PASS [ 0.033s] (2274/2662) oximeter-db query::tests::test_select_query_builder_full
90202026-01-22T11:48:14.420Z PASS [ 0.025s] (2275/2662) oximeter-db query::tests::test_select_query_builder_limit_offset
90212026-01-22T11:48:14.420Z PASS [ 0.026s] (2276/2662) oximeter-db query::tests::test_select_query_builder_no_fields
90222026-01-22T11:48:14.420Z PASS [ 0.027s] (2277/2662) oximeter-db query::tests::test_select_query_builder_no_selectors
90232026-01-22T11:48:14.444Z PASS [ 0.024s] (2278/2662) oximeter-db query::tests::test_time_range
90242026-01-22T11:48:14.444Z PASS [ 0.033s] (2279/2662) oximeter-db query::tests::test_string_field_selector
90252026-01-22T11:48:14.444Z PASS [ 0.031s] (2280/2662) oximeter-db sql::tests::test_allow_limit_offset
90262026-01-22T11:48:14.444Z PASS [ 0.029s] (2281/2662) oximeter-db sql::tests::test_allow_subqueries
90272026-01-22T11:48:14.467Z PASS [ 0.028s] (2282/2662) oximeter-db sql::tests::test_cannot_name_database
90282026-01-22T11:48:14.467Z PASS [ 0.029s] (2283/2662) oximeter-db sql::tests::test_ctes_are_not_supported
90292026-01-22T11:48:14.491Z PASS [ 0.029s] (2284/2662) oximeter-db sql::tests::test_function_allow_list
90302026-01-22T11:48:14.491Z PASS [ 0.027s] (2285/2662) oximeter-db sql::tests::test_multiple_statements_are_not_supported
90312026-01-22T11:48:14.491Z PASS [ 0.034s] (2286/2662) oximeter-db sql::tests::test_query_must_be_select_statement
90322026-01-22T11:48:14.515Z PASS [ 0.050s] (2287/2662) oximeter-db sql::tests::test_join_must_be_inner
90332026-01-22T11:48:14.515Z PASS [ 0.030s] (2288/2662) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
90342026-01-22T11:48:14.515Z PASS [ 0.033s] (2289/2662) oximeter-db sql::tests::test_require_table_is_timeseries_name
90352026-01-22T11:48:14.539Z PASS [ 0.029s] (2290/2662) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
90362026-01-22T11:48:14.539Z PASS [ 0.028s] (2291/2662) oximeter-db sql::tests::test_with_comma_join_fails
90372026-01-22T11:48:14.539Z PASS [ 0.024s] (2292/2662) oximeter-db tests::test_timeseries_key_field_stability
90382026-01-22T11:48:14.562Z PASS [ 0.027s] (2293/2662) oximeter-db tests::test_timeseries_key_sample_stability
90392026-01-22T11:48:14.586Z PASS [ 0.063s] (2294/2662) oximeter-db::integration_test test_schemas_are_not_modified
90402026-01-22T11:48:14.586Z PASS [ 0.043s] (2295/2662) oximeter-instruments http::tests::test_latency_tracker
90412026-01-22T11:48:14.710Z PASS [ 0.126s] (2296/2662) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
90422026-01-22T11:48:14.745Z PASS [ 0.035s] (2297/2662) oximeter-instruments kstat::link::tests::test_kstat_interested
90432026-01-22T11:48:14.805Z PASS [ 0.059s] (2298/2662) oximeter-instruments kstat::link::tests::test_kstat_sampler
90442026-01-22T11:48:14.863Z PASS [ 0.058s] (2299/2662) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
90452026-01-22T11:48:14.931Z PASS [ 0.067s] (2300/2662) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
90462026-01-22T11:48:14.989Z PASS [ 0.059s] (2301/2662) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
90472026-01-22T11:48:15.049Z PASS [ 0.059s] (2302/2662) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
90482026-01-22T11:48:15.101Z PASS [ 0.052s] (2303/2662) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
90492026-01-22T11:48:15.139Z PASS [ 0.038s] (2304/2662) oximeter-instruments kstat::link::tests::test_sled_datalink
90502026-01-22T11:48:15.192Z PASS [ 0.053s] (2305/2662) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
90512026-01-22T11:48:15.216Z PASS [ 0.024s] (2306/2662) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
90522026-01-22T11:48:15.240Z PASS [ 0.015s] (2307/2662) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
90532026-01-22T11:48:15.264Z PASS [ 0.016s] (2308/2662) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
90542026-01-22T11:48:15.287Z PASS [ 0.018s] (2309/2662) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
90552026-01-22T11:48:15.287Z PASS [ 0.018s] (2310/2662) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
90562026-01-22T11:48:15.311Z PASS [ 0.018s] (2311/2662) oximeter-macro-impl tests::test_metric_annotated_field
90572026-01-22T11:48:15.335Z PASS [ 0.020s] (2312/2662) oximeter-macro-impl tests::test_metric_datum_field
90582026-01-22T11:48:15.358Z PASS [ 0.019s] (2313/2662) oximeter-macro-impl tests::test_metric_enum
90592026-01-22T11:48:15.358Z PASS [ 0.017s] (2314/2662) oximeter-macro-impl tests::test_metric_without_datum_field
90602026-01-22T11:48:15.382Z PASS [ 0.017s] (2315/2662) oximeter-macro-impl tests::test_target
90612026-01-22T11:48:15.405Z PASS [ 0.016s] (2316/2662) oximeter-macro-impl tests::test_target_empty_struct
90622026-01-22T11:48:15.429Z PASS [ 0.018s] (2317/2662) oximeter-macro-impl tests::test_target_enum
90632026-01-22T11:48:15.429Z PASS [ 0.017s] (2318/2662) oximeter-macro-impl tests::test_target_unit_struct
90642026-01-22T11:48:15.452Z PASS [ 0.017s] (2319/2662) oximeter-macro-impl tests::test_target_with_datum_field
90652026-01-22T11:48:15.854Z PASS [ 32.139s] (2320/2662) omicron-sled-agent nexus::test::nexus_self_notification_test
90662026-01-22T11:48:15.911Z PASS [ 0.057s] (2321/2662) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
90672026-01-22T11:48:15.935Z PASS [ 0.025s] (2322/2662) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
90682026-01-22T11:48:15.959Z PASS [ 0.024s] (2323/2662) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
90692026-01-22T11:48:15.983Z PASS [ 0.021s] (2324/2662) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
90702026-01-22T11:48:16.006Z PASS [ 0.019s] (2325/2662) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
90712026-01-22T11:48:16.030Z PASS [ 0.025s] (2326/2662) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
90722026-01-22T11:48:16.053Z PASS [ 0.017s] (2327/2662) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
90732026-01-22T11:48:16.077Z PASS [ 0.025s] (2328/2662) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
90742026-01-22T11:48:16.100Z PASS [ 0.017s] (2329/2662) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
90752026-01-22T11:48:16.124Z PASS [ 0.024s] (2330/2662) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
90762026-01-22T11:48:16.148Z PASS [ 0.027s] (2331/2662) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
90772026-01-22T11:48:16.171Z PASS [ 0.017s] (2332/2662) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
90782026-01-22T11:48:16.171Z PASS [ 0.015s] (2333/2662) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
90792026-01-22T11:48:16.195Z PASS [ 0.015s] (2334/2662) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
90802026-01-22T11:48:16.219Z PASS [ 0.019s] (2335/2662) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
90812026-01-22T11:48:16.219Z PASS [ 0.016s] (2336/2662) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
90822026-01-22T11:48:16.243Z PASS [ 0.017s] (2337/2662) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
90832026-01-22T11:48:16.266Z PASS [ 0.020s] (2338/2662) oximeter-schema ir::tests::fail_on_empty_descriptions
90842026-01-22T11:48:16.290Z PASS [ 0.024s] (2339/2662) oximeter-schema ir::tests::fail_on_empty_metric_name
90852026-01-22T11:48:16.314Z PASS [ 0.019s] (2340/2662) oximeter-schema ir::tests::fail_on_empty_target_name
90862026-01-22T11:48:16.338Z PASS [ 0.021s] (2341/2662) oximeter-schema ir::tests::fail_on_very_long_field_names
90872026-01-22T11:48:16.362Z PASS [ 0.024s] (2342/2662) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
90882026-01-22T11:48:16.362Z PASS [ 0.019s] (2343/2662) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
90892026-01-22T11:48:16.386Z PASS [ 0.020s] (2344/2662) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
90902026-01-22T11:48:16.409Z PASS [ 0.023s] (2345/2662) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
90912026-01-22T11:48:16.433Z PASS [ 0.020s] (2346/2662) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
90922026-01-22T11:48:16.457Z PASS [ 0.023s] (2347/2662) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
90932026-01-22T11:48:16.481Z PASS [ 0.022s] (2348/2662) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
90942026-01-22T11:48:16.505Z PASS [ 0.023s] (2349/2662) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
90952026-01-22T11:48:16.528Z PASS [ 0.023s] (2350/2662) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
90962026-01-22T11:48:16.552Z PASS [ 0.022s] (2351/2662) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
90972026-01-22T11:48:16.575Z PASS [ 0.020s] (2352/2662) oximeter-schema ir::tests::only_support_format_version_1
90982026-01-22T11:48:16.599Z PASS [ 0.017s] (2353/2662) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
90992026-01-22T11:48:16.599Z PASS [ 0.017s] (2354/2662) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
91002026-01-22T11:48:16.670Z PASS [ 0.077s] (2355/2662) oximeter-test-utils tests::test_gen_test_samples
91012026-01-22T11:48:16.706Z PASS [ 0.035s] (2356/2662) oximeter-test-utils tests::test_sample_struct
91022026-01-22T11:48:16.740Z PASS [ 0.034s] (2357/2662) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
91032026-01-22T11:48:16.769Z PASS [ 0.029s] (2358/2662) oximeter-test-utils tests::test_timeseries_schema_from_parts
91042026-01-22T11:48:16.798Z PASS [ 0.029s] (2359/2662) oximeter-test-utils tests::test_timeseries_schema_from_sample
91052026-01-22T11:48:16.822Z PASS [ 0.024s] (2360/2662) oximeter-types histogram::tests::test_bin_range
91062026-01-22T11:48:16.846Z PASS [ 0.022s] (2361/2662) oximeter-types histogram::tests::test_bin_range_from
91072026-01-22T11:48:16.869Z PASS [ 0.021s] (2362/2662) oximeter-types histogram::tests::test_bin_range_to
91082026-01-22T11:48:16.894Z PASS [ 0.021s] (2363/2662) oximeter-types histogram::tests::test_empty_bins_not_supported
91092026-01-22T11:48:16.917Z PASS [ 0.020s] (2364/2662) oximeter-types histogram::tests::test_ensure_finite
91102026-01-22T11:48:16.941Z PASS [ 0.026s] (2365/2662) oximeter-types histogram::tests::test_histogram
91112026-01-22T11:48:16.965Z PASS [ 0.022s] (2366/2662) oximeter-types histogram::tests::test_histogram_construct_with
91122026-01-22T11:48:16.989Z PASS [ 0.021s] (2367/2662) oximeter-types histogram::tests::test_histogram_extreme_bins
91132026-01-22T11:48:17.013Z PASS [ 0.017s] (2368/2662) oximeter-types histogram::tests::test_histogram_extreme_samples
91142026-01-22T11:48:17.013Z PASS [ 0.017s] (2369/2662) oximeter-types histogram::tests::test_histogram_float_bins
91152026-01-22T11:48:17.036Z PASS [ 0.019s] (2370/2662) oximeter-types histogram::tests::test_histogram_unbounded_samples
91162026-01-22T11:48:17.060Z PASS [ 0.020s] (2371/2662) oximeter-types histogram::tests::test_histogram_unsorted_bins
91172026-01-22T11:48:17.084Z PASS [ 0.018s] (2372/2662) oximeter-types histogram::tests::test_histogram_with_bins
91182026-01-22T11:48:17.084Z PASS [ 0.016s] (2373/2662) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
91192026-01-22T11:48:17.108Z PASS [ 0.016s] (2374/2662) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
91202026-01-22T11:48:17.131Z PASS [ 0.018s] (2375/2662) oximeter-types histogram::tests::test_log_bins_u64
91212026-01-22T11:48:17.155Z PASS [ 0.016s] (2376/2662) oximeter-types histogram::tests::test_log_bins_u8
91222026-01-22T11:48:17.179Z PASS [ 0.024s] (2377/2662) oximeter-types histogram::tests::test_log_linear_bins_all_representable
91232026-01-22T11:48:17.179Z PASS [ 0.017s] (2378/2662) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
91242026-01-22T11:48:17.202Z PASS [ 0.015s] (2379/2662) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
91252026-01-22T11:48:17.226Z PASS [ 0.015s] (2380/2662) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
91262026-01-22T11:48:17.250Z PASS [ 0.021s] (2381/2662) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
91272026-01-22T11:48:17.250Z PASS [ 0.017s] (2382/2662) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
91282026-01-22T11:48:17.273Z PASS [ 0.015s] (2383/2662) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
91292026-01-22T11:48:17.297Z PASS [ 0.017s] (2384/2662) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
91302026-01-22T11:48:17.297Z PASS [ 0.015s] (2385/2662) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
91312026-01-22T11:48:17.320Z PASS [ 0.017s] (2386/2662) oximeter-types histogram::tests::test_span_decades
91322026-01-22T11:48:17.344Z PASS [ 0.020s] (2387/2662) oximeter-types histogram::tests::test_span_decades_other_counts_f64
91332026-01-22T11:48:17.368Z PASS [ 0.026s] (2388/2662) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
91342026-01-22T11:48:17.392Z PASS [ 0.018s] (2389/2662) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
91352026-01-22T11:48:17.392Z PASS [ 0.017s] (2390/2662) oximeter-types quantile::tests::test_default_percentiles
91362026-01-22T11:48:17.415Z PASS [ 0.017s] (2391/2662) oximeter-types quantile::tests::test_empty_observations
91372026-01-22T11:48:17.439Z PASS [ 0.016s] (2392/2662) oximeter-types quantile::tests::test_find_cells
91382026-01-22T11:48:17.462Z PASS [ 0.016s] (2393/2662) oximeter-types quantile::tests::test_float_observations
91392026-01-22T11:48:17.462Z PASS [ 0.017s] (2394/2662) oximeter-types quantile::tests::test_integer_observations
91402026-01-22T11:48:17.486Z PASS [ 0.020s] (2395/2662) oximeter-types quantile::tests::test_invalid_p_value
91412026-01-22T11:48:17.509Z PASS [ 0.017s] (2396/2662) oximeter-types quantile::tests::test_max_p
91422026-01-22T11:48:17.533Z PASS [ 0.017s] (2397/2662) oximeter-types quantile::tests::test_min_p
91432026-01-22T11:48:17.533Z PASS [ 0.015s] (2398/2662) oximeter-types quantile::tests::test_non_filled_observations
91442026-01-22T11:48:17.556Z PASS [ 0.018s] (2399/2662) oximeter-types quantile::tests::test_rounding
91452026-01-22T11:48:17.580Z PASS [ 0.020s] (2400/2662) oximeter-types schema::tests::test_field_schema_ordering
91462026-01-22T11:48:17.604Z PASS [ 0.036s] (2401/2662) oximeter-types schema::tests::test_timeseries_name
91472026-01-22T11:48:17.627Z PASS [ 0.022s] (2402/2662) oximeter-types schema::tests::test_timeseries_name_from_str
91482026-01-22T11:48:17.651Z PASS [ 0.020s] (2403/2662) oximeter-types traits::tests::test_metric_trait
91492026-01-22T11:48:17.674Z PASS [ 0.020s] (2404/2662) oximeter-types traits::tests::test_producer_trait
91502026-01-22T11:48:17.698Z PASS [ 0.016s] (2405/2662) oximeter-types traits::tests::test_target_trait
91512026-01-22T11:48:17.698Z PASS [ 0.015s] (2406/2662) oximeter-types types::tests::test_cumulative_f64
91522026-01-22T11:48:17.722Z PASS [ 0.015s] (2407/2662) oximeter-types types::tests::test_cumulative_i64
91532026-01-22T11:48:17.745Z PASS [ 0.016s] (2408/2662) oximeter-types types::tests::test_datum
91542026-01-22T11:48:17.745Z PASS [ 0.015s] (2409/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
91552026-01-22T11:48:17.769Z PASS [ 0.017s] (2410/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
91562026-01-22T11:48:17.793Z PASS [ 0.018s] (2411/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
91572026-01-22T11:48:17.817Z PASS [ 0.016s] (2412/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
91582026-01-22T11:48:17.817Z PASS [ 0.015s] (2413/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
91592026-01-22T11:48:17.841Z PASS [ 0.018s] (2414/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
91602026-01-22T11:48:17.864Z PASS [ 0.018s] (2415/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
91612026-01-22T11:48:17.865Z PASS [ 0.015s] (2416/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
91622026-01-22T11:48:17.888Z PASS [ 0.018s] (2417/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
91632026-01-22T11:48:17.912Z PASS [ 0.016s] (2418/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
91642026-01-22T11:48:17.912Z PASS [ 0.017s] (2419/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
91652026-01-22T11:48:17.935Z PASS [ 0.016s] (2420/2662) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
91662026-01-22T11:48:17.959Z PASS [ 0.017s] (2421/2662) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
91672026-01-22T11:48:17.982Z PASS [ 0.017s] (2422/2662) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
91682026-01-22T11:48:17.983Z PASS [ 0.016s] (2423/2662) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
91692026-01-22T11:48:18.006Z PASS [ 0.015s] (2424/2662) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
91702026-01-22T11:48:18.030Z PASS [ 0.016s] (2425/2662) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
91712026-01-22T11:48:18.030Z PASS [ 0.016s] (2426/2662) oximeter-types types::tests::test_measurement
91722026-01-22T11:48:18.054Z PASS [ 0.016s] (2427/2662) oximeter-types types::tests::test_verify_field_names
91732026-01-22T11:48:18.078Z PASS [ 0.016s] (2428/2662) oxlog tests::test_daterange_filter
91742026-01-22T11:48:18.078Z PASS [ 0.011s] (2429/2662) oxlog tests::test_is_oxide_smf_log_file
91752026-01-22T11:48:18.101Z PASS [ 0.012s] (2430/2662) oxlog tests::test_oxide_smf_service_name_from_log_file_name
91762026-01-22T11:48:18.102Z PASS [ 0.013s] (2431/2662) oxlog tests::test_sort_logs
91772026-01-22T11:48:18.125Z PASS [ 0.031s] (2432/2662) oxlog::bin/oxlog tests::test_parse_timestamp
91782026-01-22T11:48:18.174Z PASS [ 0.050s] (2433/2662) oxql-types point::tests::test_cast_points_from_bool
91792026-01-22T11:48:18.198Z PASS [ 0.023s] (2434/2662) oxql-types point::tests::test_cast_points_from_double
91802026-01-22T11:48:18.222Z PASS [ 0.023s] (2435/2662) oxql-types point::tests::test_cast_points_from_double_distribution
91812026-01-22T11:48:18.245Z PASS [ 0.018s] (2436/2662) oxql-types point::tests::test_cast_points_from_int_distribution
91822026-01-22T11:48:18.269Z PASS [ 0.016s] (2437/2662) oxql-types point::tests::test_cast_points_from_integer
91832026-01-22T11:48:18.293Z PASS [ 0.021s] (2438/2662) oxql-types point::tests::test_cast_points_from_string
91842026-01-22T11:48:18.293Z PASS [ 0.016s] (2439/2662) oxql-types point::tests::test_join_point_arrays
91852026-01-22T11:48:18.317Z PASS [ 0.021s] (2440/2662) oxql-types point::tests::test_point_delta_between
91862026-01-22T11:48:18.340Z PASS [ 0.017s] (2441/2662) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
91872026-01-22T11:48:18.364Z PASS [ 0.017s] (2442/2662) oxql-types point::tests::test_point_delta_between_with_new_epoch
91882026-01-22T11:48:18.387Z PASS [ 0.018s] (2443/2662) oxql-types point::tests::test_push_concrete_values
91892026-01-22T11:48:18.387Z PASS [ 2.943s] (2444/2662) oximeter-producer tests::test_producer_registration_task
91902026-01-22T11:48:18.387Z PASS [ 0.021s] (2445/2662) oxql-types point::tests::test_sub_between_histogram_distributions
91912026-01-22T11:48:18.422Z PASS [ 0.035s] (2446/2662) range-requests test::get_response_no_range
91922026-01-22T11:48:18.449Z PASS [ 0.027s] (2447/2662) range-requests test::get_response_with_range
91932026-01-22T11:48:18.472Z PASS [ 0.013s] (2448/2662) range-requests test::invalid_ranges
91942026-01-22T11:48:18.496Z PASS [ 0.087s] (2449/2662) parallel-task-set test::test_spawn_many
91952026-01-22T11:48:18.496Z PASS [ 0.015s] (2450/2662) range-requests test::parse_range_invalid
91962026-01-22T11:48:18.496Z PASS [ 0.015s] (2451/2662) range-requests test::parse_range_valid
91972026-01-22T11:48:18.519Z PASS [ 0.021s] (2452/2662) range-requests test::potential_range_parsing_does_not_crash
91982026-01-22T11:48:18.519Z PASS [ 0.016s] (2453/2662) range-requests test::range_into_str
91992026-01-22T11:48:18.520Z PASS [ 0.017s] (2454/2662) range-requests test::single_range_parsing_does_not_crash
92002026-01-22T11:48:19.093Z PASS [ 0.589s] (2455/2662) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
92012026-01-22T11:48:19.402Z PASS [ 0.308s] (2456/2662) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
92022026-01-22T11:48:19.741Z PASS [ 0.339s] (2457/2662) reconfigurator-cli::test-scripts script::cmds-example.txt
92032026-01-22T11:48:19.983Z PASS [ 1.467s] (2458/2662) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
92042026-01-22T11:48:20.088Z PASS [ 0.346s] (2459/2662) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
92052026-01-22T11:48:20.302Z PASS [ 0.215s] (2460/2662) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
92062026-01-22T11:48:20.326Z PASS [ 0.327s] (2461/2662) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
92072026-01-22T11:48:20.633Z PASS [ 0.330s] (2462/2662) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
92082026-01-22T11:48:21.642Z PASS [ 1.009s] (2463/2662) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
92092026-01-22T11:48:22.235Z PASS [ 1.926s] (2464/2662) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
92102026-01-22T11:48:23.485Z PASS [ 1.250s] (2465/2662) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
92112026-01-22T11:48:23.621Z PASS [ 0.136s] (2466/2662) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
92122026-01-22T11:48:23.917Z PASS [ 2.275s] (2467/2662) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
92132026-01-22T11:48:24.057Z PASS [ 0.140s] (2468/2662) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
92142026-01-22T11:48:24.281Z PASS [ 0.224s] (2469/2662) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
92152026-01-22T11:48:24.490Z PASS [ 0.209s] (2470/2662) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
92162026-01-22T11:48:24.697Z PASS [ 0.206s] (2471/2662) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
92172026-01-22T11:48:25.432Z PASS [ 1.812s] (2472/2662) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
92182026-01-22T11:48:25.574Z PASS [ 0.141s] (2473/2662) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
92192026-01-22T11:48:27.410Z PASS [ 1.836s] (2474/2662) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
92202026-01-22T11:48:27.625Z PASS [ 0.215s] (2475/2662) reconfigurator-cli::test-scripts script::cmds.txt
92212026-01-22T11:48:27.765Z PASS [ 3.068s] (2476/2662) reconfigurator-cli::test-scripts script::cmds-target-release.txt
92222026-01-22T11:48:28.573Z PASS [ 0.949s] (2477/2662) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
92232026-01-22T11:48:28.668Z PASS [ 0.903s] (2478/2662) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
92242026-01-22T11:48:28.850Z PASS [ 30.051s] (2479/2662) oximeter-db client::tests::cannot_ping_nonexistent_server
92252026-01-22T11:48:28.985Z PASS [ 14.464s] (2480/2662) oximeter-db::integration_test test_schemas_disjoint
92262026-01-22T11:48:29.513Z PASS [ 0.939s] (2481/2662) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
92272026-01-22T11:48:29.973Z PASS [ 1.123s] (2482/2662) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
92282026-01-22T11:48:31.307Z PASS [ 16.725s] (2483/2662) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
92292026-01-22T11:48:31.578Z PASS [ 2.593s] (2484/2662) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
92302026-01-22T11:48:32.202Z PASS [ 17.685s] (2485/2662) oximeter-db::integration_test test_cluster
92312026-01-22T11:48:33.304Z PASS [ 1.726s] (2486/2662) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
92322026-01-22T11:48:33.377Z PASS [ 0.073s] (2487/2662) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
92332026-01-22T11:48:33.404Z PASS [ 0.026s] (2488/2662) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
92342026-01-22T11:48:33.484Z PASS [ 0.081s] (2489/2662) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
92352026-01-22T11:48:33.544Z PASS [ 0.060s] (2490/2662) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
92362026-01-22T11:48:33.603Z PASS [ 0.059s] (2491/2662) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
92372026-01-22T11:48:33.658Z PASS [ 0.055s] (2492/2662) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
92382026-01-22T11:48:33.717Z PASS [ 0.059s] (2493/2662) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
92392026-01-22T11:48:33.775Z PASS [ 0.058s] (2494/2662) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
92402026-01-22T11:48:33.811Z PASS [ 0.036s] (2495/2662) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
92412026-01-22T11:48:33.873Z PASS [ 0.062s] (2496/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
92422026-01-22T11:48:33.908Z PASS [ 0.035s] (2497/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
92432026-01-22T11:48:33.945Z PASS [ 0.037s] (2498/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
92442026-01-22T11:48:33.988Z PASS [ 0.042s] (2499/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
92452026-01-22T11:48:34.025Z PASS [ 0.037s] (2500/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
92462026-01-22T11:48:34.054Z PASS [ 4.082s] (2501/2662) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
92472026-01-22T11:48:34.082Z PASS [ 0.057s] (2502/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
92482026-01-22T11:48:34.106Z PASS [ 0.036s] (2503/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
92492026-01-22T11:48:34.129Z PASS [ 0.045s] (2504/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
92502026-01-22T11:48:34.153Z PASS [ 0.042s] (2505/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
92512026-01-22T11:48:34.177Z PASS [ 0.042s] (2506/2662) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
92522026-01-22T11:48:34.208Z PASS [ 0.037s] (2507/2662) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
92532026-01-22T11:48:34.251Z PASS [ 0.043s] (2508/2662) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
92542026-01-22T11:48:34.358Z PASS [ 4.841s] (2509/2662) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
92552026-01-22T11:48:34.495Z PASS [ 0.244s] (2510/2662) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
92562026-01-22T11:48:34.546Z PASS [ 0.051s] (2511/2662) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
92572026-01-22T11:48:34.586Z PASS [ 0.039s] (2512/2662) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
92582026-01-22T11:48:34.624Z PASS [ 0.039s] (2513/2662) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
92592026-01-22T11:48:34.680Z PASS [ 0.055s] (2514/2662) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
92602026-01-22T11:48:34.751Z PASS [ 0.071s] (2515/2662) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
92612026-01-22T11:48:34.775Z PASS [ 2.565s] (2516/2662) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
92622026-01-22T11:48:34.799Z PASS [ 0.041s] (2517/2662) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
92632026-01-22T11:48:34.822Z PASS [ 0.043s] (2518/2662) sled-agent-config-reconciler ledger::tests::read_existing_config
92642026-01-22T11:48:34.846Z PASS [ 0.042s] (2519/2662) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
92652026-01-22T11:48:34.869Z PASS [ 0.043s] (2520/2662) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
92662026-01-22T11:48:34.893Z PASS [ 0.041s] (2521/2662) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
92672026-01-22T11:48:34.917Z PASS [ 0.043s] (2522/2662) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
92682026-01-22T11:48:34.917Z PASS [ 0.041s] (2523/2662) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
92692026-01-22T11:48:34.972Z PASS [ 0.039s] (2524/2662) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
92702026-01-22T11:48:35.164Z PASS [ 0.811s] (2525/2662) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
92712026-01-22T11:48:35.482Z PASS [ 6.815s] (2526/2662) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
92722026-01-22T11:48:37.385Z PASS [ 2.469s] (2527/2662) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
92732026-01-22T11:48:37.618Z PASS [ 2.683s] (2528/2662) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
92742026-01-22T11:48:37.655Z PASS [ 0.037s] (2529/2662) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
92752026-01-22T11:48:37.703Z PASS [ 0.048s] (2530/2662) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
92762026-01-22T11:48:37.739Z PASS [ 0.036s] (2531/2662) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
92772026-01-22T11:48:37.772Z PASS [ 0.032s] (2532/2662) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
92782026-01-22T11:48:37.811Z PASS [ 0.039s] (2533/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
92792026-01-22T11:48:37.842Z PASS [ 0.031s] (2534/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
92802026-01-22T11:48:37.882Z PASS [ 0.039s] (2535/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
92812026-01-22T11:48:37.914Z PASS [ 0.033s] (2536/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
92822026-01-22T11:48:37.951Z PASS [ 0.037s] (2537/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
92832026-01-22T11:48:37.985Z PASS [ 0.034s] (2538/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
92842026-01-22T11:48:38.024Z PASS [ 0.039s] (2539/2662) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
92852026-01-22T11:48:38.157Z PASS [ 0.133s] (2540/2662) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
92862026-01-22T11:48:38.181Z PASS [ 2.682s] (2541/2662) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
92872026-01-22T11:48:38.205Z PASS [ 0.035s] (2542/2662) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
92882026-01-22T11:48:38.205Z PASS [ 0.032s] (2543/2662) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
92892026-01-22T11:48:38.229Z PASS [ 0.037s] (2544/2662) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
92902026-01-22T11:48:38.253Z PASS [ 0.036s] (2545/2662) sled-agent-resolvable-files manifest::tests::read_success
92912026-01-22T11:48:38.276Z PASS [ 0.032s] (2546/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
92922026-01-22T11:48:38.276Z PASS [ 0.032s] (2547/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
92932026-01-22T11:48:38.300Z PASS [ 0.031s] (2548/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
92942026-01-22T11:48:38.300Z PASS [ 0.031s] (2549/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
92952026-01-22T11:48:38.324Z PASS [ 0.027s] (2550/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
92962026-01-22T11:48:38.347Z PASS [ 0.028s] (2551/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
92972026-01-22T11:48:38.347Z PASS [ 0.028s] (2552/2662) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
92982026-01-22T11:48:38.371Z PASS [ 0.028s] (2553/2662) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
92992026-01-22T11:48:38.394Z PASS [ 0.027s] (2554/2662) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
93002026-01-22T11:48:38.394Z PASS [ 0.029s] (2555/2662) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
93012026-01-22T11:48:38.418Z PASS [ 0.028s] (2556/2662) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
93022026-01-22T11:48:38.418Z PASS [ 0.028s] (2557/2662) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
93032026-01-22T11:48:38.442Z PASS [ 0.026s] (2558/2662) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
93042026-01-22T11:48:38.442Z PASS [ 0.027s] (2559/2662) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
93052026-01-22T11:48:38.465Z PASS [ 0.026s] (2560/2662) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
93062026-01-22T11:48:38.466Z PASS [ 0.025s] (2561/2662) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
93072026-01-22T11:48:38.489Z PASS [ 0.029s] (2562/2662) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
93082026-01-22T11:48:38.489Z PASS [ 7.175s] (2563/2662) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
93092026-01-22T11:48:38.513Z PASS [ 0.029s] (2564/2662) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
93102026-01-22T11:48:38.536Z PASS [ 0.031s] (2565/2662) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
93112026-01-22T11:48:38.537Z PASS [ 0.034s] (2566/2662) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
93122026-01-22T11:48:38.537Z PASS [ 0.032s] (2567/2662) sled-agent-resolvable-files mupdate_override::tests::read_both_present
93132026-01-22T11:48:38.561Z PASS [ 0.029s] (2568/2662) sled-agent-resolvable-files mupdate_override::tests::read_different_values
93142026-01-22T11:48:38.561Z PASS [ 0.029s] (2569/2662) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
93152026-01-22T11:48:38.561Z PASS [ 0.033s] (2570/2662) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
93162026-01-22T11:48:38.584Z PASS [ 0.030s] (2571/2662) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
93172026-01-22T11:48:38.584Z PASS [ 0.031s] (2572/2662) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
93182026-01-22T11:48:38.608Z PASS [ 0.031s] (2573/2662) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
93192026-01-22T11:48:38.608Z PASS [ 0.026s] (2574/2662) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
93202026-01-22T11:48:38.643Z PASS [ 0.056s] (2575/2662) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
93212026-01-22T11:48:38.667Z PASS [ 0.065s] (2576/2662) sled-agent-types rack_init::tests::parse_rack_initialization
93222026-01-22T11:48:38.667Z PASS [ 0.054s] (2577/2662) sled-agent-types rack_init::tests::test_extra_certs
93232026-01-22T11:48:38.667Z PASS [ 0.023s] (2578/2662) sled-agent-types rack_init::tests::test_subnets
93242026-01-22T11:48:38.691Z PASS [ 0.032s] (2579/2662) sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
93252026-01-22T11:48:38.691Z PASS [ 0.027s] (2580/2662) sled-agent-types zone_bundle::tests::test_compare_bundles
93262026-01-22T11:48:38.748Z PASS [ 0.066s] (2581/2662) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
93272026-01-22T11:48:38.771Z PASS [ 0.072s] (2582/2662) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
93282026-01-22T11:48:38.771Z PASS [ 0.087s] (2583/2662) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
93292026-01-22T11:48:38.802Z PASS [ 0.050s] (2584/2662) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
93302026-01-22T11:48:38.826Z PASS [ 0.059s] (2585/2662) sled-agent-types-versions v1::early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
93312026-01-22T11:48:38.826Z PASS [ 0.060s] (2586/2662) sled-agent-types-versions v1::early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
93322026-01-22T11:48:39.298Z PASS [ 4.134s] (2587/2662) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
93332026-01-22T11:48:39.686Z PASS [ 0.878s] (2588/2662) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
93342026-01-22T11:48:39.733Z PASS [ 0.047s] (2589/2662) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
93352026-01-22T11:48:39.762Z PASS [ 0.028s] (2590/2662) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
93362026-01-22T11:48:39.785Z PASS [ 0.958s] (2591/2662) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
93372026-01-22T11:48:39.810Z PASS [ 0.039s] (2592/2662) sled-diagnostics queries::test::test_command_stderr_is_correct
93382026-01-22T11:48:39.810Z PASS [ 0.035s] (2593/2662) sled-diagnostics queries::test::test_command_stdout_is_correct
93392026-01-22T11:48:39.843Z PASS [ 0.041s] (2594/2662) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
93402026-01-22T11:48:39.866Z PASS [ 1.049s] (2595/2662) sled-diagnostics logs::illumos_tests::collect_current_logs
93412026-01-22T11:48:39.890Z PASS [ 0.041s] (2596/2662) sled-hardware disk::test::test_disk_paths
93422026-01-22T11:48:39.890Z PASS [ 0.033s] (2597/2662) sled-hardware disk::test::test_partition_device_paths
93432026-01-22T11:48:39.952Z PASS [ 0.068s] (2598/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
93442026-01-22T11:48:39.976Z PASS [ 0.068s] (2599/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
93452026-01-22T11:48:39.999Z PASS [ 0.034s] (2600/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
93462026-01-22T11:48:39.999Z PASS [ 0.036s] (2601/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
93472026-01-22T11:48:40.023Z PASS [ 0.032s] (2602/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
93482026-01-22T11:48:40.047Z PASS [ 0.039s] (2603/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
93492026-01-22T11:48:40.047Z PASS [ 0.027s] (2604/2662) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
93502026-01-22T11:48:40.071Z PASS [ 0.033s] (2605/2662) sled-hardware illumos::tests::parse_smbios_invalid
93512026-01-22T11:48:40.095Z PASS [ 0.024s] (2606/2662) sled-hardware illumos::tests::parse_smbios_valid
93522026-01-22T11:48:40.095Z PASS [ 0.026s] (2607/2662) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
93532026-01-22T11:48:40.137Z PASS [ 0.065s] (2608/2662) sled-storage dataset::test::serialize_dataset_name
93542026-01-22T11:48:40.161Z PASS [ 0.059s] (2609/2662) trust-quorum proxy::tests::proxy_roundtrip_concurrent
93552026-01-22T11:48:40.184Z PASS [ 0.037s] (2610/2662) trust-quorum proxy::tests::proxy_roundtrip_disconnected
93562026-01-22T11:48:40.184Z PASS [ 0.040s] (2611/2662) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
93572026-01-22T11:48:40.334Z PASS [ 0.533s] (2612/2662) sled-diagnostics queries::test::test_long_running_command_is_aborted
93582026-01-22T11:48:40.419Z PASS [ 1.121s] (2613/2662) sled-diagnostics logs::illumos_tests::log_snapshots_work
93592026-01-22T11:48:40.748Z PASS [ 3.363s] (2614/2662) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
93602026-01-22T11:48:42.352Z PASS [ 2.017s] (2615/2662) trust-quorum task::tests::tq_initial_config
93612026-01-22T11:48:42.438Z PASS [ 2.019s] (2616/2662) trust-quorum task::tests::tq_initial_config_prepare_and_commit
93622026-01-22T11:48:43.043Z PASS [ 2.859s] (2617/2662) trust-quorum task::tests::test_network_config
93632026-01-22T11:48:43.147Z PASS [ 2.973s] (2618/2662) trust-quorum task::tests::full_mesh_connectivity
93642026-01-22T11:48:44.091Z PASS [ 0.943s] (2619/2662) trust-quorum-protocol crypto::tests::rack_secret_test
93652026-01-22T11:48:44.124Z PASS [ 0.033s] (2620/2662) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
93662026-01-22T11:48:44.148Z PASS [ 0.022s] (2621/2662) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
93672026-01-22T11:48:44.375Z PASS [ 3.628s] (2622/2662) trust-quorum task::tests::tq_persistent_state
93682026-01-22T11:48:44.407Z PASS [ 0.032s] (2623/2662) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
93692026-01-22T11:48:44.431Z PASS [ 0.281s] (2624/2662) trust-quorum-protocol node::tests::initial_configuration
93702026-01-22T11:48:44.554Z PASS [ 0.147s] (2625/2662) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
93712026-01-22T11:48:44.579Z PASS [ 0.151s] (2626/2662) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
93722026-01-22T11:48:45.076Z PASS [ 2.033s] (2627/2662) trust-quorum task::tests::tq_upgrade_from_lrtq
93732026-01-22T11:48:45.176Z PASS [ 2.825s] (2628/2662) trust-quorum task::tests::tq_proxy
93742026-01-22T11:48:45.234Z PASS [ 0.655s] (2629/2662) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
93752026-01-22T11:48:45.279Z PASS [ 0.045s] (2630/2662) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
93762026-01-22T11:48:45.348Z PASS [ 0.070s] (2631/2662) update-common artifacts::update_plan::tests::test_bad_rot_versions
93772026-01-22T11:48:45.372Z PASS [ 2.918s] (2632/2662) trust-quorum task::tests::tq_reconfig_with_commit_advance
93782026-01-22T11:48:45.418Z PASS [ 0.070s] (2633/2662) update-common artifacts::update_plan::tests::test_multi_rot_bord
93792026-01-22T11:48:45.442Z PASS [ 0.077s] (2634/2662) update-common artifacts::update_plan::tests::test_multi_rot_version
93802026-01-22T11:48:45.466Z PASS [ 0.039s] (2635/2662) update-common artifacts::update_plan::tests::test_split_control_plane
93812026-01-22T11:48:45.491Z PASS [ 0.035s] (2636/2662) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
93822026-01-22T11:48:45.515Z PASS [ 0.045s] (2637/2662) update-common artifacts::update_plan::tests::test_too_many_rot_bord
93832026-01-22T11:48:45.539Z PASS [ 0.067s] (2638/2662) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
93842026-01-22T11:48:45.575Z PASS [ 0.499s] (2639/2662) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
93852026-01-22T11:48:45.599Z PASS [ 0.024s] (2640/2662) update-engine display::line_display_shared::tests::test_format_progress_counter
93862026-01-22T11:48:45.622Z PASS [ 11.486s] (2641/2662) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
93872026-01-22T11:48:45.646Z PASS [ 0.025s] (2642/2662) update-engine display::line_display_shared::tests::test_start_line
93882026-01-22T11:48:45.646Z PASS [ 0.110s] (2643/2662) update-engine display::group_display::tests::test_stats
93892026-01-22T11:48:45.670Z PASS [ 0.029s] (2644/2662) update-engine engine::tests::error_exits_early
93902026-01-22T11:48:45.670Z PASS [ 0.035s] (2645/2662) update-engine events::tests::progress_event_parse_unknown
93912026-01-22T11:48:45.694Z PASS [ 0.026s] (2646/2662) update-engine spec::tests::test_merge_anyhow_list
93922026-01-22T11:48:45.694Z PASS [ 0.029s] (2647/2662) update-engine events::tests::step_event_parse_unknown
93932026-01-22T11:48:45.718Z PASS [ 0.030s] (2648/2662) wicket state::inventory::tests::component_id_display
93942026-01-22T11:48:45.718Z PASS [ 0.030s] (2649/2662) wicket state::rack::tests::prev_next_are_opposites
93952026-01-22T11:48:45.742Z PASS [ 0.022s] (2650/2662) wicket state::rack::tests::up_down_are_opposites
93962026-01-22T11:48:45.766Z PASS [ 0.252s] (2651/2662) update-engine buffer::tests::test_buffer
93972026-01-22T11:48:45.790Z PASS [ 0.113s] (2652/2662) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
93982026-01-22T11:48:45.790Z PASS [ 0.050s] (2653/2662) wicket-common rack_setup::tests::roundtrip_import_export_policy
93992026-01-22T11:48:45.846Z PASS [ 0.091s] (2654/2662) wicketd installinator_progress::tests::test_states
94002026-01-22T11:48:45.870Z PASS [ 0.077s] (2655/2662) wicketd rss_config::tests::test_bgp_auth_key_states
94012026-01-22T11:48:46.049Z PASS [ 0.344s] (2656/2662) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
94022026-01-22T11:48:46.818Z PASS [ 1.041s] (2657/2662) wicketd::mod integration_tests::inventory::test_inventory
94032026-01-22T11:48:47.355Z PASS [ 1.506s] (2658/2662) wicketd::mod integration_tests::updates::test_update_races
94042026-01-22T11:48:47.652Z PASS [ 1.806s] (2659/2662) wicketd::mod integration_tests::updates::test_installinator_fetch
94052026-01-22T11:48:48.117Z PASS [ 2.941s] (2660/2662) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
94062026-01-22T11:48:48.302Z PASS [ 2.253s] (2661/2662) wicketd::mod integration_tests::updates::test_updates
94072026-01-22T11:49:44.546Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
94082026-01-22T11:50:00.897Z PASS [ 76.356s] (2662/2662) trust-quorum-protocol::cluster test_trust_quorum_protocol
94092026-01-22T11:50:00.921Z────────────
94102026-01-22T11:50:00.921Z Summary [5506.936s] 2662 tests run: 2662 passed (43 slow), 5 skipped
94112026-01-22T11:50:01.023Z
94122026-01-22T11:50:01.048Zreal 1:32:16.245921483
94132026-01-22T11:50:01.048Zuser 8:42:11.465018512
94142026-01-22T11:50:01.048Zsys 1:38:06.708876524
94152026-01-22T11:50:01.048Ztrap 4:46.206156105
94162026-01-22T11:50:01.048Ztflt 20.625410785
94172026-01-22T11:50:01.048Zdflt 1:17.833965310
94182026-01-22T11:50:01.048Zkflt 0.865384813
94192026-01-22T11:50:01.048Zlock 2231:04:58.621857837
94202026-01-22T11:50:01.048Zslp 177:00:17.224175362
94212026-01-22T11:50:01.048Zlat 8:27:16.209748554
94222026-01-22T11:50:01.048Zstop 1:24:15.134374454
94232026-01-22T11:50:01.048Z+ banner doctest
94242026-01-22T11:50:01.048Z
94252026-01-22T11:50:01.048Z ##### #### #### ##### ###### #### #####
94262026-01-22T11:50:01.048Z # # # # # # # # # #
94272026-01-22T11:50:01.048Z # # # # # # ##### #### #
94282026-01-22T11:50:01.048Z # # # # # # # # #
94292026-01-22T11:50:01.048Z # # # # # # # # # # #
94302026-01-22T11:50:01.048Z ##### #### #### # ###### #### #
94312026-01-22T11:50:01.048Z
94322026-01-22T11:50:01.048Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
94332026-01-22T11:50:03.465Z Fresh unicode-ident v1.0.19
94342026-01-22T11:50:03.465Z Fresh cfg-if v1.0.4
94352026-01-22T11:50:03.533Z Fresh autocfg v1.4.0
94362026-01-22T11:50:03.533Z Fresh memchr v2.7.4
94372026-01-22T11:50:03.533Z Fresh proc-macro2 v1.0.101
94382026-01-22T11:50:03.533Z Fresh value-bag v1.12.0
94392026-01-22T11:50:03.533Z Fresh smallvec v1.15.1
94402026-01-22T11:50:03.533Z Fresh version_check v0.9.5
94412026-01-22T11:50:03.533Z Fresh quote v1.0.40
94422026-01-22T11:50:03.533Z Fresh libc v0.2.180
94432026-01-22T11:50:03.533Z Fresh serde_core v1.0.228
94442026-01-22T11:50:03.533Z Fresh log v0.4.29
94452026-01-22T11:50:03.533Z Fresh itoa v1.0.11
94462026-01-22T11:50:03.533Z Fresh scopeguard v1.2.0
94472026-01-22T11:50:03.533Z Fresh syn v2.0.111
94482026-01-22T11:50:03.533Z Fresh lock_api v0.4.12
94492026-01-22T11:50:03.533Z Fresh getrandom v0.2.15
94502026-01-22T11:50:03.533Z Fresh stable_deref_trait v1.2.0
94512026-01-22T11:50:03.533Z Fresh serde_derive v1.0.228
94522026-01-22T11:50:03.533Z Fresh libm v0.2.8
94532026-01-22T11:50:03.533Z Fresh zeroize_derive v1.4.2
94542026-01-22T11:50:03.533Z Fresh synstructure v0.13.1
94552026-01-22T11:50:03.533Z Fresh serde v1.0.228
94562026-01-22T11:50:03.533Z Fresh num-traits v0.2.19
94572026-01-22T11:50:03.533Z Fresh zeroize v1.8.1
94582026-01-22T11:50:03.533Z Fresh zmij v1.0.15
94592026-01-22T11:50:03.533Z Fresh critical-section v1.1.3
94602026-01-22T11:50:03.533Z Fresh zerofrom-derive v0.1.4
94612026-01-22T11:50:03.533Z Fresh bitflags v2.9.4
94622026-01-22T11:50:03.533Z Fresh bytes v1.10.1
94632026-01-22T11:50:03.533Z Fresh serde_json v1.0.149
94642026-01-22T11:50:03.533Z Fresh portable-atomic v1.11.0
94652026-01-22T11:50:03.534Z Fresh zerofrom v0.1.4
94662026-01-22T11:50:03.534Z Fresh yoke-derive v0.7.4
94672026-01-22T11:50:03.534Z Fresh zerovec-derive v0.10.3
94682026-01-22T11:50:03.534Z Fresh getrandom v0.3.4
94692026-01-22T11:50:03.534Z Fresh once_cell v1.21.3
94702026-01-22T11:50:03.534Z Fresh yoke v0.7.4
94712026-01-22T11:50:03.534Z Fresh displaydoc v0.2.5
94722026-01-22T11:50:03.534Z Fresh writeable v0.5.5
94732026-01-22T11:50:03.534Z Fresh percent-encoding v2.3.2
94742026-01-22T11:50:03.534Z Fresh litemap v0.7.3
94752026-01-22T11:50:03.534Z Fresh icu_provider_macros v1.5.0
94762026-01-22T11:50:03.534Z Fresh zerovec v0.10.4
94772026-01-22T11:50:03.534Z Fresh rand_core v0.6.4
94782026-01-22T11:50:03.534Z Fresh icu_locid_transform_data v1.5.0
94792026-01-22T11:50:03.534Z Fresh semver v1.0.27
94802026-01-22T11:50:03.534Z Fresh icu_properties_data v1.5.0
94812026-01-22T11:50:03.534Z Fresh allocator-api2 v0.2.21
94822026-01-22T11:50:03.534Z Fresh errno v0.3.12
94832026-01-22T11:50:03.534Z Fresh pin-project-lite v0.2.14
94842026-01-22T11:50:03.534Z Fresh tinystr v0.7.6
94852026-01-22T11:50:03.534Z Fresh icu_collections v1.5.0
94862026-01-22T11:50:03.534Z Fresh icu_normalizer_data v1.5.0
94872026-01-22T11:50:03.534Z Fresh write16 v1.0.0
94882026-01-22T11:50:03.534Z Fresh utf16_iter v1.0.5
94892026-01-22T11:50:03.534Z Fresh utf8_iter v1.0.4
94902026-01-22T11:50:03.534Z Fresh shlex v1.3.0
94912026-01-22T11:50:03.534Z Fresh byteorder v1.5.0
94922026-01-22T11:50:03.534Z Fresh icu_locid v1.5.0
94932026-01-22T11:50:03.534Z Fresh form_urlencoded v1.2.2
94942026-01-22T11:50:03.534Z Fresh regex-syntax v0.8.5
94952026-01-22T11:50:03.534Z Fresh jobserver v0.1.32
94962026-01-22T11:50:03.534Z Fresh subtle v2.6.1
94972026-01-22T11:50:03.534Z Fresh equivalent v1.0.2
94982026-01-22T11:50:03.534Z Fresh heck v0.5.0
94992026-01-22T11:50:03.534Z Fresh icu_provider v1.5.0
95002026-01-22T11:50:03.534Z Fresh cc v1.2.30
95012026-01-22T11:50:03.534Z Fresh aho-corasick v1.1.3
95022026-01-22T11:50:03.534Z Fresh signal-hook-registry v1.4.2
95032026-01-22T11:50:03.534Z Fresh icu_locid_transform v1.5.0
95042026-01-22T11:50:03.534Z Fresh parking_lot_core v0.9.10
95052026-01-22T11:50:03.535Z Fresh regex-automata v0.4.11
95062026-01-22T11:50:03.535Z Fresh fnv v1.0.7
95072026-01-22T11:50:03.535Z Fresh futures-core v0.3.31
95082026-01-22T11:50:03.535Z Fresh icu_properties v1.5.1
95092026-01-22T11:50:03.535Z Fresh parking_lot v0.12.3
95102026-01-22T11:50:03.535Z Fresh typenum v1.17.0
95112026-01-22T11:50:03.535Z Fresh rustix v0.38.37
95122026-01-22T11:50:03.535Z Fresh mio v1.0.2
95132026-01-22T11:50:03.535Z Fresh thiserror-impl v2.0.17
95142026-01-22T11:50:03.535Z Fresh iana-time-zone v0.1.63
95152026-01-22T11:50:03.535Z Fresh icu_normalizer v1.5.0
95162026-01-22T11:50:03.535Z Fresh generic-array v0.14.7
95172026-01-22T11:50:03.535Z Fresh chrono v0.4.42
95182026-01-22T11:50:03.535Z Fresh regex v1.11.3
95192026-01-22T11:50:03.535Z Fresh either v1.15.0
95202026-01-22T11:50:03.535Z Fresh tokio-macros v2.6.0
95212026-01-22T11:50:03.535Z Fresh socket2 v0.6.1
95222026-01-22T11:50:03.535Z Fresh idna_adapter v1.2.0
95232026-01-22T11:50:03.535Z Fresh crypto-common v0.1.6
95242026-01-22T11:50:03.535Z Fresh thiserror v2.0.17
95252026-01-22T11:50:03.535Z Fresh tokio v1.48.0
95262026-01-22T11:50:03.535Z Fresh hashbrown v0.16.1
95272026-01-22T11:50:03.535Z Fresh uuid v1.19.0
95282026-01-22T11:50:03.535Z Fresh spin v0.9.8
95292026-01-22T11:50:03.535Z Fresh idna v1.0.3
95302026-01-22T11:50:03.535Z Fresh indexmap v2.12.1
95312026-01-22T11:50:03.535Z Fresh thiserror-impl v1.0.69
95322026-01-22T11:50:03.535Z Fresh zerocopy-derive v0.7.35
95332026-01-22T11:50:03.535Z Fresh const-oid v0.9.6
95342026-01-22T11:50:03.535Z Fresh futures-io v0.3.31
95352026-01-22T11:50:03.560Z Fresh lazy_static v1.5.0
95362026-01-22T11:50:03.560Z Fresh url v2.5.4
95372026-01-22T11:50:03.560Z Fresh zerocopy v0.7.35
95382026-01-22T11:50:03.560Z Fresh thiserror v1.0.69
95392026-01-22T11:50:03.560Z Fresh serde_derive_internals v0.29.1
95402026-01-22T11:50:03.560Z Fresh dyn-clone v1.0.20
95412026-01-22T11:50:03.560Z Fresh block-buffer v0.10.4
95422026-01-22T11:50:03.560Z Fresh schemars_derive v0.8.22
95432026-01-22T11:50:03.560Z Fresh pkg-config v0.3.31
95442026-01-22T11:50:03.560Z Fresh digest v0.10.7
95452026-01-22T11:50:03.560Z Fresh strsim v0.11.1
95462026-01-22T11:50:03.560Z Fresh slab v0.4.9
95472026-01-22T11:50:03.560Z Fresh schemars v0.8.22
95482026-01-22T11:50:03.560Z Fresh cpufeatures v0.2.14
95492026-01-22T11:50:03.560Z Fresh futures-sink v0.3.31
95502026-01-22T11:50:03.560Z Fresh pin-utils v0.1.0
95512026-01-22T11:50:03.560Z Fresh futures-macro v0.3.31
95522026-01-22T11:50:03.560Z Fresh rustversion v1.0.22
95532026-01-22T11:50:03.560Z Fresh syn v1.0.109
95542026-01-22T11:50:03.560Z Fresh futures-channel v0.3.31
95552026-01-22T11:50:03.560Z Fresh futures-task v0.3.31
95562026-01-22T11:50:03.560Z Fresh ppv-lite86 v0.2.20
95572026-01-22T11:50:03.560Z Fresh foldhash v0.1.5
95582026-01-22T11:50:03.560Z Fresh adler2 v2.0.0
95592026-01-22T11:50:03.560Z Fresh tracing-core v0.1.32
95602026-01-22T11:50:03.560Z Fresh futures-util v0.3.31
95612026-01-22T11:50:03.560Z Fresh hashbrown v0.15.4
95622026-01-22T11:50:03.561Z Fresh miniz_oxide v0.8.5
95632026-01-22T11:50:03.561Z Fresh tracing-attributes v0.1.27
95642026-01-22T11:50:03.561Z Fresh glob v0.3.2
95652026-01-22T11:50:03.561Z Fresh http v1.4.0
95662026-01-22T11:50:03.561Z Fresh gimli v0.31.1
95672026-01-22T11:50:03.561Z Fresh tracing v0.1.40
95682026-01-22T11:50:03.561Z Fresh minimal-lexical v0.2.1
95692026-01-22T11:50:03.561Z Fresh addr2line v0.24.2
95702026-01-22T11:50:03.561Z Fresh object v0.36.5
95712026-01-22T11:50:03.561Z Fresh nom v7.1.3
95722026-01-22T11:50:03.561Z Fresh rustc-demangle v0.1.24
95732026-01-22T11:50:03.561Z Fresh serde_tokenstream v0.2.2
95742026-01-22T11:50:03.561Z Fresh libloading v0.8.5
95752026-01-22T11:50:03.561Z Fresh prettyplease v0.2.36
95762026-01-22T11:50:03.561Z Fresh backtrace v0.3.74
95772026-01-22T11:50:03.561Z Fresh crossbeam-utils v0.8.21
95782026-01-22T11:50:03.561Z Fresh paste v1.0.15
95792026-01-22T11:50:03.561Z Fresh cexpr v0.6.0
95802026-01-22T11:50:03.561Z Fresh clang-sys v1.8.1
95812026-01-22T11:50:03.561Z Fresh block-padding v0.3.3
95822026-01-22T11:50:03.561Z Fresh time-core v0.1.6
95832026-01-22T11:50:03.561Z Fresh base64 v0.22.1
95842026-01-22T11:50:03.561Z Fresh powerfmt v0.2.0
95852026-01-22T11:50:03.561Z Fresh num-conv v0.1.0
95862026-01-22T11:50:03.561Z Fresh home v0.5.9
95872026-01-22T11:50:03.561Z Fresh vcpkg v0.2.15
95882026-01-22T11:50:03.561Z Fresh base64ct v1.6.0
95892026-01-22T11:50:03.561Z Fresh inout v0.1.3
95902026-01-22T11:50:03.561Z Fresh num_threads v0.1.7
95912026-01-22T11:50:03.561Z Fresh time-macros v0.2.24
95922026-01-22T11:50:03.561Z Fresh deranged v0.5.3
95932026-01-22T11:50:03.561Z Fresh cipher v0.4.4
95942026-01-22T11:50:03.561Z Fresh ipnet v2.11.0
95952026-01-22T11:50:03.561Z Fresh itertools v0.12.1
95962026-01-22T11:50:03.561Z Fresh time v0.3.43
95972026-01-22T11:50:03.561Z Fresh zerocopy-derive v0.8.27
95982026-01-22T11:50:03.561Z Fresh utf8parse v0.2.2
95992026-01-22T11:50:03.561Z Fresh which v4.4.2
96002026-01-22T11:50:03.561Z Fresh tokio-util v0.7.15
96012026-01-22T11:50:03.562Z Fresh zerocopy v0.8.27
96022026-01-22T11:50:03.562Z Fresh anyhow v1.0.99
96032026-01-22T11:50:03.562Z Fresh ident_case v1.0.1
96042026-01-22T11:50:03.562Z Fresh atomic-waker v1.1.2
96052026-01-22T11:50:03.562Z Fresh rustc-hash v1.1.0
96062026-01-22T11:50:03.562Z Fresh lazycell v1.3.0
96072026-01-22T11:50:03.562Z Fresh bindgen v0.69.5
96082026-01-22T11:50:03.562Z Fresh pem-rfc7468 v0.7.0
96092026-01-22T11:50:03.562Z Fresh sha2 v0.10.9
96102026-01-22T11:50:03.562Z Fresh hmac v0.12.1
96112026-01-22T11:50:03.562Z Fresh cmake v0.1.51
96122026-01-22T11:50:03.562Z Fresh dunce v1.0.5
96132026-01-22T11:50:03.562Z Fresh fs_extra v1.3.0
96142026-01-22T11:50:03.562Z Fresh untrusted v0.9.0
96152026-01-22T11:50:03.562Z Fresh httparse v1.9.5
96162026-01-22T11:50:03.562Z Fresh rand_chacha v0.3.1
96172026-01-22T11:50:03.562Z Fresh anstyle v1.0.11
96182026-01-22T11:50:03.562Z Fresh fastrand v2.1.1
96192026-01-22T11:50:03.562Z Fresh der_derive v0.7.3
96202026-01-22T11:50:03.562Z Fresh flagset v0.4.6
96212026-01-22T11:50:03.562Z Fresh ring v0.17.14
96222026-01-22T11:50:03.562Z Fresh rand v0.8.5
96232026-01-22T11:50:03.562Z Fresh der v0.7.10
96242026-01-22T11:50:03.562Z Fresh anstyle-parse v0.2.5
96252026-01-22T11:50:03.562Z Fresh is_terminal_polyfill v1.70.1
96262026-01-22T11:50:03.562Z Fresh anstyle-query v1.1.1
96272026-01-22T11:50:03.562Z Fresh ryu v1.0.18
96282026-01-22T11:50:03.562Z Fresh rustls-pki-types v1.10.0
96292026-01-22T11:50:03.562Z Fresh colorchoice v1.0.2
96302026-01-22T11:50:03.562Z Fresh http-body v1.0.1
96312026-01-22T11:50:03.562Z Fresh aws-lc-sys v0.26.0
96322026-01-22T11:50:03.562Z Fresh terminal_size v0.4.0
96332026-01-22T11:50:03.562Z Fresh httpdate v1.0.3
96342026-01-22T11:50:03.562Z Fresh anstream v0.6.18
96352026-01-22T11:50:03.587Z Fresh untrusted v0.7.1
96362026-01-22T11:50:03.587Z Fresh try-lock v0.2.5
96372026-01-22T11:50:03.587Z Fresh unicode-segmentation v1.12.0
96382026-01-22T11:50:03.587Z Fresh h2 v0.4.6
96392026-01-22T11:50:03.587Z Fresh tower-layer v0.3.3
96402026-01-22T11:50:03.587Z Fresh clap_lex v0.7.4
96412026-01-22T11:50:03.587Z Fresh want v0.3.1
96422026-01-22T11:50:03.587Z Fresh aws-lc-rs v1.12.4
96432026-01-22T11:50:03.587Z Fresh tower-service v0.3.3
96442026-01-22T11:50:03.587Z Fresh clap_builder v4.5.48
96452026-01-22T11:50:03.587Z Fresh spki v0.7.3
96462026-01-22T11:50:03.587Z Fresh pbkdf2 v0.12.2
96472026-01-22T11:50:03.587Z Fresh aes v0.8.4
96482026-01-22T11:50:03.587Z Fresh rustls-webpki v0.102.8
96492026-01-22T11:50:03.587Z Fresh hyper v1.8.1
96502026-01-22T11:50:03.588Z Fresh clap_derive v4.5.47
96512026-01-22T11:50:03.588Z Fresh rand_core v0.9.3
96522026-01-22T11:50:03.588Z Fresh toml_datetime v0.6.11
96532026-01-22T11:50:03.588Z Fresh serde_spanned v0.6.9
96542026-01-22T11:50:03.588Z Fresh cbc v0.1.2
96552026-01-22T11:50:03.588Z Fresh clap v4.5.48
96562026-01-22T11:50:03.588Z Fresh salsa20 v0.10.2
96572026-01-22T11:50:03.588Z Fresh rustc_version v0.4.1
96582026-01-22T11:50:03.588Z Fresh erased-serde v0.3.31
96592026-01-22T11:50:03.588Z Fresh async-trait v0.1.89
96602026-01-22T11:50:03.588Z Fresh mime v0.3.17
96612026-01-22T11:50:03.588Z Fresh scrypt v0.11.0
96622026-01-22T11:50:03.588Z Fresh slog v2.8.2
96632026-01-22T11:50:03.588Z Fresh hyper-util v0.1.19
96642026-01-22T11:50:03.588Z Fresh ucd-trie v0.1.7
96652026-01-22T11:50:03.588Z Fresh rand_chacha v0.9.0
96662026-01-22T11:50:03.588Z Fresh http-body-util v0.1.3
96672026-01-22T11:50:03.588Z Fresh pkcs5 v0.7.1
96682026-01-22T11:50:03.588Z Fresh pest v2.8.2
96692026-01-22T11:50:03.588Z Fresh camino v1.2.1
96702026-01-22T11:50:03.588Z Fresh foreign-types-shared v0.1.1
96712026-01-22T11:50:03.588Z Fresh openssl-probe v0.1.5
96722026-01-22T11:50:03.588Z Fresh rand v0.9.2
96732026-01-22T11:50:03.588Z Fresh rustix v1.1.3
96742026-01-22T11:50:03.588Z Fresh pkcs8 v0.10.2
96752026-01-22T11:50:03.588Z Fresh pest_meta v2.8.2
96762026-01-22T11:50:03.588Z Fresh foreign-types v0.3.2
96772026-01-22T11:50:03.588Z Fresh openssl-sys v0.9.109
96782026-01-22T11:50:03.588Z Fresh openssl-macros v0.1.1
96792026-01-22T11:50:03.588Z Fresh plain v0.2.3
96802026-01-22T11:50:03.588Z Fresh openssl v0.10.73
96812026-01-22T11:50:03.588Z Fresh pest_generator v2.8.2
96822026-01-22T11:50:03.588Z Fresh serde_urlencoded v0.7.1
96832026-01-22T11:50:03.588Z Fresh encoding_rs v0.8.34
96842026-01-22T11:50:03.588Z Fresh tempfile v3.24.0
96852026-01-22T11:50:03.588Z Fresh ipnetwork v0.21.1
96862026-01-22T11:50:03.588Z Fresh pest_derive v2.8.2
96872026-01-22T11:50:03.588Z Fresh pretty-hex v0.4.1
96882026-01-22T11:50:03.588Z Fresh litrs v0.4.1
96892026-01-22T11:50:03.588Z Fresh openapiv3 v2.2.0
96902026-01-22T11:50:03.589Z Fresh sync_wrapper v1.0.1
96912026-01-22T11:50:03.589Z Fresh rustls v0.23.19
96922026-01-22T11:50:03.589Z Fresh document-features v0.2.11
96932026-01-22T11:50:03.589Z Fresh native-tls v0.2.12
96942026-01-22T11:50:03.589Z Fresh hex v0.4.3
96952026-01-22T11:50:03.589Z Fresh psl-types v2.0.11
96962026-01-22T11:50:03.589Z Fresh tower v0.5.2
96972026-01-22T11:50:03.589Z Fresh rustls-native-certs v0.8.1
96982026-01-22T11:50:03.589Z Fresh tokio-rustls v0.26.0
96992026-01-22T11:50:03.589Z Fresh cookie v0.18.1
97002026-01-22T11:50:03.589Z Fresh tokio-native-tls v0.3.1
97012026-01-22T11:50:03.589Z Fresh publicsuffix v2.3.0
97022026-01-22T11:50:03.589Z Fresh webpki-roots v1.0.1
97032026-01-22T11:50:03.589Z Fresh iri-string v0.7.8
97042026-01-22T11:50:03.589Z Fresh signature v2.2.0
97052026-01-22T11:50:03.589Z Fresh data-encoding v2.9.0
97062026-01-22T11:50:03.589Z Fresh cookie_store v0.21.1
97072026-01-22T11:50:03.589Z Fresh hyper-rustls v0.27.7
97082026-01-22T11:50:03.589Z Fresh hyper-tls v0.6.0
97092026-01-22T11:50:03.589Z Fresh tower-http v0.6.6
97102026-01-22T11:50:03.589Z Fresh winnow v0.7.13
97112026-01-22T11:50:03.589Z Fresh winnow v0.5.40
97122026-01-22T11:50:03.589Z Fresh darling_core v0.20.10
97132026-01-22T11:50:03.589Z Fresh sha1 v0.10.6
97142026-01-22T11:50:03.589Z Fresh reqwest v0.12.24
97152026-01-22T11:50:03.589Z Fresh toml_edit v0.19.15
97162026-01-22T11:50:03.589Z Fresh tinyvec_macros v0.1.1
97172026-01-22T11:50:03.589Z Fresh quick-error v1.2.3
97182026-01-22T11:50:03.589Z Fresh darling_macro v0.20.10
97192026-01-22T11:50:03.589Z Fresh darling_core v0.21.0
97202026-01-22T11:50:03.589Z Fresh num-integer v0.1.46
97212026-01-22T11:50:03.589Z Fresh oxnet v0.1.4
97222026-01-22T11:50:03.589Z Fresh tinyvec v1.8.0
97232026-01-22T11:50:03.589Z Fresh darling v0.20.10
97242026-01-22T11:50:03.589Z Fresh darling_macro v0.21.0
97252026-01-22T11:50:03.589Z Fresh strum_macros v0.26.4
97262026-01-22T11:50:03.589Z Fresh scroll_derive v0.12.0
97272026-01-22T11:50:03.589Z Fresh bit-vec v0.8.0
97282026-01-22T11:50:03.589Z Fresh hubpack_derive v0.1.1
97292026-01-22T11:50:03.590Z Fresh scroll v0.12.0
97302026-01-22T11:50:03.590Z Fresh bit-set v0.8.0
97312026-01-22T11:50:03.590Z Fresh strum v0.26.3
97322026-01-22T11:50:03.590Z Fresh darling v0.21.0
97332026-01-22T11:50:03.590Z Fresh wait-timeout v0.2.0
97342026-01-22T11:50:03.590Z Fresh base16ct v0.2.0
97352026-01-22T11:50:03.616Z Fresh static_assertions v1.1.0
97362026-01-22T11:50:03.616Z Fresh sec1 v0.7.3
97372026-01-22T11:50:03.616Z Fresh goblin v0.8.2
97382026-01-22T11:50:03.616Z Fresh ahash v0.8.12
97392026-01-22T11:50:03.616Z Fresh hubpack v0.1.2
97402026-01-22T11:50:03.616Z Fresh num-iter v0.1.45
97412026-01-22T11:50:03.616Z Fresh ff v0.13.0
97422026-01-22T11:50:03.616Z Fresh crc32fast v1.4.2
97432026-01-22T11:50:03.616Z Fresh group v0.13.0
97442026-01-22T11:50:03.616Z Fresh dof v0.3.0
97452026-01-22T11:50:03.616Z Fresh rusty-fork v0.3.0
97462026-01-22T11:50:03.616Z Fresh dtrace-parser v0.2.0
97472026-01-22T11:50:03.616Z Fresh rand_xorshift v0.4.0
97482026-01-22T11:50:03.616Z Fresh hkdf v0.12.4
97492026-01-22T11:50:03.616Z Fresh crossbeam-epoch v0.9.18
97502026-01-22T11:50:03.616Z Fresh crypto-bigint v0.5.5
97512026-01-22T11:50:03.616Z Fresh bstr v1.10.0
97522026-01-22T11:50:03.616Z Fresh scroll_derive v0.13.1
97532026-01-22T11:50:03.616Z Fresh thread-id v4.2.2
97542026-01-22T11:50:03.617Z Fresh unarray v0.1.4
97552026-01-22T11:50:03.617Z Fresh pkcs1 v0.7.5
97562026-01-22T11:50:03.617Z Fresh elliptic-curve v0.13.8
97572026-01-22T11:50:03.617Z Fresh scroll v0.13.0
97582026-01-22T11:50:03.617Z Fresh usdt-impl v0.5.0
97592026-01-22T11:50:03.617Z Fresh proptest v1.7.0
97602026-01-22T11:50:03.617Z Fresh num-bigint-dig v0.8.6
97612026-01-22T11:50:03.617Z Fresh heck v0.4.1
97622026-01-22T11:50:03.617Z Fresh itertools v0.13.0
97632026-01-22T11:50:03.617Z Fresh toml_write v0.1.2
97642026-01-22T11:50:03.617Z Fresh zlib-rs v0.5.1
97652026-01-22T11:50:03.617Z Fresh goblin v0.10.2
97662026-01-22T11:50:03.617Z Fresh rsa v0.9.8
97672026-01-22T11:50:03.617Z Fresh toml_edit v0.22.27
97682026-01-22T11:50:03.617Z Fresh x509-cert v0.2.5
97692026-01-22T11:50:03.617Z Fresh bitflags v1.3.2
97702026-01-22T11:50:03.617Z Fresh libz-rs-sys v0.5.1
97712026-01-22T11:50:03.617Z Fresh dof v0.4.0
97722026-01-22T11:50:03.617Z Fresh newtype-uuid v1.3.2
97732026-01-22T11:50:03.617Z Fresh derive_builder_core v0.20.2
97742026-01-22T11:50:03.617Z Fresh dtrace-parser v0.3.0
97752026-01-22T11:50:03.617Z Fresh flate2 v1.1.2
97762026-01-22T11:50:03.617Z Fresh rfc6979 v0.4.0
97772026-01-22T11:50:03.617Z Fresh curve25519-dalek-derive v0.1.1
97782026-01-22T11:50:03.617Z Fresh daft-derive v0.1.4
97792026-01-22T11:50:03.617Z Fresh thread-id v5.0.0
97802026-01-22T11:50:03.617Z Fresh siphasher v0.3.11
97812026-01-22T11:50:03.617Z Fresh derive_builder_macro v0.20.2
97822026-01-22T11:50:03.617Z Fresh phf_shared v0.11.2
97832026-01-22T11:50:03.617Z Fresh daft v0.1.4
97842026-01-22T11:50:03.617Z Fresh usdt-impl v0.6.0
97852026-01-22T11:50:03.617Z Fresh curve25519-dalek v4.1.3
97862026-01-22T11:50:03.617Z Fresh ecdsa v0.16.9
97872026-01-22T11:50:03.617Z Fresh bzip2-sys v0.1.13+1.0.8
97882026-01-22T11:50:03.617Z Fresh toml v0.7.8
97892026-01-22T11:50:03.617Z Fresh memmap2 v0.9.8
97902026-01-22T11:50:03.617Z Fresh env_filter v0.1.2
97912026-01-22T11:50:03.617Z Fresh cfg_aliases v0.2.1
97922026-01-22T11:50:03.618Z Fresh derive_builder v0.20.2
97932026-01-22T11:50:03.618Z Fresh unicode-normalization v0.1.24
97942026-01-22T11:50:03.618Z Fresh ed25519 v2.2.3
97952026-01-22T11:50:03.618Z Fresh env_logger v0.11.8
97962026-01-22T11:50:03.618Z Fresh enum-as-inner v0.6.1
97972026-01-22T11:50:03.618Z Fresh managed v0.8.0
97982026-01-22T11:50:03.618Z Fresh keccak v0.1.5
97992026-01-22T11:50:03.618Z Fresh sha3 v0.10.8
98002026-01-22T11:50:03.618Z Fresh memoffset v0.9.1
98012026-01-22T11:50:03.618Z Fresh signal-hook v0.3.18
98022026-01-22T11:50:03.618Z Fresh ed25519-dalek v2.1.1
98032026-01-22T11:50:03.618Z Fresh usdt-macro v0.6.0
98042026-01-22T11:50:03.618Z Fresh usdt-attr-macro v0.6.0
98052026-01-22T11:50:03.618Z Fresh serde_with_macros v3.16.1
98062026-01-22T11:50:03.618Z Fresh itertools v0.10.5
98072026-01-22T11:50:03.618Z Fresh cargo-platform v0.1.8
98082026-01-22T11:50:03.618Z Fresh ref-cast-impl v1.0.25
98092026-01-22T11:50:03.618Z Fresh fixedbitset v0.4.2
98102026-01-22T11:50:03.618Z Fresh precomputed-hash v0.1.1
98112026-01-22T11:50:03.618Z Fresh new_debug_unreachable v1.0.6
98122026-01-22T11:50:03.618Z Fresh rustc-hash v2.1.1
98132026-01-22T11:50:03.618Z Fresh usdt v0.6.0
98142026-01-22T11:50:03.618Z Fresh serde_with v3.16.1
98152026-01-22T11:50:03.618Z Fresh ref-cast v1.0.25
98162026-01-22T11:50:03.618Z Fresh cargo_metadata v0.19.2
98172026-01-22T11:50:03.618Z Fresh petgraph v0.6.5
98182026-01-22T11:50:03.618Z Fresh string_cache v0.8.9
98192026-01-22T11:50:03.618Z Fresh vergen-lib v0.1.6
98202026-01-22T11:50:03.618Z Fresh bzip2 v0.4.4
98212026-01-22T11:50:03.618Z Fresh signal-hook-mio v0.2.4
98222026-01-22T11:50:03.618Z Fresh zstd-sys v2.0.14+zstd.1.5.7
98232026-01-22T11:50:03.618Z Fresh lalrpop-util v0.19.12
98242026-01-22T11:50:03.618Z Fresh zip v0.6.6
98252026-01-22T11:50:03.618Z Fresh vergen v9.0.6
98262026-01-22T11:50:03.618Z Fresh hash32 v0.2.1
98272026-01-22T11:50:03.618Z Fresh serde-big-array v0.5.1
98282026-01-22T11:50:03.618Z Fresh socket2 v0.5.10
98292026-01-22T11:50:03.618Z Fresh zstd-safe v7.2.3
98302026-01-22T11:50:03.618Z Fresh winnow v0.6.26
98312026-01-22T11:50:03.619Z Fresh predicates-core v1.0.8
98322026-01-22T11:50:03.619Z Fresh unicode-properties v0.1.3
98332026-01-22T11:50:03.619Z Fresh bumpalo v3.16.0
98342026-01-22T11:50:03.619Z Fresh unicode-bidi v0.3.17
98352026-01-22T11:50:03.643Z Fresh simd-adler32 v0.3.7
98362026-01-22T11:50:03.643Z Fresh lockfree-object-pool v0.1.6
98372026-01-22T11:50:03.643Z Fresh zstd v0.13.3
98382026-01-22T11:50:03.643Z Fresh stringprep v0.1.5
98392026-01-22T11:50:03.643Z Fresh heapless v0.7.17
98402026-01-22T11:50:03.643Z Fresh zopfli v0.8.1
98412026-01-22T11:50:03.643Z Fresh crossterm v0.28.1
98422026-01-22T11:50:03.643Z Fresh hickory-proto v0.25.2
98432026-01-22T11:50:03.644Z Fresh bzip2 v0.5.2
98442026-01-22T11:50:03.644Z Fresh similar v2.7.0
98452026-01-22T11:50:03.644Z Fresh tokio-stream v0.1.17
98462026-01-22T11:50:03.644Z Fresh md-5 v0.10.6
98472026-01-22T11:50:03.644Z Fresh strum_macros v0.27.2
98482026-01-22T11:50:03.644Z Fresh float-cmp v0.10.0
98492026-01-22T11:50:03.644Z Fresh normalize-line-endings v0.3.0
98502026-01-22T11:50:03.644Z Fresh difflib v0.4.0
98512026-01-22T11:50:03.644Z Fresh foldhash v0.2.0
98522026-01-22T11:50:03.644Z Fresh jiff v0.2.15
98532026-01-22T11:50:03.644Z Fresh fallible-iterator v0.2.0
98542026-01-22T11:50:03.644Z Fresh strum v0.27.2
98552026-01-22T11:50:03.644Z Fresh buf-list v1.0.3
98562026-01-22T11:50:03.644Z Fresh zip v4.2.0
98572026-01-22T11:50:03.644Z Fresh postgres-protocol v0.6.8
98582026-01-22T11:50:03.644Z Fresh predicates v3.1.3
98592026-01-22T11:50:03.644Z Fresh iddqd v0.3.16
98602026-01-22T11:50:03.644Z Fresh smoltcp v0.9.1
98612026-01-22T11:50:03.644Z Fresh nix v0.29.0
98622026-01-22T11:50:03.644Z Fresh serde_repr v0.1.19
98632026-01-22T11:50:03.644Z Fresh fixedbitset v0.5.7
98642026-01-22T11:50:03.644Z Fresh peg-runtime v0.8.5
98652026-01-22T11:50:03.644Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
98662026-01-22T11:50:03.644Z Fresh postgres-types v0.2.9
98672026-01-22T11:50:03.644Z Fresh phf v0.11.2
98682026-01-22T11:50:03.644Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
98692026-01-22T11:50:03.644Z Fresh whoami v1.5.2
98702026-01-22T11:50:03.644Z Fresh petgraph v0.8.2
98712026-01-22T11:50:03.644Z Fresh fs-err v3.1.1
98722026-01-22T11:50:03.644Z Fresh tokio-postgres v0.7.13
98732026-01-22T11:50:03.644Z Fresh futures-executor v0.3.31
98742026-01-22T11:50:03.644Z Fresh is-terminal v0.4.13
98752026-01-22T11:50:03.644Z Fresh regress v0.10.4
98762026-01-22T11:50:03.644Z Fresh crossbeam-channel v0.5.15
98772026-01-22T11:50:03.644Z Fresh thread_local v1.1.8
98782026-01-22T11:50:03.644Z Fresh futures v0.3.31
98792026-01-22T11:50:03.644Z Fresh unsafe-libyaml v0.2.11
98802026-01-22T11:50:03.644Z Fresh typify-impl v0.4.3
98812026-01-22T11:50:03.644Z Fresh term v1.1.0
98822026-01-22T11:50:03.644Z Fresh take_mut v0.2.2
98832026-01-22T11:50:03.645Z Fresh match_cfg v0.1.0
98842026-01-22T11:50:03.645Z Fresh serde_yaml v0.9.34+deprecated
98852026-01-22T11:50:03.645Z Fresh slog-term v2.9.2
98862026-01-22T11:50:03.645Z Fresh typify-macro v0.4.3
98872026-01-22T11:50:03.645Z Fresh hostname v0.3.1
98882026-01-22T11:50:03.645Z Fresh newtype-uuid-macros v0.1.0
98892026-01-22T11:50:03.645Z Fresh debug-ignore v1.0.5
98902026-01-22T11:50:03.645Z Fresh slog-async v2.8.0
98912026-01-22T11:50:03.645Z Fresh typify v0.4.3
98922026-01-22T11:50:03.645Z Fresh structmeta-derive v0.3.0
98932026-01-22T11:50:03.645Z Fresh unicode-width v0.1.14
98942026-01-22T11:50:03.645Z Fresh toml_parser v1.0.4
98952026-01-22T11:50:03.645Z Fresh structmeta v0.3.0
98962026-01-22T11:50:03.645Z Fresh toml_datetime v0.7.3
98972026-01-22T11:50:03.645Z Fresh serde_spanned v1.0.3
98982026-01-22T11:50:03.645Z Fresh serde_path_to_error v0.1.20
98992026-01-22T11:50:03.645Z Fresh toml_writer v1.0.4
99002026-01-22T11:50:03.645Z Fresh slog-json v2.6.1
99012026-01-22T11:50:03.645Z Fresh rustls v0.22.4
99022026-01-22T11:50:03.645Z Fresh toml v0.9.8
99032026-01-22T11:50:03.645Z Fresh async-stream-impl v0.3.6
99042026-01-22T11:50:03.645Z Fresh slog-bunyan v2.5.0
99052026-01-22T11:50:03.645Z Fresh progenitor-client v0.10.0
99062026-01-22T11:50:03.645Z Fresh rustls-pemfile v2.2.0
99072026-01-22T11:50:03.645Z Fresh tokio-rustls v0.25.0
99082026-01-22T11:50:03.645Z Fresh async-stream v0.3.6
99092026-01-22T11:50:03.645Z Fresh multer v3.1.0
99102026-01-22T11:50:03.645Z Fresh waitgroup v0.1.2
99112026-01-22T11:50:03.645Z Fresh dropshot_endpoint v0.16.6
99122026-01-22T11:50:03.645Z Fresh hostname v0.4.2
99132026-01-22T11:50:03.645Z Fresh derive-ex v0.1.8
99142026-01-22T11:50:03.645Z Fresh dropshot v0.16.6
99152026-01-22T11:50:03.645Z Fresh test-strategy v0.4.3
99162026-01-22T11:50:03.645Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
99172026-01-22T11:50:03.645Z Fresh itertools v0.14.0
99182026-01-22T11:50:03.645Z Fresh tabwriter v1.4.0
99192026-01-22T11:50:03.645Z Fresh macaddr v1.0.1
99202026-01-22T11:50:03.645Z Fresh instant v0.1.13
99212026-01-22T11:50:03.645Z Fresh progenitor-impl v0.11.2
99222026-01-22T11:50:03.646Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
99232026-01-22T11:50:03.646Z Fresh progenitor-macro v0.11.2
99242026-01-22T11:50:03.646Z Fresh progenitor-client v0.11.2
99252026-01-22T11:50:03.646Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99262026-01-22T11:50:03.646Z Fresh parse-display-derive v0.10.0
99272026-01-22T11:50:03.646Z Fresh backoff v0.4.0
99282026-01-22T11:50:03.646Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
99292026-01-22T11:50:03.646Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99302026-01-22T11:50:03.646Z Fresh progenitor v0.11.2
99312026-01-22T11:50:03.646Z Fresh parse-display v0.10.0
99322026-01-22T11:50:03.646Z Fresh colored v3.0.0
99332026-01-22T11:50:03.646Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
99342026-01-22T11:50:03.646Z Fresh camino-tempfile v1.4.1
99352026-01-22T11:50:03.671Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
99362026-01-22T11:50:03.671Z Fresh toml v0.8.23
99372026-01-22T11:50:03.671Z Fresh crossbeam-deque v0.8.5
99382026-01-22T11:50:03.671Z Fresh proc-macro-crate v1.3.1
99392026-01-22T11:50:03.671Z Fresh proc-macro-error-attr v1.0.4
99402026-01-22T11:50:03.671Z Fresh unicode-width v0.2.0
99412026-01-22T11:50:03.671Z Fresh num_enum_derive v0.5.11
99422026-01-22T11:50:03.671Z Fresh proc-macro-error v1.0.4
99432026-01-22T11:50:03.671Z Fresh rayon-core v1.12.1
99442026-01-22T11:50:03.671Z Fresh crucible-workspace-hack v0.1.0
99452026-01-22T11:50:03.671Z Fresh num_enum v0.5.11
99462026-01-22T11:50:03.671Z Fresh ingot-macros v0.1.1
99472026-01-22T11:50:03.671Z Fresh rayon v1.10.0
99482026-01-22T11:50:03.671Z Fresh hash32 v0.3.1
99492026-01-22T11:50:03.671Z Fresh nix v0.30.1
99502026-01-22T11:50:03.671Z Fresh ingot-types v0.1.2
99512026-01-22T11:50:03.671Z Fresh heapless v0.8.0
99522026-01-22T11:50:03.671Z Fresh foreign-types-macros v0.2.3
99532026-01-22T11:50:03.671Z Fresh foreign-types-shared v0.3.1
99542026-01-22T11:50:03.671Z Fresh cobs v0.2.3
99552026-01-22T11:50:03.671Z Fresh ingot v0.1.1
99562026-01-22T11:50:03.671Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99572026-01-22T11:50:03.671Z Fresh foreign-types v0.5.0
99582026-01-22T11:50:03.671Z Fresh postcard v1.0.10
99592026-01-22T11:50:03.671Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
99602026-01-22T11:50:03.671Z Fresh smoltcp v0.11.0
99612026-01-22T11:50:03.671Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99622026-01-22T11:50:03.671Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99632026-01-22T11:50:03.671Z Fresh cstr-argument v0.1.2
99642026-01-22T11:50:03.671Z Fresh pretty-hex v0.2.1
99652026-01-22T11:50:03.671Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99662026-01-22T11:50:03.671Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99672026-01-22T11:50:03.671Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99682026-01-22T11:50:03.671Z Fresh colored v2.2.0
99692026-01-22T11:50:03.671Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99702026-01-22T11:50:03.671Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
99712026-01-22T11:50:03.671Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99722026-01-22T11:50:03.672Z Fresh sigpipe v0.1.3
99732026-01-22T11:50:03.672Z Fresh convert_case v0.4.0
99742026-01-22T11:50:03.672Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
99752026-01-22T11:50:03.672Z Fresh zone_cfg_derive v0.3.0
99762026-01-22T11:50:03.672Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
99772026-01-22T11:50:03.672Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99782026-01-22T11:50:03.672Z Fresh derive_more v0.99.20
99792026-01-22T11:50:03.672Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
99802026-01-22T11:50:03.672Z Fresh smf v0.2.3
99812026-01-22T11:50:03.672Z Fresh num-derive v0.4.2
99822026-01-22T11:50:03.672Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
99832026-01-22T11:50:03.672Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
99842026-01-22T11:50:03.672Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
99852026-01-22T11:50:03.672Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
99862026-01-22T11:50:03.672Z Fresh zone v0.3.1
99872026-01-22T11:50:03.672Z Fresh progenitor-impl v0.10.0
99882026-01-22T11:50:03.672Z Fresh progenitor-macro v0.10.0
99892026-01-22T11:50:03.672Z Fresh secrecy v0.10.3
99902026-01-22T11:50:03.672Z Fresh indent_write v2.2.0
99912026-01-22T11:50:03.672Z Fresh half v2.4.1
99922026-01-22T11:50:03.672Z Fresh ciborium-io v0.2.2
99932026-01-22T11:50:03.672Z Fresh num-rational v0.4.2
99942026-01-22T11:50:03.672Z Fresh progenitor v0.10.0
99952026-01-22T11:50:03.672Z Fresh ciborium-ll v0.2.2
99962026-01-22T11:50:03.672Z Fresh num-complex v0.4.6
99972026-01-22T11:50:03.672Z Fresh swrite v0.1.0
99982026-01-22T11:50:03.672Z Fresh float-ord v0.3.2
99992026-01-22T11:50:03.672Z Fresh universal-hash v0.5.1
100002026-01-22T11:50:03.672Z Fresh opaque-debug v0.3.1
100012026-01-22T11:50:03.672Z Fresh ciborium v0.2.2
100022026-01-22T11:50:03.672Z Fresh num v0.4.3
100032026-01-22T11:50:03.672Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
100042026-01-22T11:50:03.672Z Fresh aead v0.5.2
100052026-01-22T11:50:03.672Z Fresh poly1305 v0.8.0
100062026-01-22T11:50:03.672Z Fresh usdt-macro v0.5.0
100072026-01-22T11:50:03.672Z Fresh usdt-attr-macro v0.5.0
100082026-01-22T11:50:03.672Z Fresh chacha20 v0.9.1
100092026-01-22T11:50:03.672Z Fresh memmap v0.7.0
100102026-01-22T11:50:03.672Z Fresh password-hash v0.5.0
100112026-01-22T11:50:03.673Z Fresh blake2 v0.10.6
100122026-01-22T11:50:03.673Z Fresh console v0.15.10
100132026-01-22T11:50:03.673Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100142026-01-22T11:50:03.673Z Fresh usdt v0.5.0
100152026-01-22T11:50:03.673Z Fresh argon2 v0.5.3
100162026-01-22T11:50:03.673Z Fresh thiserror-impl-no-std v2.0.2
100172026-01-22T11:50:03.673Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
100182026-01-22T11:50:03.673Z Fresh chacha20poly1305 v0.10.1
100192026-01-22T11:50:03.673Z Fresh atomicwrites v0.4.4
100202026-01-22T11:50:03.673Z Fresh thiserror-no-std v2.0.2
100212026-01-22T11:50:03.673Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
100222026-01-22T11:50:03.673Z Fresh newline-converter v0.3.0
100232026-01-22T11:50:03.673Z Fresh derive-where v1.5.0
100242026-01-22T11:50:03.673Z Fresh bytecount v0.6.8
100252026-01-22T11:50:03.673Z Fresh vsss-rs v3.3.4
100262026-01-22T11:50:03.673Z Fresh expectorate v1.2.0
100272026-01-22T11:50:03.673Z Fresh libsw-core v0.3.1
100282026-01-22T11:50:03.673Z Fresh linear-map v1.2.0
100292026-01-22T11:50:03.673Z Fresh same-file v1.0.6
100302026-01-22T11:50:03.673Z Fresh gethostname v0.5.0
100312026-01-22T11:50:03.673Z Fresh owo-colors v4.2.2
100322026-01-22T11:50:03.673Z Fresh libsw v3.5.0
100332026-01-22T11:50:03.673Z Fresh walkdir v2.5.0
100342026-01-22T11:50:03.673Z Fresh unicode-xid v0.2.6
100352026-01-22T11:50:03.698Z Fresh cancel-safe-futures v0.1.5
100362026-01-22T11:50:03.698Z Fresh tokio-dtrace v0.1.0
100372026-01-22T11:50:03.698Z Fresh oxide-tokio-rt v0.1.2
100382026-01-22T11:50:03.698Z Fresh globset v0.4.15
100392026-01-22T11:50:03.698Z Fresh async-recursion v1.1.1
100402026-01-22T11:50:03.698Z Fresh smawk v0.3.2
100412026-01-22T11:50:03.698Z Fresh unicode-linebreak v0.1.5
100422026-01-22T11:50:03.698Z Fresh resolv-conf v0.7.0
100432026-01-22T11:50:03.698Z Fresh csv-core v0.1.11
100442026-01-22T11:50:03.698Z Fresh convert_case v0.7.1
100452026-01-22T11:50:03.698Z Fresh csv v1.3.1
100462026-01-22T11:50:03.698Z Fresh slog-dtrace v0.3.0
100472026-01-22T11:50:03.698Z Fresh pin-project-internal v1.1.6
100482026-01-22T11:50:03.698Z Fresh vte_generate_state_changes v0.1.2
100492026-01-22T11:50:03.698Z Fresh termtree v0.5.1
100502026-01-22T11:50:03.698Z Fresh derive_more-impl v2.0.1
100512026-01-22T11:50:03.698Z Fresh pin-project v1.1.6
100522026-01-22T11:50:03.698Z Fresh vte v0.11.1
100532026-01-22T11:50:03.698Z Fresh fd-lock v4.0.2
100542026-01-22T11:50:03.699Z Fresh linked-hash-map v0.5.6
100552026-01-22T11:50:03.699Z Fresh base64 v0.21.7
100562026-01-22T11:50:03.699Z Fresh derive_more v2.0.1
100572026-01-22T11:50:03.699Z Fresh lru-cache v0.1.2
100582026-01-22T11:50:03.699Z Fresh strip-ansi-escapes v0.2.0
100592026-01-22T11:50:03.699Z Fresh hickory-proto v0.24.4
100602026-01-22T11:50:03.699Z Fresh pem v3.0.5
100612026-01-22T11:50:03.699Z Fresh snafu-derive v0.8.5
100622026-01-22T11:50:03.699Z Fresh nu-ansi-term v0.50.1
100632026-01-22T11:50:03.699Z Fresh reedline v0.40.0
100642026-01-22T11:50:03.699Z Fresh snafu v0.8.5
100652026-01-22T11:50:03.699Z Fresh crossterm v0.29.0
100662026-01-22T11:50:03.699Z Fresh olpc-cjson v0.1.4
100672026-01-22T11:50:03.699Z Fresh serde_plain v1.0.2
100682026-01-22T11:50:03.699Z Fresh nibble_vec v0.1.0
100692026-01-22T11:50:03.699Z Fresh typed-path v0.9.3
100702026-01-22T11:50:03.699Z Fresh display-error-chain v0.2.2
100712026-01-22T11:50:03.699Z Fresh semver v0.1.20
100722026-01-22T11:50:03.699Z Fresh cfg_aliases v0.1.1
100732026-01-22T11:50:03.699Z Fresh endian-type v0.1.2
100742026-01-22T11:50:03.699Z Fresh tough v0.20.0
100752026-01-22T11:50:03.699Z Fresh hickory-resolver v0.24.4
100762026-01-22T11:50:03.699Z Fresh humantime v2.2.0
100772026-01-22T11:50:03.699Z Fresh siphasher v1.0.1
100782026-01-22T11:50:03.699Z Fresh radix_trie v0.2.1
100792026-01-22T11:50:03.699Z Fresh rustc_version v0.1.7
100802026-01-22T11:50:03.699Z Fresh qorb v0.4.1
100812026-01-22T11:50:03.699Z Fresh phf_shared v0.12.1
100822026-01-22T11:50:03.699Z Fresh textwrap v0.16.2
100832026-01-22T11:50:03.699Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
100842026-01-22T11:50:03.699Z Fresh highway v1.3.0
100852026-01-22T11:50:03.699Z Fresh phf v0.12.1
100862026-01-22T11:50:03.699Z Fresh const_format_proc_macros v0.2.34
100872026-01-22T11:50:03.699Z Fresh nix v0.28.0
100882026-01-22T11:50:03.699Z Fresh papergrid v0.11.0
100892026-01-22T11:50:03.699Z Fresh tabled_derive v0.7.0
100902026-01-22T11:50:03.699Z Fresh peg-macros v0.8.5
100912026-01-22T11:50:03.699Z Fresh sqlparser_derive v0.2.2
100922026-01-22T11:50:03.699Z Fresh unicode_categories v0.1.1
100932026-01-22T11:50:03.700Z Fresh peg v0.8.5
100942026-01-22T11:50:03.700Z Fresh tabled v0.15.0
100952026-01-22T11:50:03.700Z Fresh chrono-tz v0.10.4
100962026-01-22T11:50:03.700Z Fresh rustyline v14.0.0
100972026-01-22T11:50:03.700Z Fresh newtype_derive v0.1.6
100982026-01-22T11:50:03.700Z Fresh sqlformat v0.3.5
100992026-01-22T11:50:03.700Z Fresh sqlparser v0.45.0
101002026-01-22T11:50:03.700Z Fresh const_format v0.2.34
101012026-01-22T11:50:03.700Z Fresh bcs v0.1.6
101022026-01-22T11:50:03.700Z Fresh steno v0.4.1
101032026-01-22T11:50:03.700Z Fresh utf-8 v0.7.6
101042026-01-22T11:50:03.700Z Fresh xattr v1.3.1
101052026-01-22T11:50:03.700Z Fresh filetime v0.2.26
101062026-01-22T11:50:03.700Z Fresh tungstenite v0.21.0
101072026-01-22T11:50:03.700Z Fresh tar v0.4.44
101082026-01-22T11:50:03.700Z Fresh arc-swap v1.7.1
101092026-01-22T11:50:03.700Z Fresh typify-impl v0.2.0
101102026-01-22T11:50:03.700Z Fresh headers-core v0.3.0
101112026-01-22T11:50:03.700Z Fresh progenitor-client v0.8.0
101122026-01-22T11:50:03.700Z Fresh tokio-tungstenite v0.21.0
101132026-01-22T11:50:03.700Z Fresh slog-scope v4.4.0
101142026-01-22T11:50:03.700Z Fresh typify-macro v0.2.0
101152026-01-22T11:50:03.700Z Fresh headers v0.4.1
101162026-01-22T11:50:03.700Z Fresh heck v0.3.3
101172026-01-22T11:50:03.700Z Fresh subprocess v0.2.9
101182026-01-22T11:50:03.700Z Fresh slog-stdlog v4.1.1
101192026-01-22T11:50:03.700Z Fresh typify v0.2.0
101202026-01-22T11:50:03.700Z Fresh zone_cfg_derive v0.1.2
101212026-01-22T11:50:03.700Z Fresh lzma-sys v0.1.20
101222026-01-22T11:50:03.700Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101232026-01-22T11:50:03.700Z Fresh number_prefix v0.4.0
101242026-01-22T11:50:03.700Z Fresh base64 v0.13.1
101252026-01-22T11:50:03.700Z Fresh slog-envlogger v2.2.0
101262026-01-22T11:50:03.700Z Fresh progenitor-impl v0.8.0
101272026-01-22T11:50:03.700Z Fresh zone v0.1.8
101282026-01-22T11:50:03.700Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101292026-01-22T11:50:03.700Z Fresh ron v0.7.1
101302026-01-22T11:50:03.700Z Fresh indicatif v0.17.11
101312026-01-22T11:50:03.700Z Fresh xz2 v0.1.7
101322026-01-22T11:50:03.701Z Fresh yasna v0.5.2
101332026-01-22T11:50:03.701Z Fresh progenitor-macro v0.8.0
101342026-01-22T11:50:03.701Z Fresh rcgen v0.12.1
101352026-01-22T11:50:03.725Z Fresh dropshot-api-manager-types v0.2.4
101362026-01-22T11:50:03.725Z Fresh tagptr v0.2.0
101372026-01-22T11:50:03.725Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
101382026-01-22T11:50:03.725Z Fresh progenitor v0.8.0
101392026-01-22T11:50:03.726Z Fresh bitfield-struct v0.6.2
101402026-01-22T11:50:03.726Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101412026-01-22T11:50:03.726Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101422026-01-22T11:50:03.726Z Fresh moka v0.12.10
101432026-01-22T11:50:03.726Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101442026-01-22T11:50:03.726Z Fresh libefi-sys v0.1.0
101452026-01-22T11:50:03.726Z Fresh tap v1.0.1
101462026-01-22T11:50:03.726Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
101472026-01-22T11:50:03.726Z Fresh hickory-resolver v0.25.2
101482026-01-22T11:50:03.726Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101492026-01-22T11:50:03.726Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101502026-01-22T11:50:03.726Z Fresh wyz v0.5.1
101512026-01-22T11:50:03.726Z Fresh radium v0.7.0
101522026-01-22T11:50:03.726Z Fresh zerocopy-derive v0.6.6
101532026-01-22T11:50:03.726Z Fresh xshell-macros v0.2.7
101542026-01-22T11:50:03.726Z Fresh funty v2.0.0
101552026-01-22T11:50:03.726Z Fresh crc-catalog v2.4.0
101562026-01-22T11:50:03.726Z Fresh zerocopy v0.6.6
101572026-01-22T11:50:03.726Z Fresh bitvec v1.0.1
101582026-01-22T11:50:03.726Z Fresh xshell v0.2.7
101592026-01-22T11:50:03.726Z Fresh crc v3.2.1
101602026-01-22T11:50:03.726Z Fresh maybe-uninit v2.0.0
101612026-01-22T11:50:03.726Z Fresh packed_struct_codegen v0.10.1
101622026-01-22T11:50:03.726Z Fresh bitfield-macros v0.19.2
101632026-01-22T11:50:03.726Z Fresh nodrop v0.1.14
101642026-01-22T11:50:03.726Z Fresh packed_struct v0.10.1
101652026-01-22T11:50:03.726Z Fresh bitfield v0.19.2
101662026-01-22T11:50:03.726Z Fresh smallvec v0.6.14
101672026-01-22T11:50:03.726Z Fresh maplit v1.0.2
101682026-01-22T11:50:03.726Z Fresh array-init v0.0.4
101692026-01-22T11:50:03.726Z Fresh hashbrown v0.12.3
101702026-01-22T11:50:03.726Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
101712026-01-22T11:50:03.726Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
101722026-01-22T11:50:03.726Z Fresh ron v0.8.1
101732026-01-22T11:50:03.726Z Fresh hashbrown v0.13.2
101742026-01-22T11:50:03.726Z Fresh crc-any v2.5.0
101752026-01-22T11:50:03.726Z Fresh path-slash v0.1.5
101762026-01-22T11:50:03.726Z Fresh indexmap v1.9.3
101772026-01-22T11:50:03.726Z Fresh serde-hex v0.1.0
101782026-01-22T11:50:03.727Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
101792026-01-22T11:50:03.727Z Fresh dsl_auto_type v0.1.2
101802026-01-22T11:50:03.727Z Fresh scheduled-thread-pool v0.2.7
101812026-01-22T11:50:03.727Z Fresh diesel_table_macro_syntax v0.2.0
101822026-01-22T11:50:03.727Z Fresh proc-macro-error-attr2 v2.0.0
101832026-01-22T11:50:03.727Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
101842026-01-22T11:50:03.727Z Fresh object v0.30.4
101852026-01-22T11:50:03.727Z Fresh proc-macro-error2 v2.0.1
101862026-01-22T11:50:03.727Z Fresh r2d2 v0.8.10
101872026-01-22T11:50:03.727Z Fresh diesel_derives v2.2.3
101882026-01-22T11:50:03.727Z Fresh diff v0.1.13
101892026-01-22T11:50:03.727Z Fresh diesel v2.2.12
101902026-01-22T11:50:03.727Z Fresh dirs-sys-next v0.1.2
101912026-01-22T11:50:03.727Z Fresh unicase v2.8.1
101922026-01-22T11:50:03.727Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
101932026-01-22T11:50:03.727Z Fresh dirs-next v2.0.0
101942026-01-22T11:50:03.727Z Fresh num-derive v0.3.3
101952026-01-22T11:50:03.727Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
101962026-01-22T11:50:03.727Z Fresh vergen-gitcl v1.0.8
101972026-01-22T11:50:03.727Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
101982026-01-22T11:50:03.727Z Fresh crunchy v0.2.2
101992026-01-22T11:50:03.727Z Fresh libscf-sys v1.1.0
102002026-01-22T11:50:03.727Z Fresh term v0.7.0
102012026-01-22T11:50:03.727Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
102022026-01-22T11:50:03.727Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102032026-01-22T11:50:03.727Z Fresh bit-vec v0.6.3
102042026-01-22T11:50:03.727Z Fresh ascii-canvas v3.0.0
102052026-01-22T11:50:03.727Z Fresh tiny-keccak v2.0.2
102062026-01-22T11:50:03.727Z Fresh bit-set v0.5.3
102072026-01-22T11:50:03.727Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
102082026-01-22T11:50:03.727Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102092026-01-22T11:50:03.727Z Fresh tabled_derive v0.11.0
102102026-01-22T11:50:03.727Z Fresh papergrid v0.17.0
102112026-01-22T11:50:03.727Z Fresh testing_table v0.3.0
102122026-01-22T11:50:03.727Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102132026-01-22T11:50:03.727Z Fresh ena v0.14.3
102142026-01-22T11:50:03.727Z Fresh regex-syntax v0.6.29
102152026-01-22T11:50:03.727Z Fresh tabled v0.20.0
102162026-01-22T11:50:03.727Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102172026-01-22T11:50:03.728Z Fresh half v1.8.3
102182026-01-22T11:50:03.728Z Fresh lalrpop v0.19.12
102192026-01-22T11:50:03.728Z Fresh serde_cbor v0.11.2
102202026-01-22T11:50:03.728Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102212026-01-22T11:50:03.728Z Fresh crc8 v0.1.1
102222026-01-22T11:50:03.728Z Fresh bindgen v0.71.1
102232026-01-22T11:50:03.728Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102242026-01-22T11:50:03.728Z Fresh strum_macros v0.24.3
102252026-01-22T11:50:03.728Z Fresh indoc v1.0.9
102262026-01-22T11:50:03.728Z Fresh libxml v0.3.3
102272026-01-22T11:50:03.728Z Fresh impl-trait-for-tuples v0.2.2
102282026-01-22T11:50:03.728Z Fresh oso-derive v0.27.3
102292026-01-22T11:50:03.728Z Fresh polar-core v0.27.3
102302026-01-22T11:50:03.728Z Fresh quick-xml v0.37.2
102312026-01-22T11:50:03.728Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
102322026-01-22T11:50:03.728Z Fresh samael v0.0.19
102332026-01-22T11:50:03.728Z Fresh oso v0.27.3
102342026-01-22T11:50:03.728Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
102352026-01-22T11:50:03.753Z Fresh trait-variant v0.1.2
102362026-01-22T11:50:03.753Z Fresh fxhash v0.2.1
102372026-01-22T11:50:03.753Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
102382026-01-22T11:50:03.753Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
102392026-01-22T11:50:03.753Z Fresh primeorder v0.13.6
102402026-01-22T11:50:03.753Z Fresh bb8 v0.8.5
102412026-01-22T11:50:03.753Z Fresh async-bb8-diesel v0.2.1
102422026-01-22T11:50:03.753Z Fresh kstat-rs v0.2.4
102432026-01-22T11:50:03.753Z Fresh diesel-dtrace v0.4.2
102442026-01-22T11:50:03.753Z Fresh nonempty v0.12.0
102452026-01-22T11:50:03.753Z Fresh p384 v0.13.1
102462026-01-22T11:50:03.753Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
102472026-01-22T11:50:03.753Z Fresh salty v0.3.0
102482026-01-22T11:50:03.753Z Fresh predicates-tree v1.0.12
102492026-01-22T11:50:03.753Z Fresh ignore v0.4.23
102502026-01-22T11:50:03.753Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
102512026-01-22T11:50:03.753Z Fresh globwalk v0.9.1
102522026-01-22T11:50:03.753Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
102532026-01-22T11:50:03.753Z Fresh parking_lot_core v0.8.6
102542026-01-22T11:50:03.753Z Fresh fs-err v2.11.0
102552026-01-22T11:50:03.753Z Fresh prefix-trie v0.7.0
102562026-01-22T11:50:03.753Z Fresh nanorand v0.7.0
102572026-01-22T11:50:03.753Z Fresh parse-size v1.1.0
102582026-01-22T11:50:03.753Z Fresh parking_lot v0.11.2
102592026-01-22T11:50:03.753Z Fresh hickory-server v0.25.2
102602026-01-22T11:50:03.753Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102612026-01-22T11:50:03.753Z Fresh flume v0.11.1
102622026-01-22T11:50:03.753Z Fresh camino-tempfile-ext v0.3.2
102632026-01-22T11:50:03.753Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
102642026-01-22T11:50:03.753Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
102652026-01-22T11:50:03.753Z Fresh sled v0.34.7
102662026-01-22T11:50:03.753Z Fresh hickory-client v0.25.2
102672026-01-22T11:50:03.753Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
102682026-01-22T11:50:03.754Z Fresh void v1.0.2
102692026-01-22T11:50:03.754Z Fresh corncobs v0.1.4
102702026-01-22T11:50:03.754Z Fresh http-range v0.1.5
102712026-01-22T11:50:03.754Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
102722026-01-22T11:50:03.754Z Fresh lzss v0.8.2
102732026-01-22T11:50:03.754Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)
102742026-01-22T11:50:03.754Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
102752026-01-22T11:50:03.754Z Fresh tungstenite v0.23.0
102762026-01-22T11:50:03.754Z Fresh nix v0.27.1
102772026-01-22T11:50:03.754Z Fresh concurrent-queue v2.5.0
102782026-01-22T11:50:03.754Z Fresh secrecy v0.8.0
102792026-01-22T11:50:03.754Z Fresh serde_bytes v0.11.19
102802026-01-22T11:50:03.754Z Fresh atty v0.2.14
102812026-01-22T11:50:03.754Z Fresh parking v2.2.1
102822026-01-22T11:50:03.754Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
102832026-01-22T11:50:03.754Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
102842026-01-22T11:50:03.754Z Fresh tokio-tungstenite v0.23.1
102852026-01-22T11:50:03.754Z Fresh mime_guess v2.0.5
102862026-01-22T11:50:03.754Z Fresh signal-hook-tokio v0.3.1
102872026-01-22T11:50:03.754Z Fresh hyper-staticfile v0.10.1
102882026-01-22T11:50:03.754Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
102892026-01-22T11:50:03.754Z Fresh rand_seeder v0.4.0
102902026-01-22T11:50:03.754Z Fresh is_ci v1.2.0
102912026-01-22T11:50:03.754Z Fresh assert_matches v1.5.0
102922026-01-22T11:50:03.754Z Fresh event-listener v5.3.1
102932026-01-22T11:50:03.754Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
102942026-01-22T11:50:03.754Z Fresh tabled_derive v0.10.0
102952026-01-22T11:50:03.754Z Fresh papergrid v0.14.0
102962026-01-22T11:50:03.754Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
102972026-01-22T11:50:03.754Z Fresh tabled v0.18.0
102982026-01-22T11:50:03.754Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
102992026-01-22T11:50:03.754Z Fresh event-listener-strategy v0.5.2
103002026-01-22T11:50:03.754Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103012026-01-22T11:50:03.754Z Fresh yansi v1.0.1
103022026-01-22T11:50:03.754Z Fresh typeid v1.0.3
103032026-01-22T11:50:03.754Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103042026-01-22T11:50:03.754Z Fresh pretty_assertions v1.4.1
103052026-01-22T11:50:03.754Z Fresh futures-lite v2.3.0
103062026-01-22T11:50:03.754Z Fresh erased-serde v0.4.6
103072026-01-22T11:50:03.755Z Fresh ordered-float v2.10.1
103082026-01-22T11:50:03.755Z Fresh serde-value v0.7.0
103092026-01-22T11:50:03.755Z Fresh serde-untagged v0.1.7
103102026-01-22T11:50:03.755Z Fresh async-lock v3.4.0
103112026-01-22T11:50:03.755Z Fresh polling v3.7.3
103122026-01-22T11:50:03.755Z Fresh castaway v0.2.3
103132026-01-22T11:50:03.755Z Fresh indoc v2.0.6
103142026-01-22T11:50:03.755Z Fresh libz-sys v1.1.20
103152026-01-22T11:50:03.755Z Fresh async-io v2.3.4
103162026-01-22T11:50:03.755Z Fresh cargo-util-schemas v0.8.2
103172026-01-22T11:50:03.755Z Fresh compact_str v0.8.0
103182026-01-22T11:50:03.755Z Fresh console v0.16.0
103192026-01-22T11:50:03.755Z Fresh unicode-truncate v1.1.0
103202026-01-22T11:50:03.755Z Fresh lru v0.12.5
103212026-01-22T11:50:03.755Z Fresh cargo-platform v0.2.0
103222026-01-22T11:50:03.755Z Fresh instability v0.3.2
103232026-01-22T11:50:03.755Z Fresh unit-prefix v0.5.1
103242026-01-22T11:50:03.755Z Fresh cassowary v0.3.0
103252026-01-22T11:50:03.755Z Fresh async-task v4.7.1
103262026-01-22T11:50:03.755Z Fresh indicatif v0.18.0
103272026-01-22T11:50:03.755Z Fresh cargo_metadata v0.21.0
103282026-01-22T11:50:03.755Z Fresh libgit2-sys v0.18.2+1.9.1
103292026-01-22T11:50:03.755Z Fresh async-channel v2.3.1
103302026-01-22T11:50:03.755Z Fresh polyval v0.6.2
103312026-01-22T11:50:03.755Z Fresh ratatui v0.29.0
103322026-01-22T11:50:03.755Z Fresh piper v0.2.4
103332026-01-22T11:50:03.755Z Fresh plotters-backend v0.3.7
103342026-01-22T11:50:03.755Z Fresh git2 v0.20.2
103352026-01-22T11:50:03.780Z Fresh async-executor v1.13.1
103362026-01-22T11:50:03.780Z Fresh ghash v0.5.1
103372026-01-22T11:50:03.780Z Fresh async-signal v0.2.10
103382026-01-22T11:50:03.780Z Fresh plotters-svg v0.3.7
103392026-01-22T11:50:03.780Z Fresh blocking v1.6.1
103402026-01-22T11:50:03.780Z Fresh supports-color v2.1.0
103412026-01-22T11:50:03.780Z Fresh textwrap v0.15.2
103422026-01-22T11:50:03.780Z Fresh supports-unicode v2.1.0
103432026-01-22T11:50:03.780Z Fresh supports-hyperlinks v2.1.0
103442026-01-22T11:50:03.780Z Fresh hashbrown v0.14.5
103452026-01-22T11:50:03.780Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
103462026-01-22T11:50:03.780Z Fresh ctr v0.9.2
103472026-01-22T11:50:03.781Z Fresh backtrace-ext v0.2.1
103482026-01-22T11:50:03.781Z Fresh miette-derive v5.10.0
103492026-01-22T11:50:03.781Z Fresh terminal_size v0.1.17
103502026-01-22T11:50:03.781Z Fresh cast v0.3.0
103512026-01-22T11:50:03.781Z Fresh arrayvec v0.7.6
103522026-01-22T11:50:03.781Z Fresh arrayref v0.3.9
103532026-01-22T11:50:03.781Z Fresh constant_time_eq v0.3.1
103542026-01-22T11:50:03.781Z Fresh event-listener v2.5.3
103552026-01-22T11:50:03.781Z Fresh shell-words v1.1.0
103562026-01-22T11:50:03.781Z Fresh owo-colors v3.5.0
103572026-01-22T11:50:03.781Z Fresh async-channel v1.9.0
103582026-01-22T11:50:03.781Z Fresh criterion-plot v0.6.0
103592026-01-22T11:50:03.781Z Fresh aes-gcm v0.10.3
103602026-01-22T11:50:03.781Z Fresh chumsky v0.9.3
103612026-01-22T11:50:03.781Z Fresh miette v5.10.0
103622026-01-22T11:50:03.781Z Fresh vergen-git2 v1.0.7
103632026-01-22T11:50:03.781Z Fresh async-global-executor v2.4.1
103642026-01-22T11:50:03.781Z Fresh plotters v0.3.7
103652026-01-22T11:50:03.781Z Fresh async-process v2.3.0
103662026-01-22T11:50:03.781Z Fresh supports-color v3.0.2
103672026-01-22T11:50:03.781Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
103682026-01-22T11:50:03.781Z Fresh knuffel-derive v3.2.0
103692026-01-22T11:50:03.781Z Fresh sct v0.7.1
103702026-01-22T11:50:03.781Z Fresh rustls-webpki v0.101.7
103712026-01-22T11:50:03.781Z Fresh ssh-encoding v0.2.0
103722026-01-22T11:50:03.781Z Fresh blowfish v0.9.1
103732026-01-22T11:50:03.781Z Fresh async-attributes v1.1.2
103742026-01-22T11:50:03.781Z Fresh tinytemplate v1.2.1
103752026-01-22T11:50:03.781Z Fresh kv-log-macro v1.0.7
103762026-01-22T11:50:03.781Z Fresh rtoolbox v0.0.2
103772026-01-22T11:50:03.781Z Fresh oorandom v11.1.4
103782026-01-22T11:50:03.781Z Fresh anes v0.1.6
103792026-01-22T11:50:03.781Z Fresh hex-literal v0.4.1
103802026-01-22T11:50:03.781Z Fresh futures-timer v3.0.3
103812026-01-22T11:50:03.781Z Fresh criterion v0.7.0
103822026-01-22T11:50:03.781Z Fresh rpassword v7.4.0
103832026-01-22T11:50:03.781Z Fresh async-std v1.13.0
103842026-01-22T11:50:03.781Z Fresh bcrypt-pbkdf v0.10.0
103852026-01-22T11:50:03.782Z Fresh ssh-cipher v0.2.0
103862026-01-22T11:50:03.782Z Fresh rustls v0.21.12
103872026-01-22T11:50:03.782Z Fresh knuffel v3.2.0
103882026-01-22T11:50:03.782Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
103892026-01-22T11:50:03.782Z Fresh petname v2.0.2
103902026-01-22T11:50:03.782Z Fresh tui-tree-widget v0.23.1
103912026-01-22T11:50:03.782Z Fresh password-hash v0.4.2
103922026-01-22T11:50:03.782Z Fresh sapling-renderdag v0.1.0
103932026-01-22T11:50:03.782Z Fresh sync-ptr v0.1.4
103942026-01-22T11:50:03.782Z Fresh pbkdf2 v0.11.0
103952026-01-22T11:50:03.782Z Fresh tokio-rustls v0.24.1
103962026-01-22T11:50:03.782Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
103972026-01-22T11:50:03.782Z Fresh ssh-key v0.6.6
103982026-01-22T11:50:03.782Z Fresh async-object-pool v0.1.5
103992026-01-22T11:50:03.782Z Fresh target-lexicon v0.13.2
104002026-01-22T11:50:03.782Z Fresh p521 v0.13.3
104012026-01-22T11:50:03.782Z Fresh p256 v0.13.2
104022026-01-22T11:50:03.782Z Fresh rustls-pemfile v1.0.4
104032026-01-22T11:50:03.782Z Fresh twox-hash v2.1.0
104042026-01-22T11:50:03.782Z Fresh serde_regex v1.1.0
104052026-01-22T11:50:03.782Z Fresh assert-json-diff v2.0.2
104062026-01-22T11:50:03.782Z Fresh russh-cryptovec v0.7.3
104072026-01-22T11:50:03.782Z Fresh path-tree v0.8.1
104082026-01-22T11:50:03.782Z Fresh md5 v0.7.0
104092026-01-22T11:50:03.782Z Fresh stringmetrics v2.2.2
104102026-01-22T11:50:03.782Z Fresh russh-keys v0.45.0
104112026-01-22T11:50:03.782Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104122026-01-22T11:50:03.782Z Fresh httpmock v0.8.0-alpha.1
104132026-01-22T11:50:03.782Z Fresh cfg-expr v0.20.1
104142026-01-22T11:50:03.782Z Fresh guppy-workspace-hack v0.1.0
104152026-01-22T11:50:03.782Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
104162026-01-22T11:50:03.782Z Fresh blake3 v1.5.4
104172026-01-22T11:50:03.782Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
104182026-01-22T11:50:03.782Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104192026-01-22T11:50:03.782Z Fresh httptest v0.16.3
104202026-01-22T11:50:03.782Z Fresh proc-macro-crate v3.2.0
104212026-01-22T11:50:03.782Z Fresh fatfs v0.3.6
104222026-01-22T11:50:03.782Z Fresh num-bigint v0.4.6
104232026-01-22T11:50:03.782Z Fresh des v0.8.1
104242026-01-22T11:50:03.783Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
104252026-01-22T11:50:03.783Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104262026-01-22T11:50:03.783Z Fresh relative-path v1.9.3
104272026-01-22T11:50:03.783Z Fresh topological-sort v0.2.2
104282026-01-22T11:50:03.783Z Fresh escape8259 v0.5.3
104292026-01-22T11:50:03.783Z Fresh seq-macro v0.3.6
104302026-01-22T11:50:03.783Z Fresh russh v0.45.0
104312026-01-22T11:50:03.783Z Fresh rstest_macros v0.25.0
104322026-01-22T11:50:03.783Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104332026-01-22T11:50:03.783Z Fresh omicron-zone-package v0.12.2
104342026-01-22T11:50:03.783Z Fresh libtest-mimic v0.8.1
104352026-01-22T11:50:03.808Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
104362026-01-22T11:50:03.808Z Fresh target-spec v3.5.0
104372026-01-22T11:50:03.808Z Fresh doc-comment v0.3.3
104382026-01-22T11:50:03.808Z Fresh target-triple v0.1.3
104392026-01-22T11:50:03.808Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
104402026-01-22T11:50:03.808Z Fresh blake2b_simd v1.0.2
104412026-01-22T11:50:03.808Z Fresh fancy-regex v0.14.0
104422026-01-22T11:50:03.808Z Fresh pathdiff v0.2.3
104432026-01-22T11:50:03.808Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
104442026-01-22T11:50:03.808Z Fresh uzers v0.12.1
104452026-01-22T11:50:03.808Z Fresh nested v0.1.1
104462026-01-22T11:50:03.808Z Fresh termcolor v1.4.1
104472026-01-22T11:50:03.808Z Fresh internet-checksum v0.2.1
104482026-01-22T11:50:03.808Z Fresh assert_cmd v2.0.17
104492026-01-22T11:50:03.808Z Fresh datatest-stable v0.3.2
104502026-01-22T11:50:03.808Z Fresh trybuild v1.0.106
104512026-01-22T11:50:03.808Z Fresh guppy v0.17.20
104522026-01-22T11:50:03.808Z Fresh rust-argon2 v2.1.0
104532026-01-22T11:50:03.808Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=9122d6eb288dc88bfdbcd98cc93cb02cc8c89f96#9122d6eb)
104542026-01-22T11:50:03.808Z Fresh rstest v0.25.0
104552026-01-22T11:50:03.808Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
104562026-01-22T11:50:03.808Z Fresh partial-io v0.5.4
104572026-01-22T11:50:03.808Z Fresh similar-asserts v1.7.0
104582026-01-22T11:50:03.808Z Fresh rand_distr v0.5.1
104592026-01-22T11:50:03.808Z Fresh approx v0.5.1
104602026-01-22T11:50:03.808Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104612026-01-22T11:50:03.809Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104622026-01-22T11:50:03.809Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104632026-01-22T11:50:03.809Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104642026-01-22T11:50:03.809Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104652026-01-22T11:50:03.809Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104662026-01-22T11:50:03.809Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
104672026-01-22T11:50:03.809Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104682026-01-22T11:50:03.809Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
104692026-01-22T11:50:03.809Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
104702026-01-22T11:50:03.809Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104712026-01-22T11:50:03.809Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104722026-01-22T11:50:03.809Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104732026-01-22T11:50:03.809Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
104742026-01-22T11:50:03.809Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
104752026-01-22T11:50:03.809Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
104762026-01-22T11:50:03.809Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
104772026-01-22T11:50:03.809Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
104782026-01-22T11:50:03.809Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104792026-01-22T11:50:03.809Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
104802026-01-22T11:50:03.809Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
104812026-01-22T11:50:03.809Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
104822026-01-22T11:50:03.809Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
104832026-01-22T11:50:03.809Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
104842026-01-22T11:50:03.809Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
104852026-01-22T11:50:03.809Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
104862026-01-22T11:50:03.809Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
104872026-01-22T11:50:03.809Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
104882026-01-22T11:50:03.809Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
104892026-01-22T11:50:03.809Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
104902026-01-22T11:50:03.809Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
104912026-01-22T11:50:03.809Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
104922026-01-22T11:50:03.809Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
104932026-01-22T11:50:03.809Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
104942026-01-22T11:50:03.809Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
104952026-01-22T11:50:03.809Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
104962026-01-22T11:50:03.809Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
104972026-01-22T11:50:03.809Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
104982026-01-22T11:50:03.809Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
104992026-01-22T11:50:03.810Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
105002026-01-22T11:50:03.810Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
105012026-01-22T11:50:03.810Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105022026-01-22T11:50:03.810Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
105032026-01-22T11:50:03.810Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
105042026-01-22T11:50:03.810Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
105052026-01-22T11:50:03.810Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105062026-01-22T11:50:03.810Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
105072026-01-22T11:50:03.810Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
105082026-01-22T11:50:03.810Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
105092026-01-22T11:50:03.810Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
105102026-01-22T11:50:03.810Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
105112026-01-22T11:50:03.810Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
105122026-01-22T11:50:03.810Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105132026-01-22T11:50:03.810Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
105142026-01-22T11:50:03.810Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
105152026-01-22T11:50:03.810Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
105162026-01-22T11:50:03.810Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
105172026-01-22T11:50:03.810Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
105182026-01-22T11:50:03.810Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
105192026-01-22T11:50:03.810Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105202026-01-22T11:50:03.810Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
105212026-01-22T11:50:03.810Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
105222026-01-22T11:50:03.810Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
105232026-01-22T11:50:03.810Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
105242026-01-22T11:50:03.810Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
105252026-01-22T11:50:03.810Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
105262026-01-22T11:50:03.810Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
105272026-01-22T11:50:03.810Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105282026-01-22T11:50:03.810Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
105292026-01-22T11:50:03.810Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
105302026-01-22T11:50:03.810Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
105312026-01-22T11:50:03.810Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105322026-01-22T11:50:03.810Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105332026-01-22T11:50:03.810Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
105342026-01-22T11:50:03.810Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105352026-01-22T11:50:03.835Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
105362026-01-22T11:50:03.835Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
105372026-01-22T11:50:03.835Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105382026-01-22T11:50:03.835Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
105392026-01-22T11:50:03.835Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
105402026-01-22T11:50:03.835Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105412026-01-22T11:50:03.835Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105422026-01-22T11:50:03.835Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105432026-01-22T11:50:03.835Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105442026-01-22T11:50:03.835Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
105452026-01-22T11:50:03.835Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105462026-01-22T11:50:03.836Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105472026-01-22T11:50:03.836Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
105482026-01-22T11:50:03.836Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105492026-01-22T11:50:03.836Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105502026-01-22T11:50:03.836Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105512026-01-22T11:50:03.836Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105522026-01-22T11:50:03.836Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105532026-01-22T11:50:03.836Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105542026-01-22T11:50:03.836Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105552026-01-22T11:50:03.836Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105562026-01-22T11:50:03.836Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105572026-01-22T11:50:03.836Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105582026-01-22T11:50:03.836Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105592026-01-22T11:50:03.836Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105602026-01-22T11:50:03.836Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105612026-01-22T11:50:03.836Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105622026-01-22T11:50:03.836Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105632026-01-22T11:50:03.836Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105642026-01-22T11:50:03.836Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105652026-01-22T11:50:03.836Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105662026-01-22T11:50:03.836Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105672026-01-22T11:50:03.836Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
105682026-01-22T11:50:03.836Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105692026-01-22T11:50:03.836Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105702026-01-22T11:50:03.836Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
105712026-01-22T11:50:03.836Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
105722026-01-22T11:50:03.836Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105732026-01-22T11:50:03.836Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
105742026-01-22T11:50:03.836Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
105752026-01-22T11:50:03.836Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
105762026-01-22T11:50:03.836Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
105772026-01-22T11:50:03.836Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105782026-01-22T11:50:03.836Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
105792026-01-22T11:50:03.836Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105802026-01-22T11:50:03.836Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
105812026-01-22T11:50:03.836Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
105822026-01-22T11:50:03.836Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
105832026-01-22T11:50:03.836Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
105842026-01-22T11:50:03.837Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105852026-01-22T11:50:03.837Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
105862026-01-22T11:50:03.837Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
105872026-01-22T11:50:03.837Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
105882026-01-22T11:50:03.837Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
105892026-01-22T11:50:03.837Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
105902026-01-22T11:50:03.837Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
105912026-01-22T11:50:03.837Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
105922026-01-22T11:50:03.837Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
105932026-01-22T11:50:03.837Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
105942026-01-22T11:50:03.837Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
105952026-01-22T11:50:03.837Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
105962026-01-22T11:50:03.837Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
105972026-01-22T11:50:03.837Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
105982026-01-22T11:50:03.837Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
105992026-01-22T11:50:03.837Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
106002026-01-22T11:50:03.837Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
106012026-01-22T11:50:03.837Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
106022026-01-22T11:50:03.837Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
106032026-01-22T11:50:03.837Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
106042026-01-22T11:50:03.837Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
106052026-01-22T11:50:03.837Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
106062026-01-22T11:50:03.837Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
106072026-01-22T11:50:03.837Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
106082026-01-22T11:50:03.837Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.54s
106092026-01-22T11:50:03.862Z Doc-tests api_identity
106102026-01-22T11:50:03.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106112026-01-22T11:50:04.018Z
106122026-01-22T11:50:04.018Zrunning 0 tests
106132026-01-22T11:50:04.018Z
106142026-01-22T11:50:04.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106152026-01-22T11:50:04.043Z
106162026-01-22T11:50:04.043Z Doc-tests authz_macros
106172026-01-22T11:50:04.043Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106182026-01-22T11:50:04.924Z
106192026-01-22T11:50:04.924Zrunning 7 tests
106202026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
106212026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
106222026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
106232026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
106242026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
106252026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
106262026-01-22T11:50:04.924Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
106272026-01-22T11:50:04.924Z
106282026-01-22T11:50:04.924Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
106292026-01-22T11:50:04.924Z
106302026-01-22T11:50:04.949Z Doc-tests bootstore
106312026-01-22T11:50:04.949Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ebbfd024017a9ea8.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
106322026-01-22T11:50:05.725Z
106332026-01-22T11:50:05.725Zrunning 0 tests
106342026-01-22T11:50:05.725Z
106352026-01-22T11:50:05.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106362026-01-22T11:50:05.725Z
106372026-01-22T11:50:05.779Z Doc-tests bootstrap_agent_api
106382026-01-22T11:50:05.803Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106392026-01-22T11:50:06.811Z
106402026-01-22T11:50:06.811Zrunning 2 tests
106412026-01-22T11:50:06.811Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
106422026-01-22T11:50:06.811Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
106432026-01-22T11:50:06.811Z
106442026-01-22T11:50:06.811Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106452026-01-22T11:50:06.811Z
106462026-01-22T11:50:06.862Z Doc-tests bootstrap_agent_client
106472026-01-22T11:50:06.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106482026-01-22T11:50:07.763Z
106492026-01-22T11:50:07.763Zrunning 0 tests
106502026-01-22T11:50:07.763Z
106512026-01-22T11:50:07.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106522026-01-22T11:50:07.763Z
106532026-01-22T11:50:07.817Z Doc-tests clickana
106542026-01-22T11:50:07.841Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-37ebed74f64233d6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106552026-01-22T11:50:08.252Z
106562026-01-22T11:50:08.252Zrunning 0 tests
106572026-01-22T11:50:08.252Z
106582026-01-22T11:50:08.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106592026-01-22T11:50:08.252Z
106602026-01-22T11:50:08.296Z Doc-tests clickhouse_admin_api
106612026-01-22T11:50:08.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106622026-01-22T11:50:09.255Z
106632026-01-22T11:50:09.255Zrunning 6 tests
106642026-01-22T11:50:09.255Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
106652026-01-22T11:50:09.255Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
106662026-01-22T11:50:09.255Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
106672026-01-22T11:50:09.255Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
106682026-01-22T11:50:09.255Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
106692026-01-22T11:50:09.255Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
106702026-01-22T11:50:09.255Z
106712026-01-22T11:50:09.255Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
106722026-01-22T11:50:09.255Z
106732026-01-22T11:50:09.301Z Doc-tests clickhouse_admin_keeper_client
106742026-01-22T11:50:09.301Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106752026-01-22T11:50:09.991Z
106762026-01-22T11:50:09.991Zrunning 0 tests
106772026-01-22T11:50:09.991Z
106782026-01-22T11:50:09.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106792026-01-22T11:50:09.991Z
106802026-01-22T11:50:10.038Z Doc-tests clickhouse_admin_server_client
106812026-01-22T11:50:10.038Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106822026-01-22T11:50:10.668Z
106832026-01-22T11:50:10.668Zrunning 0 tests
106842026-01-22T11:50:10.668Z
106852026-01-22T11:50:10.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106862026-01-22T11:50:10.668Z
106872026-01-22T11:50:10.720Z Doc-tests clickhouse_admin_single_client
106882026-01-22T11:50:10.745Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106892026-01-22T11:50:10.997Z
106902026-01-22T11:50:10.997Zrunning 0 tests
106912026-01-22T11:50:10.997Z
106922026-01-22T11:50:11.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106932026-01-22T11:50:11.021Z
106942026-01-22T11:50:11.045Z Doc-tests clickhouse_admin_test_utils
106952026-01-22T11:50:11.045Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106962026-01-22T11:50:11.339Z
106972026-01-22T11:50:11.339Zrunning 0 tests
106982026-01-22T11:50:11.339Z
106992026-01-22T11:50:11.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107002026-01-22T11:50:11.364Z
107012026-01-22T11:50:11.387Z Doc-tests clickhouse_admin_types
107022026-01-22T11:50:11.387Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107032026-01-22T11:50:11.678Z
107042026-01-22T11:50:11.678Zrunning 0 tests
107052026-01-22T11:50:11.678Z
107062026-01-22T11:50:11.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107072026-01-22T11:50:11.678Z
107082026-01-22T11:50:11.715Z Doc-tests clickhouse_admin_types_versions
107092026-01-22T11:50:11.740Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-f5662b32413d6c2b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107102026-01-22T11:50:12.959Z
107112026-01-22T11:50:12.959Zrunning 1 test
107122026-01-22T11:50:12.959Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
107132026-01-22T11:50:12.959Z
107142026-01-22T11:50:12.959Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107152026-01-22T11:50:12.959Z
107162026-01-22T11:50:13.015Z Doc-tests cockroach_admin_api
107172026-01-22T11:50:13.038Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107182026-01-22T11:50:13.864Z
107192026-01-22T11:50:13.864Zrunning 2 tests
107202026-01-22T11:50:13.864Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
107212026-01-22T11:50:13.864Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107222026-01-22T11:50:13.864Z
107232026-01-22T11:50:13.864Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107242026-01-22T11:50:13.864Z
107252026-01-22T11:50:13.904Z Doc-tests cockroach_admin_client
107262026-01-22T11:50:13.904Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107272026-01-22T11:50:14.263Z
107282026-01-22T11:50:14.263Zrunning 0 tests
107292026-01-22T11:50:14.263Z
107302026-01-22T11:50:14.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107312026-01-22T11:50:14.263Z
107322026-01-22T11:50:14.299Z Doc-tests cockroach_admin_types
107332026-01-22T11:50:14.323Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107342026-01-22T11:50:14.457Z
107352026-01-22T11:50:14.457Zrunning 0 tests
107362026-01-22T11:50:14.457Z
107372026-01-22T11:50:14.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107382026-01-22T11:50:14.481Z
107392026-01-22T11:50:14.481Z Doc-tests cockroach_admin_types_versions
107402026-01-22T11:50:14.481Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107412026-01-22T11:50:15.321Z
107422026-01-22T11:50:15.321Zrunning 1 test
107432026-01-22T11:50:15.321Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107442026-01-22T11:50:15.321Z
107452026-01-22T11:50:15.321Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107462026-01-22T11:50:15.321Z
107472026-01-22T11:50:15.357Z Doc-tests db_macros
107482026-01-22T11:50:15.357Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-a63eaf9643a0dfb8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9607ef7a21e960d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107492026-01-22T11:50:16.246Z
107502026-01-22T11:50:16.246Zrunning 3 tests
107512026-01-22T11:50:16.246Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
107522026-01-22T11:50:16.246Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
107532026-01-22T11:50:16.246Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
107542026-01-22T11:50:16.246Z
107552026-01-22T11:50:16.246Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107562026-01-22T11:50:16.246Z
107572026-01-22T11:50:16.280Z Doc-tests dev_tools_common
107582026-01-22T11:50:16.304Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107592026-01-22T11:50:16.359Z
107602026-01-22T11:50:16.359Zrunning 0 tests
107612026-01-22T11:50:16.360Z
107622026-01-22T11:50:16.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107632026-01-22T11:50:16.384Z
107642026-01-22T11:50:16.384Z Doc-tests dns_server
107652026-01-22T11:50:16.384Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a37f99e70d435b7e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-2b46b0b3fb145ccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107662026-01-22T11:50:16.804Z
107672026-01-22T11:50:16.804Zrunning 0 tests
107682026-01-22T11:50:16.804Z
107692026-01-22T11:50:16.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107702026-01-22T11:50:16.804Z
107712026-01-22T11:50:16.848Z Doc-tests dns_server_api
107722026-01-22T11:50:16.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107732026-01-22T11:50:17.759Z
107742026-01-22T11:50:17.759Zrunning 2 tests
107752026-01-22T11:50:17.759Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
107762026-01-22T11:50:17.760Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
107772026-01-22T11:50:17.760Z
107782026-01-22T11:50:17.760Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107792026-01-22T11:50:17.760Z
107802026-01-22T11:50:17.806Z Doc-tests dns_service_client
107812026-01-22T11:50:17.830Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107822026-01-22T11:50:18.191Z
107832026-01-22T11:50:18.191Zrunning 0 tests
107842026-01-22T11:50:18.191Z
107852026-01-22T11:50:18.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107862026-01-22T11:50:18.191Z
107872026-01-22T11:50:18.234Z Doc-tests end_to_end_tests
107882026-01-22T11:50:18.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-532ef1148440acda.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-db4789fced082428.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.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-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-8e89da527197cc56.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f7c25d932de0a635.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-7ac529326f919638.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107892026-01-22T11:50:18.870Z
107902026-01-22T11:50:18.870Zrunning 0 tests
107912026-01-22T11:50:18.870Z
107922026-01-22T11:50:18.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107932026-01-22T11:50:18.870Z
107942026-01-22T11:50:18.923Z Doc-tests ereport_types
107952026-01-22T11:50:18.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107962026-01-22T11:50:19.185Z
107972026-01-22T11:50:19.185Zrunning 0 tests
107982026-01-22T11:50:19.185Z
107992026-01-22T11:50:19.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108002026-01-22T11:50:19.185Z
108012026-01-22T11:50:19.214Z Doc-tests gateway_api
108022026-01-22T11:50:19.238Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108032026-01-22T11:50:20.126Z
108042026-01-22T11:50:20.126Zrunning 2 tests
108052026-01-22T11:50:20.126Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
108062026-01-22T11:50:20.126Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
108072026-01-22T11:50:20.126Z
108082026-01-22T11:50:20.126Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108092026-01-22T11:50:20.126Z
108102026-01-22T11:50:20.165Z Doc-tests gateway_client
108112026-01-22T11:50:20.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108122026-01-22T11:50:21.361Z
108132026-01-22T11:50:21.361Zrunning 0 tests
108142026-01-22T11:50:21.361Z
108152026-01-22T11:50:21.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108162026-01-22T11:50:21.361Z
108172026-01-22T11:50:21.420Z Doc-tests gateway_test_utils
108182026-01-22T11:50:21.420Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108192026-01-22T11:50:22.074Z
108202026-01-22T11:50:22.074Zrunning 0 tests
108212026-01-22T11:50:22.074Z
108222026-01-22T11:50:22.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108232026-01-22T11:50:22.074Z
108242026-01-22T11:50:22.135Z Doc-tests gateway_types
108252026-01-22T11:50:22.135Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108262026-01-22T11:50:22.364Z
108272026-01-22T11:50:22.364Zrunning 0 tests
108282026-01-22T11:50:22.364Z
108292026-01-22T11:50:22.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108302026-01-22T11:50:22.388Z
108312026-01-22T11:50:22.412Z Doc-tests gateway_types_versions
108322026-01-22T11:50:22.412Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108332026-01-22T11:50:23.770Z
108342026-01-22T11:50:23.770Zrunning 1 test
108352026-01-22T11:50:23.770Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108362026-01-22T11:50:23.770Z
108372026-01-22T11:50:23.770Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108382026-01-22T11:50:23.770Z
108392026-01-22T11:50:23.822Z Doc-tests gfss
108402026-01-22T11:50:23.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
108412026-01-22T11:50:24.008Z
108422026-01-22T11:50:24.008Zrunning 0 tests
108432026-01-22T11:50:24.008Z
108442026-01-22T11:50:24.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108452026-01-22T11:50:24.008Z
108462026-01-22T11:50:24.032Z Doc-tests illumos_utils
108472026-01-22T11:50:24.032Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-b9bca60a8154af48.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7c76e15ff3d24c13.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-c61241bf6747118d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-391b7d31232e2294.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.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-d7c997eef480a5db.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
108482026-01-22T11:50:24.775Z
108492026-01-22T11:50:24.775Zrunning 0 tests
108502026-01-22T11:50:24.775Z
108512026-01-22T11:50:24.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108522026-01-22T11:50:24.775Z
108532026-01-22T11:50:24.850Z Doc-tests installinator
108542026-01-22T11:50:24.850Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.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-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8d2a6cdd12e99e25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
108552026-01-22T11:50:25.520Z
108562026-01-22T11:50:25.520Zrunning 0 tests
108572026-01-22T11:50:25.520Z
108582026-01-22T11:50:25.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108592026-01-22T11:50:25.520Z
108602026-01-22T11:50:25.581Z Doc-tests installinator_api
108612026-01-22T11:50:25.605Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108622026-01-22T11:50:26.450Z
108632026-01-22T11:50:26.450Zrunning 2 tests
108642026-01-22T11:50:26.450Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
108652026-01-22T11:50:26.450Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
108662026-01-22T11:50:26.450Z
108672026-01-22T11:50:26.450Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108682026-01-22T11:50:26.450Z
108692026-01-22T11:50:26.492Z Doc-tests installinator_client
108702026-01-22T11:50:26.516Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108712026-01-22T11:50:27.010Z
108722026-01-22T11:50:27.010Zrunning 0 tests
108732026-01-22T11:50:27.010Z
108742026-01-22T11:50:27.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108752026-01-22T11:50:27.010Z
108762026-01-22T11:50:27.044Z Doc-tests installinator_common
108772026-01-22T11:50:27.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108782026-01-22T11:50:27.507Z
108792026-01-22T11:50:27.507Zrunning 0 tests
108802026-01-22T11:50:27.507Z
108812026-01-22T11:50:27.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108822026-01-22T11:50:27.507Z
108832026-01-22T11:50:27.561Z Doc-tests installinator_common_versions
108842026-01-22T11:50:27.561Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-dd715af56e5690a5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108852026-01-22T11:50:28.324Z
108862026-01-22T11:50:28.324Zrunning 1 test
108872026-01-22T11:50:28.324Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
108882026-01-22T11:50:28.324Z
108892026-01-22T11:50:28.324Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108902026-01-22T11:50:28.324Z
108912026-01-22T11:50:28.356Z Doc-tests internal_dns_resolver
108922026-01-22T11:50:28.380Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0c1416769853f26f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-222a78cdaa281fbd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108932026-01-22T11:50:28.747Z
108942026-01-22T11:50:28.747Zrunning 0 tests
108952026-01-22T11:50:28.747Z
108962026-01-22T11:50:28.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108972026-01-22T11:50:28.747Z
108982026-01-22T11:50:28.790Z Doc-tests internal_dns_types
108992026-01-22T11:50:28.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109002026-01-22T11:50:29.133Z
109012026-01-22T11:50:29.133Zrunning 0 tests
109022026-01-22T11:50:29.133Z
109032026-01-22T11:50:29.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109042026-01-22T11:50:29.133Z
109052026-01-22T11:50:29.173Z Doc-tests internal_dns_types_versions
109062026-01-22T11:50:29.197Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-51b16e267074e187.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109072026-01-22T11:50:30.186Z
109082026-01-22T11:50:30.186Zrunning 1 test
109092026-01-22T11:50:30.186Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
109102026-01-22T11:50:30.186Z
109112026-01-22T11:50:30.186Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109122026-01-22T11:50:30.186Z
109132026-01-22T11:50:30.261Z Doc-tests ipcc
109142026-01-22T11:50:30.261Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bdd14a95895bd373.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109152026-01-22T11:50:30.420Z
109162026-01-22T11:50:30.420Zrunning 0 tests
109172026-01-22T11:50:30.420Z
109182026-01-22T11:50:30.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109192026-01-22T11:50:30.420Z
109202026-01-22T11:50:30.445Z Doc-tests key_manager
109212026-01-22T11:50:30.445Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109222026-01-22T11:50:30.776Z
109232026-01-22T11:50:30.776Zrunning 0 tests
109242026-01-22T11:50:30.776Z
109252026-01-22T11:50:30.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109262026-01-22T11:50:30.776Z
109272026-01-22T11:50:30.817Z Doc-tests live_tests_macros
109282026-01-22T11:50:30.841Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c830a57d2f6cd65c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109292026-01-22T11:50:31.503Z
109302026-01-22T11:50:31.503Zrunning 1 test
109312026-01-22T11:50:31.503Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109322026-01-22T11:50:31.503Z
109332026-01-22T11:50:31.503Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109342026-01-22T11:50:31.503Z
109352026-01-22T11:50:31.549Z Doc-tests nexus_auth
109362026-01-22T11:50:31.549Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1e625a22b378e3b4.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-7d189bf503988c63.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109372026-01-22T11:50:32.734Z
109382026-01-22T11:50:32.734Zrunning 0 tests
109392026-01-22T11:50:32.735Z
109402026-01-22T11:50:32.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109412026-01-22T11:50:32.735Z
109422026-01-22T11:50:32.811Z Doc-tests nexus_background_task_interface
109432026-01-22T11:50:32.811Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109442026-01-22T11:50:32.925Z
109452026-01-22T11:50:32.925Zrunning 0 tests
109462026-01-22T11:50:32.925Z
109472026-01-22T11:50:32.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109482026-01-22T11:50:32.925Z
109492026-01-22T11:50:32.949Z Doc-tests nexus_client
109502026-01-22T11:50:32.950Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109512026-01-22T11:50:33.980Z
109522026-01-22T11:50:33.980Zrunning 0 tests
109532026-01-22T11:50:33.980Z
109542026-01-22T11:50:33.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109552026-01-22T11:50:33.980Z
109562026-01-22T11:50:34.051Z Doc-tests nexus_config
109572026-01-22T11:50:34.051Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109582026-01-22T11:50:34.931Z
109592026-01-22T11:50:34.931Zrunning 0 tests
109602026-01-22T11:50:34.931Z
109612026-01-22T11:50:34.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109622026-01-22T11:50:34.932Z
109632026-01-22T11:50:34.995Z Doc-tests nexus_db_errors
109642026-01-22T11:50:34.995Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109652026-01-22T11:50:35.512Z
109662026-01-22T11:50:35.512Zrunning 0 tests
109672026-01-22T11:50:35.512Z
109682026-01-22T11:50:35.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109692026-01-22T11:50:35.512Z
109702026-01-22T11:50:35.572Z Doc-tests nexus_db_fixed_data
109712026-01-22T11:50:35.572Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109722026-01-22T11:50:36.124Z
109732026-01-22T11:50:36.124Zrunning 0 tests
109742026-01-22T11:50:36.124Z
109752026-01-22T11:50:36.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109762026-01-22T11:50:36.125Z
109772026-01-22T11:50:36.177Z Doc-tests nexus_db_lookup
109782026-01-22T11:50:36.201Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109792026-01-22T11:50:37.112Z
109802026-01-22T11:50:37.113Zrunning 0 tests
109812026-01-22T11:50:37.113Z
109822026-01-22T11:50:37.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109832026-01-22T11:50:37.113Z
109842026-01-22T11:50:37.178Z Doc-tests nexus_db_model
109852026-01-22T11:50:37.224Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-f09fde15997432d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109862026-01-22T11:50:59.530Z
109872026-01-22T11:50:59.530Zrunning 2 tests
109882026-01-22T11:50:59.554Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
109892026-01-22T11:50:59.554Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
109902026-01-22T11:50:59.554Z
109912026-01-22T11:50:59.554Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
109922026-01-22T11:50:59.554Z
109932026-01-22T11:50:59.772Z Doc-tests nexus_db_queries
109942026-01-22T11:50:59.818Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-523509f96b1fc818.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-d6e48d05ebd3ea85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-6f5fa3a494d6e2c2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-ab39f34b6d91a306.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-c50d1c5d97097ace.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-bffbde57c905a831.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-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
109952026-01-22T11:51:09.361Z
109962026-01-22T11:51:09.361Zrunning 2 tests
109972026-01-22T11:51:09.385Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 433) ... ignored
109982026-01-22T11:51:09.386Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
109992026-01-22T11:51:09.386Z
110002026-01-22T11:51:09.386Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
110012026-01-22T11:51:09.386Z
110022026-01-22T11:51:09.555Z Doc-tests nexus_db_schema
110032026-01-22T11:51:09.555Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110042026-01-22T11:51:18.657Z
110052026-01-22T11:51:18.657Zrunning 0 tests
110062026-01-22T11:51:18.657Z
110072026-01-22T11:51:18.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110082026-01-22T11:51:18.657Z
110092026-01-22T11:51:18.960Z Doc-tests nexus_defaults
110102026-01-22T11:51:18.960Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110112026-01-22T11:51:19.264Z
110122026-01-22T11:51:19.264Zrunning 0 tests
110132026-01-22T11:51:19.264Z
110142026-01-22T11:51:19.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110152026-01-22T11:51:19.264Z
110162026-01-22T11:51:19.302Z Doc-tests nexus_external_api
110172026-01-22T11:51:19.302Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110182026-01-22T11:51:21.275Z
110192026-01-22T11:51:21.275Zrunning 2 tests
110202026-01-22T11:51:21.275Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 161) ... ignored
110212026-01-22T11:51:21.275Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 167) ... ignored
110222026-01-22T11:51:21.275Z
110232026-01-22T11:51:21.275Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110242026-01-22T11:51:21.275Z
110252026-01-22T11:51:21.354Z Doc-tests nexus_internal_api
110262026-01-22T11:51:21.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110272026-01-22T11:51:22.495Z
110282026-01-22T11:51:22.495Zrunning 2 tests
110292026-01-22T11:51:22.495Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
110302026-01-22T11:51:22.495Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
110312026-01-22T11:51:22.495Z
110322026-01-22T11:51:22.495Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110332026-01-22T11:51:22.495Z
110342026-01-22T11:51:22.556Z Doc-tests nexus_inventory
110352026-01-22T11:51:22.602Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-1514b71b45dd6788.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110362026-01-22T11:51:23.080Z
110372026-01-22T11:51:23.080Zrunning 0 tests
110382026-01-22T11:51:23.080Z
110392026-01-22T11:51:23.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110402026-01-22T11:51:23.080Z
110412026-01-22T11:51:23.128Z Doc-tests nexus_lockstep_api
110422026-01-22T11:51:23.128Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110432026-01-22T11:51:24.274Z
110442026-01-22T11:51:24.274Zrunning 2 tests
110452026-01-22T11:51:24.274Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 68) ... ignored
110462026-01-22T11:51:24.274Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 74) ... ignored
110472026-01-22T11:51:24.274Z
110482026-01-22T11:51:24.274Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110492026-01-22T11:51:24.274Z
110502026-01-22T11:51:24.337Z Doc-tests nexus_lockstep_client
110512026-01-22T11:51:24.337Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110522026-01-22T11:51:27.625Z
110532026-01-22T11:51:27.625Zrunning 0 tests
110542026-01-22T11:51:27.625Z
110552026-01-22T11:51:27.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110562026-01-22T11:51:27.625Z
110572026-01-22T11:51:27.730Z Doc-tests nexus_macros_common
110582026-01-22T11:51:27.730Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-b507f62ddeb08440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-d276db4d2647f55b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110592026-01-22T11:51:27.820Z
110602026-01-22T11:51:27.820Zrunning 0 tests
110612026-01-22T11:51:27.820Z
110622026-01-22T11:51:27.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110632026-01-22T11:51:27.820Z
110642026-01-22T11:51:27.844Z Doc-tests nexus_metrics_producer_gc
110652026-01-22T11:51:27.844Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110662026-01-22T11:51:28.450Z
110672026-01-22T11:51:28.451Zrunning 0 tests
110682026-01-22T11:51:28.451Z
110692026-01-22T11:51:28.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110702026-01-22T11:51:28.451Z
110712026-01-22T11:51:28.515Z Doc-tests nexus_mgs_updates
110722026-01-22T11:51:28.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110732026-01-22T11:51:29.102Z
110742026-01-22T11:51:29.103Zrunning 0 tests
110752026-01-22T11:51:29.103Z
110762026-01-22T11:51:29.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110772026-01-22T11:51:29.103Z
110782026-01-22T11:51:29.160Z Doc-tests nexus_networking
110792026-01-22T11:51:29.160Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110802026-01-22T11:51:29.778Z
110812026-01-22T11:51:29.778Zrunning 0 tests
110822026-01-22T11:51:29.778Z
110832026-01-22T11:51:29.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110842026-01-22T11:51:29.778Z
110852026-01-22T11:51:29.843Z Doc-tests nexus_reconfigurator_blippy
110862026-01-22T11:51:29.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110872026-01-22T11:51:30.311Z
110882026-01-22T11:51:30.311Zrunning 0 tests
110892026-01-22T11:51:30.311Z
110902026-01-22T11:51:30.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-01-22T11:51:30.311Z
110922026-01-22T11:51:30.360Z Doc-tests nexus_reconfigurator_execution
110932026-01-22T11:51:30.384Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
110942026-01-22T11:51:31.031Z
110952026-01-22T11:51:31.031Zrunning 0 tests
110962026-01-22T11:51:31.031Z
110972026-01-22T11:51:31.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110982026-01-22T11:51:31.032Z
110992026-01-22T11:51:31.092Z Doc-tests nexus_reconfigurator_planning
111002026-01-22T11:51:31.138Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-3c119199dc7c6e09.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.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-4c10408988cdfaa9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.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-f09fde15997432d7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f03c28663618c917.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111012026-01-22T11:51:31.905Z
111022026-01-22T11:51:31.905Zrunning 0 tests
111032026-01-22T11:51:31.905Z
111042026-01-22T11:51:31.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111052026-01-22T11:51:31.905Z
111062026-01-22T11:51:31.972Z Doc-tests nexus_reconfigurator_preparation
111072026-01-22T11:51:31.997Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111082026-01-22T11:51:32.574Z
111092026-01-22T11:51:32.574Zrunning 0 tests
111102026-01-22T11:51:32.574Z
111112026-01-22T11:51:32.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111122026-01-22T11:51:32.574Z
111132026-01-22T11:51:32.638Z Doc-tests nexus_reconfigurator_rendezvous
111142026-01-22T11:51:32.662Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111152026-01-22T11:51:33.246Z
111162026-01-22T11:51:33.246Zrunning 0 tests
111172026-01-22T11:51:33.246Z
111182026-01-22T11:51:33.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111192026-01-22T11:51:33.246Z
111202026-01-22T11:51:33.309Z Doc-tests nexus_reconfigurator_simulation
111212026-01-22T11:51:33.310Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-31d472ad98b6f064.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-758675e7193a1b17.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111222026-01-22T11:51:33.916Z
111232026-01-22T11:51:33.916Zrunning 0 tests
111242026-01-22T11:51:33.916Z
111252026-01-22T11:51:33.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111262026-01-22T11:51:33.916Z
111272026-01-22T11:51:33.980Z Doc-tests nexus_saga_recovery
111282026-01-22T11:51:34.004Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111292026-01-22T11:51:34.492Z
111302026-01-22T11:51:34.492Zrunning 0 tests
111312026-01-22T11:51:34.492Z
111322026-01-22T11:51:34.492Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111332026-01-22T11:51:34.492Z
111342026-01-22T11:51:34.547Z Doc-tests nexus_test_interface
111352026-01-22T11:51:34.547Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111362026-01-22T11:51:35.147Z
111372026-01-22T11:51:35.147Zrunning 0 tests
111382026-01-22T11:51:35.147Z
111392026-01-22T11:51:35.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111402026-01-22T11:51:35.147Z
111412026-01-22T11:51:35.218Z Doc-tests nexus_test_utils
111422026-01-22T11:51:35.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111432026-01-22T11:51:36.222Z
111442026-01-22T11:51:36.222Zrunning 0 tests
111452026-01-22T11:51:36.222Z
111462026-01-22T11:51:36.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111472026-01-22T11:51:36.222Z
111482026-01-22T11:51:36.298Z Doc-tests nexus_test_utils_macros
111492026-01-22T11:51:36.298Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111502026-01-22T11:51:36.390Z
111512026-01-22T11:51:36.390Zrunning 1 test
111522026-01-22T11:51:36.435Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
111532026-01-22T11:51:36.435Z
111542026-01-22T11:51:36.435Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111552026-01-22T11:51:36.435Z
111562026-01-22T11:51:36.435Z Doc-tests nexus_types
111572026-01-22T11:51:36.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-60fa691f2e3d2012.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-c35cac3726db9610.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.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-5c3c3720ee2d4d66.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111582026-01-22T11:51:42.603Z
111592026-01-22T11:51:42.603Zrunning 3 tests
111602026-01-22T11:51:42.603Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2666) ... ignored
111612026-01-22T11:51:42.603Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2538) ... ignored
111622026-01-22T11:51:42.603Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1647) ... ignored
111632026-01-22T11:51:42.603Z
111642026-01-22T11:51:42.603Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
111652026-01-22T11:51:42.603Z
111662026-01-22T11:51:42.800Z Doc-tests ntp_admin_api
111672026-01-22T11:51:42.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111682026-01-22T11:51:43.595Z
111692026-01-22T11:51:43.595Zrunning 2 tests
111702026-01-22T11:51:43.595Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
111712026-01-22T11:51:43.595Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
111722026-01-22T11:51:43.595Z
111732026-01-22T11:51:43.595Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111742026-01-22T11:51:43.595Z
111752026-01-22T11:51:43.629Z Doc-tests ntp_admin_client
111762026-01-22T11:51:43.629Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111772026-01-22T11:51:43.888Z
111782026-01-22T11:51:43.888Zrunning 0 tests
111792026-01-22T11:51:43.888Z
111802026-01-22T11:51:43.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111812026-01-22T11:51:43.888Z
111822026-01-22T11:51:43.921Z Doc-tests ntp_admin_types
111832026-01-22T11:51:43.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111842026-01-22T11:51:44.032Z
111852026-01-22T11:51:44.032Zrunning 0 tests
111862026-01-22T11:51:44.032Z
111872026-01-22T11:51:44.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111882026-01-22T11:51:44.032Z
111892026-01-22T11:51:44.056Z Doc-tests ntp_admin_types_versions
111902026-01-22T11:51:44.056Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-56f0cb7abf55d5ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111912026-01-22T11:51:44.796Z
111922026-01-22T11:51:44.796Zrunning 1 test
111932026-01-22T11:51:44.796Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
111942026-01-22T11:51:44.796Z
111952026-01-22T11:51:44.796Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962026-01-22T11:51:44.796Z
111972026-01-22T11:51:44.824Z Doc-tests omicron_certificates
111982026-01-22T11:51:44.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111992026-01-22T11:51:45.153Z
112002026-01-22T11:51:45.153Zrunning 0 tests
112012026-01-22T11:51:45.153Z
112022026-01-22T11:51:45.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112032026-01-22T11:51:45.153Z
112042026-01-22T11:51:45.194Z Doc-tests omicron_clickhouse_admin
112052026-01-22T11:51:45.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-442f79c770a52322.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-871688dac901a828.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-ead4d7753d52a082.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112062026-01-22T11:51:45.749Z
112072026-01-22T11:51:45.750Zrunning 0 tests
112082026-01-22T11:51:45.750Z
112092026-01-22T11:51:45.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112102026-01-22T11:51:45.774Z
112112026-01-22T11:51:45.814Z Doc-tests omicron_cockroach_admin
112122026-01-22T11:51:45.859Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-34cd93f91495eb92.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-47499cc7a55cbf26.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-29db05cf9b0786e7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-cd29b80e95969915.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112132026-01-22T11:51:46.233Z
112142026-01-22T11:51:46.233Zrunning 0 tests
112152026-01-22T11:51:46.233Z
112162026-01-22T11:51:46.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112172026-01-22T11:51:46.233Z
112182026-01-22T11:51:46.284Z Doc-tests omicron_cockroach_metrics
112192026-01-22T11:51:46.284Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-4a8775c465499c00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-c3db7300e24e14b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112202026-01-22T11:51:49.067Z
112212026-01-22T11:51:49.067Zrunning 1 test
112222026-01-22T11:51:49.091Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
112232026-01-22T11:51:49.091Z
112242026-01-22T11:51:49.091Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252026-01-22T11:51:49.091Z
112262026-01-22T11:51:49.138Z Doc-tests omicron_common
112272026-01-22T11:51:49.138Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-fdf6cb43605f0a96.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-cdc6c2a4b793b844.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-795352b9e27f4a96.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
112282026-01-22T11:51:58.673Z
112292026-01-22T11:51:58.673Zrunning 2 tests
112302026-01-22T11:51:58.697Ztest common/src/lib.rs - FileKv (line 38) ... ignored
112312026-01-22T11:51:58.697Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
112322026-01-22T11:51:58.697Z
112332026-01-22T11:51:58.697Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112342026-01-22T11:51:58.697Z
112352026-01-22T11:51:58.814Z Doc-tests omicron_ddm_admin_client
112362026-01-22T11:51:58.814Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-df02671f21bbda4e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112372026-01-22T11:51:59.156Z
112382026-01-22T11:51:59.156Zrunning 0 tests
112392026-01-22T11:51:59.156Z
112402026-01-22T11:51:59.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112412026-01-22T11:51:59.180Z
112422026-01-22T11:51:59.204Z Doc-tests omicron_dev_lib
112432026-01-22T11:51:59.204Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-74c98e7f4badbf51.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112442026-01-22T11:51:59.652Z
112452026-01-22T11:51:59.652Zrunning 0 tests
112462026-01-22T11:51:59.652Z
112472026-01-22T11:51:59.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112482026-01-22T11:51:59.652Z
112492026-01-22T11:51:59.698Z Doc-tests omicron_gateway
112502026-01-22T11:51:59.698Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7ffb0999cfc83435.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-223ecc5f032a2686.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-b221099fc66dd8c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-c7f125f06621f389.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-41a093a06918d0d0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-908fdea0d61917c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-52fcd78a1ca19584.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112512026-01-22T11:52:00.556Z
112522026-01-22T11:52:00.556Zrunning 0 tests
112532026-01-22T11:52:00.556Z
112542026-01-22T11:52:00.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112552026-01-22T11:52:00.556Z
112562026-01-22T11:52:00.627Z Doc-tests omicron_ls_apis
112572026-01-22T11:52:00.627Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-aee9c5a30469a150.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112582026-01-22T11:52:00.930Z
112592026-01-22T11:52:00.931Zrunning 1 test
112602026-01-22T11:52:00.954Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
112612026-01-22T11:52:00.954Z
112622026-01-22T11:52:00.954Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112632026-01-22T11:52:00.955Z
112642026-01-22T11:52:01.001Z Doc-tests omicron_nexus
112652026-01-22T11:52:01.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-ea739b9356311b74.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-01dc82587ac29b51.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-ca3a7ebe07129d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9a09d6e280ef8b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1cd24a82ce548954.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b95f4273a966de9b.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-265bfecd09de518a.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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-176c3f26ac81ef70.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-eeafe212e92b06f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-54db02fa7b2d28f7.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-ce2e17961c1a69a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.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-3c9080ca03b88565.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-04e2b678791f723c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-8c9c13b3c2ac6150.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-021b535942b299bd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0ed9550781faf022.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-ad911f579a3cbe2a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-1f45e482d2671308.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-a2870a22b975c6ce.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e0d7fe6d10850e3b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7cebf22bf7b52cc9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-e026261bc7823dd8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0d9d7e2c4623419e.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-b6c499b04b01ef20.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-ecba32065ff90e4e.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-34193cc94f6a1e09.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-13bb99fef43e49f6.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-46d53d42ab12567a.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-db4d3118fc508877.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-33c86afe1155f9a6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-bc4b65ab044cc166.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.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-c3db7300e24e14b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-9cd8371f80d3795b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f7dbb948798e8015.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.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-bffbde57c905a831.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-89f9961e6520cd5f.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-19073bbcd002a6d6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-fd7e6d90bc377feb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-2f4bf36798a7c708.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-c137e88997555978.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b271442cbe3cf692.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-a63eaf9643a0dfb8.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-7d189bf503988c63.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ed9e1369a31250ee.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.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-1ccc481c475781ab.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112662026-01-22T11:52:12.137Z
112672026-01-22T11:52:12.137Zrunning 6 tests
112682026-01-22T11:52:12.162Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2509) ... ignored
112692026-01-22T11:52:12.162Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 250) ... ignored
112702026-01-22T11:52:12.162Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1030) ... ok
112712026-01-22T11:52:12.162Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1000) ... ok
112722026-01-22T11:52:12.162Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 936) ... ok
112732026-01-22T11:52:12.162Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 958) ... ok
112742026-01-22T11:52:12.162Z
112752026-01-22T11:52:12.162Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
112762026-01-22T11:52:12.162Z
112772026-01-22T11:52:12.343Z Doc-tests omicron_ntp_admin
112782026-01-22T11:52:12.367Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be3359f5fe3aa47f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-b06992186f56f8ac.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-d827fc5f479d3c57.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-b19dcdbcef295208.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112792026-01-22T11:52:12.715Z
112802026-01-22T11:52:12.715Zrunning 0 tests
112812026-01-22T11:52:12.715Z
112822026-01-22T11:52:12.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112832026-01-22T11:52:12.739Z
112842026-01-22T11:52:12.763Z Doc-tests omicron_package
112852026-01-22T11:52:12.763Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-104a56631b77b01d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ecdc8e8ec62d0713.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c692530ae4277504.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112862026-01-22T11:52:13.069Z
112872026-01-22T11:52:13.069Zrunning 0 tests
112882026-01-22T11:52:13.069Z
112892026-01-22T11:52:13.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112902026-01-22T11:52:13.093Z
112912026-01-22T11:52:13.117Z Doc-tests omicron_passwords
112922026-01-22T11:52:13.117Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-81e3cc07f2ccc19a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112932026-01-22T11:52:13.263Z
112942026-01-22T11:52:13.263Zrunning 0 tests
112952026-01-22T11:52:13.263Z
112962026-01-22T11:52:13.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112972026-01-22T11:52:13.287Z
112982026-01-22T11:52:13.287Z Doc-tests omicron_pins
112992026-01-22T11:52:13.287Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-fd329f1c83ef8c3d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-a88c05ae13de18eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113002026-01-22T11:52:13.420Z
113012026-01-22T11:52:13.420Zrunning 0 tests
113022026-01-22T11:52:13.420Z
113032026-01-22T11:52:13.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113042026-01-22T11:52:13.420Z
113052026-01-22T11:52:13.444Z Doc-tests omicron_repl_utils
113062026-01-22T11:52:13.444Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113072026-01-22T11:52:13.543Z
113082026-01-22T11:52:13.543Zrunning 0 tests
113092026-01-22T11:52:13.543Z
113102026-01-22T11:52:13.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113112026-01-22T11:52:13.567Z
113122026-01-22T11:52:13.567Z Doc-tests omicron_rpaths
113132026-01-22T11:52:13.567Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-fc0a298b83d97a53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113142026-01-22T11:52:13.634Z
113152026-01-22T11:52:13.634Zrunning 0 tests
113162026-01-22T11:52:13.634Z
113172026-01-22T11:52:13.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113182026-01-22T11:52:13.659Z
113192026-01-22T11:52:13.659Z Doc-tests omicron_sled_agent
113202026-01-22T11:52:13.659Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-75c0d28009b029b5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f63d5a06d363a0fd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bec9b4dda605a592.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-8eb1204bb49c028c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --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-3c119199dc7c6e09.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84b09168d9c8ab9.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-604251e0592aa06c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-6120fcc3c1d79f75.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-3c9080ca03b88565.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-3205e2f988b4ea61.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-8dcab9f6912a641e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fa3437227262e2ae.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-025b2c6c5d64d961.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-700172e7ef5918c9.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-c2eb11479a2f23d3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.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-04201a8fe57daafa.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1514b71b45dd6788.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-1fc8b609d511c1e3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
113212026-01-22T11:52:15.649Z
113222026-01-22T11:52:15.649Zrunning 0 tests
113232026-01-22T11:52:15.649Z
113242026-01-22T11:52:15.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113252026-01-22T11:52:15.673Z
113262026-01-22T11:52:15.758Z Doc-tests omicron_test_utils
113272026-01-22T11:52:15.781Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-a6215793bd729d59.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6f81a0d2dfb7bf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8c8d6a9c55dc0b73.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-f09fde15997432d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-ee461f3eb4a63c9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
113282026-01-22T11:52:29.758Z
113292026-01-22T11:52:29.758Zrunning 2 tests
113302026-01-22T11:52:29.782Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
113312026-01-22T11:52:29.782Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
113322026-01-22T11:52:29.782Z
113332026-01-22T11:52:29.782Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
113342026-01-22T11:52:29.782Z
113352026-01-22T11:52:29.816Z
113362026-01-22T11:52:29.816Zrunning 1 test
113372026-01-22T11:52:29.839Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
113382026-01-22T11:52:29.839Z
113392026-01-22T11:52:29.839Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113402026-01-22T11:52:29.839Z
113412026-01-22T11:52:29.839Zall doctests ran in 13.47s; merged doctests compilation took 13.40s
113422026-01-22T11:52:29.892Z Doc-tests omicron_uuid_kinds
113432026-01-22T11:52:29.892Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-0db6b41ddd6bb885.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
113442026-01-22T11:52:30.132Z
113452026-01-22T11:52:30.132Zrunning 0 tests
113462026-01-22T11:52:30.132Z
113472026-01-22T11:52:30.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113482026-01-22T11:52:30.133Z
113492026-01-22T11:52:30.161Z Doc-tests omicron_workspace_hack
113502026-01-22T11:52:30.207Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-b86e19eb56cd552a.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-986d4696e973d15a.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-8335c3fff4809f0a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f1826a9539d67185.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b5c52762ebcb9ec9.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-de1496c0a7f895f1.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cd3482b36310c24b.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-6d94dcf1bf056c6a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3f0702ae7a4e5d08.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-1c6d496b319eaa8c.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-302d56358dcb5327.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-03a782d9d4b19db9.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-e062cf5a1d23a0bd.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-cdcdf780c038777d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-79ba77e562a2dc78.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-82d883864d46861b.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-513e6bd09d65a657.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-47471b442f50a582.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-be4aef7e3611ca80.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-b2c22f643748ca7b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-9a7e0dfd2befbd68.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-aed8d5eb6b3ef492.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-34784501566ece99.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-64a7acf0887fa60d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-de462ea811994f59.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-96d44b0553356cd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e6c8d889893b1fb8.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-8125891eebfa0a9b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ce9644087b104c32.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-7d9aa0a651064790.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.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-c8faf3ef761b5017.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c9b71fc347911eff.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-7680edb508daf0bf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-19d333e4cdbcbdba.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-947c6bc7e98fa7c1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e24efe75f2906a0d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9e172ee533783540.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-db8d4aa03e39ae1c.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-2d0a9e71a08daa08.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c0cf9adb20b0bb04.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-e5812aada0aea4b7.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-3f549b674c48674d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e5d9ad355c1e7274.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-64b82b4d6ae66fac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.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-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-90ca0236b234b3c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-895147969acef52d.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a584387af8d415c6.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-02125a17e3af2d55.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ee7b6c66e1230af9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8deef866a4a26c56.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-42fa2b149e75e6f8.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3532364bc661e1cf.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2d9a6f5e195032c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-140e58fe84ea194a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2cc4ccc53913d0ce.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0365e9380dea6bd1.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-f4c5f4ab124c7995.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-bfe077220902c678.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a13594a241f967e4.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-353d04d439cf2a37.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113512026-01-22T11:52:30.240Z
113522026-01-22T11:52:30.240Zrunning 0 tests
113532026-01-22T11:52:30.263Z
113542026-01-22T11:52:30.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113552026-01-22T11:52:30.263Z
113562026-01-22T11:52:30.263Z Doc-tests oxide_client
113572026-01-22T11:52:30.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-8de739e0f109ad5d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-89f9961e6520cd5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113582026-01-22T11:52:38.984Z
113592026-01-22T11:52:38.984Zrunning 306 tests
113602026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
113612026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
113622026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
113632026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
113642026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
113652026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
113662026-01-22T11:52:38.984Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
113672026-01-22T11:52:38.985Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
113682026-01-22T11:52:38.985Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
113692026-01-22T11:52:38.985Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
113702026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
113712026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
113722026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
113732026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
113742026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
113752026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
113762026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
113772026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
113782026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
113792026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
113802026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
113812026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
113822026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
113832026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
113842026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
113852026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
113862026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
113872026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
113882026-01-22T11:52:39.052Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
113892026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
113902026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
113912026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
113922026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
113932026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
113942026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
113952026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
113962026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
113972026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
113982026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
113992026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
114002026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
114012026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
114022026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
114032026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
114042026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
114052026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
114062026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
114072026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
114082026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
114092026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
114102026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
114112026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
114122026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
114132026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
114142026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
114152026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
114162026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
114172026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
114182026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
114192026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
114202026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 29) ... ignored
114212026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
114222026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
114232026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 28) ... ignored
114242026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
114252026-01-22T11:52:39.053Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
114262026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
114272026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
114282026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
114292026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
114302026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
114312026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
114322026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
114332026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
114342026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
114352026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
114362026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
114372026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
114382026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
114392026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
114402026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
114412026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
114422026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
114432026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
114442026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
114452026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
114462026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
114472026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
114482026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
114492026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
114502026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
114512026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
114522026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
114532026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
114542026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
114552026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
114562026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
114572026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
114582026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
114592026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
114602026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
114612026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
114622026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
114632026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
114642026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
114652026-01-22T11:52:39.054Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
114662026-01-22T11:52:39.055Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
114672026-01-22T11:52:39.055Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
114682026-01-22T11:52:39.055Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
114692026-01-22T11:52:39.055Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
114702026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
114712026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
114722026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
114732026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
114742026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
114752026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
114762026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
114772026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
114782026-01-22T11:52:39.080Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
114792026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
114802026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
114812026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
114822026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
114832026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
114842026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
114852026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
114862026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
114872026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
114882026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
114892026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
114902026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
114912026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
114922026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
114932026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
114942026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
114952026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
114962026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
114972026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
114982026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
114992026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
115002026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
115012026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
115022026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
115032026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
115042026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
115052026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
115062026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
115072026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
115082026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
115092026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
115102026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
115112026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
115122026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
115132026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
115142026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
115152026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
115162026-01-22T11:52:39.081Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
115172026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
115182026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
115192026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
115202026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
115212026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
115222026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
115232026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
115242026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
115252026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
115262026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
115272026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
115282026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
115292026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 25) ... ignored
115302026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
115312026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
115322026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 32) ... ignored
115332026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
115342026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
115352026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
115362026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
115372026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
115382026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
115392026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
115402026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
115412026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
115422026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
115432026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
115442026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
115452026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
115462026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
115472026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
115482026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
115492026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
115502026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
115512026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
115522026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
115532026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
115542026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
115552026-01-22T11:52:39.082Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
115562026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
115572026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
115582026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
115592026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
115602026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
115612026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
115622026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
115632026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
115642026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
115652026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
115662026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
115672026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
115682026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
115692026-01-22T11:52:39.083Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
115702026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
115712026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
115722026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
115732026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
115742026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
115752026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
115762026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
115772026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
115782026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
115792026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
115802026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
115812026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
115822026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
115832026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
115842026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
115852026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
115862026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
115872026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
115882026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
115892026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
115902026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
115912026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
115922026-01-22T11:52:39.108Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
115932026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
115942026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
115952026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
115962026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
115972026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
115982026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
115992026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
116002026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
116012026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
116022026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
116032026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
116042026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
116052026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
116062026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
116072026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
116082026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
116092026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_create (line 23) ... ignored
116102026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_delete (line 25) ... ignored
116112026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116122026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_member_add (line 26) ... ignored
116132026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_member_list (line 28) ... ignored
116142026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_member_remove (line 26) ... ignored
116152026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_link (line 26) ... ignored
116162026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_list (line 28) ... ignored
116172026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_unlink (line 26) ... ignored
116182026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_silo_update (line 27) ... ignored
116192026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_update (line 26) ... ignored
116202026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_utilization_view (line 25) ... ignored
116212026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116222026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
116232026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
116242026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
116252026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
116262026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
116272026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
116282026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
116292026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
116302026-01-22T11:52:39.109Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
116312026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
116322026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
116332026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
116342026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
116352026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
116362026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
116372026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
116382026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
116392026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
116402026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
116412026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
116422026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
116432026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
116442026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
116452026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
116462026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
116472026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
116482026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
116492026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
116502026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
116512026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
116522026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
116532026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
116542026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
116552026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
116562026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
116572026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
116582026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
116592026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
116602026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
116612026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
116622026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
116632026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
116642026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
116652026-01-22T11:52:39.110Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
116662026-01-22T11:52:39.110Z
116672026-01-22T11:52:39.110Ztest result: ok. 0 passed; 0 failed; 306 ignored; 0 measured; 0 filtered out; finished in 0.00s
116682026-01-22T11:52:39.110Z
116692026-01-22T11:52:39.178Z Doc-tests oximeter
116702026-01-22T11:52:39.178Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116712026-01-22T11:52:46.802Z
116722026-01-22T11:52:46.803Zrunning 2 tests
116732026-01-22T11:52:46.827Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
116742026-01-22T11:52:46.827Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
116752026-01-22T11:52:46.827Z
116762026-01-22T11:52:46.827Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
116772026-01-22T11:52:46.827Z
116782026-01-22T11:52:46.905Z Doc-tests oximeter_api
116792026-01-22T11:52:46.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116802026-01-22T11:52:47.836Z
116812026-01-22T11:52:47.836Zrunning 2 tests
116822026-01-22T11:52:47.836Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
116832026-01-22T11:52:47.836Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
116842026-01-22T11:52:47.836Z
116852026-01-22T11:52:47.836Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
116862026-01-22T11:52:47.836Z
116872026-01-22T11:52:47.881Z Doc-tests oximeter_client
116882026-01-22T11:52:47.906Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116892026-01-22T11:52:48.352Z
116902026-01-22T11:52:48.352Zrunning 0 tests
116912026-01-22T11:52:48.352Z
116922026-01-22T11:52:48.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116932026-01-22T11:52:48.377Z
116942026-01-22T11:52:48.402Z Doc-tests oximeter_collector
116952026-01-22T11:52:48.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-d951ed31e063920d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-f933bb67e45b1ebc.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2d70d1e22a8e0439.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b553cca13bea975.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116962026-01-22T11:52:49.157Z
116972026-01-22T11:52:49.157Zrunning 0 tests
116982026-01-22T11:52:49.157Z
116992026-01-22T11:52:49.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117002026-01-22T11:52:49.157Z
117012026-01-22T11:52:49.230Z Doc-tests oximeter_db
117022026-01-22T11:52:49.275Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-568c13d24e06e61f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-9743d9c55a644b04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.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-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.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-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-684097c599e5dfc5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b3add1ed94188069.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-c9c1ef874ec784dd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-2401ea19a19a9240.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
117032026-01-22T11:52:51.136Z
117042026-01-22T11:52:51.136Zrunning 3 tests
117052026-01-22T11:52:51.136Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
117062026-01-22T11:52:51.136Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
117072026-01-22T11:52:51.136Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
117082026-01-22T11:52:51.136Z
117092026-01-22T11:52:51.136Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
117102026-01-22T11:52:51.137Z
117112026-01-22T11:52:51.161Z
117122026-01-22T11:52:51.161Zrunning 2 tests
117132026-01-22T11:52:51.161Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
117142026-01-22T11:52:51.161Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
117152026-01-22T11:52:51.161Z
117162026-01-22T11:52:51.161Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117172026-01-22T11:52:51.161Z
117182026-01-22T11:52:51.161Zall doctests ran in 0.62s; merged doctests compilation took 0.61s
117192026-01-22T11:52:51.223Z Doc-tests oximeter_instruments
117202026-01-22T11:52:51.247Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-a4df8c62210cee4e.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-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c6ba3977f8041aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
117212026-01-22T11:52:51.771Z
117222026-01-22T11:52:51.771Zrunning 0 tests
117232026-01-22T11:52:51.771Z
117242026-01-22T11:52:51.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117252026-01-22T11:52:51.771Z
117262026-01-22T11:52:51.828Z Doc-tests oximeter_macro_impl
117272026-01-22T11:52:51.829Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.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 syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117282026-01-22T11:52:51.936Z
117292026-01-22T11:52:51.936Zrunning 0 tests
117302026-01-22T11:52:51.936Z
117312026-01-22T11:52:51.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117322026-01-22T11:52:51.936Z
117332026-01-22T11:52:51.961Z Doc-tests oximeter_producer
117342026-01-22T11:52:51.961Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-253980c1cc9817d0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9b7efc8d325ce5c4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-e906f1724cc66521.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117352026-01-22T11:52:52.540Z
117362026-01-22T11:52:52.541Zrunning 0 tests
117372026-01-22T11:52:52.541Z
117382026-01-22T11:52:52.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117392026-01-22T11:52:52.541Z
117402026-01-22T11:52:52.605Z Doc-tests oximeter_schema
117412026-01-22T11:52:52.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b96313371f69d762.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-067edc1c4c1cec03.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-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d276db4d2647f55b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117422026-01-22T11:52:53.011Z
117432026-01-22T11:52:53.011Zrunning 0 tests
117442026-01-22T11:52:53.011Z
117452026-01-22T11:52:53.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117462026-01-22T11:52:53.035Z
117472026-01-22T11:52:53.059Z Doc-tests oximeter_test_utils
117482026-01-22T11:52:53.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-625fac5aae74f42d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-21be77bd0832bfad.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-e29317bfed46448c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117492026-01-22T11:52:53.611Z
117502026-01-22T11:52:53.611Zrunning 0 tests
117512026-01-22T11:52:53.611Z
117522026-01-22T11:52:53.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117532026-01-22T11:52:53.611Z
117542026-01-22T11:52:53.677Z Doc-tests oximeter_timeseries_macro
117552026-01-22T11:52:53.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-8fcecb5017394dbe.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b5fc301aeaf99b49.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-99799dde41a7e35a.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-d276db4d2647f55b.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117562026-01-22T11:52:53.986Z
117572026-01-22T11:52:53.986Zrunning 0 tests
117582026-01-22T11:52:53.987Z
117592026-01-22T11:52:53.987Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117602026-01-22T11:52:53.987Z
117612026-01-22T11:52:54.023Z Doc-tests oximeter_types
117622026-01-22T11:52:54.023Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-8debc9207ca5bf68.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-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-210af5b3d4cc07b1.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-85fc057e33034b1e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f88382c16145242c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f827efc1d321cbe5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-f0732bf2287278e0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117632026-01-22T11:52:55.665Z
117642026-01-22T11:52:55.665Zrunning 11 tests
117652026-01-22T11:52:56.251Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
117662026-01-22T11:53:04.173Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
117672026-01-22T11:53:04.827Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
117682026-01-22T11:53:04.929Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
117692026-01-22T11:53:04.976Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
117702026-01-22T11:53:05.032Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
117712026-01-22T11:53:05.184Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
117722026-01-22T11:53:05.403Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
117732026-01-22T11:53:05.428Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
117742026-01-22T11:53:05.579Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
117752026-01-22T11:53:10.779Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
117762026-01-22T11:53:10.779Z
117772026-01-22T11:53:10.779Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.12s
117782026-01-22T11:53:10.779Z
117792026-01-22T11:53:10.803Zall doctests ran in 16.06s; merged doctests compilation took 0.94s
117802026-01-22T11:53:10.849Z Doc-tests oximeter_types_versions
117812026-01-22T11:53:10.850Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c3894c26bcf8cc86.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117822026-01-22T11:53:11.804Z
117832026-01-22T11:53:11.804Zrunning 1 test
117842026-01-22T11:53:11.804Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
117852026-01-22T11:53:11.804Z
117862026-01-22T11:53:11.804Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117872026-01-22T11:53:11.804Z
117882026-01-22T11:53:11.848Z Doc-tests oxlog
117892026-01-22T11:53:11.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-d43ee0dfcf761cfc.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117902026-01-22T11:53:11.949Z
117912026-01-22T11:53:11.949Zrunning 0 tests
117922026-01-22T11:53:11.949Z
117932026-01-22T11:53:11.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117942026-01-22T11:53:11.949Z
117952026-01-22T11:53:11.973Z Doc-tests oxql_types
117962026-01-22T11:53:11.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-d43ee0dfcf761cfc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7c023964e5578208.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-fedba713b9e0b1e1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117972026-01-22T11:53:12.416Z
117982026-01-22T11:53:12.416Zrunning 0 tests
117992026-01-22T11:53:12.416Z
118002026-01-22T11:53:12.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118012026-01-22T11:53:12.416Z
118022026-01-22T11:53:12.460Z Doc-tests parallel_task_set
118032026-01-22T11:53:12.484Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118042026-01-22T11:53:12.551Z
118052026-01-22T11:53:12.551Zrunning 0 tests
118062026-01-22T11:53:12.552Z
118072026-01-22T11:53:12.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118082026-01-22T11:53:12.552Z
118092026-01-22T11:53:12.576Z Doc-tests range_requests
118102026-01-22T11:53:12.576Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8a0e739038dae1d1.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-e2691de3c4728092.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118112026-01-22T11:53:12.770Z
118122026-01-22T11:53:12.770Zrunning 0 tests
118132026-01-22T11:53:12.770Z
118142026-01-22T11:53:12.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118152026-01-22T11:53:12.770Z
118162026-01-22T11:53:12.797Z Doc-tests reconfigurator_cli
118172026-01-22T11:53:12.821Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-d52a322d94b7a953.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.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-51437d4246497d36.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-c4f165965b25d65a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-c68bd9ee97642773.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-1b02543664df5784.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7df673a2c3af90a9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-316ef0d9a66dfd31.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-f03c28663618c917.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.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-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
118182026-01-22T11:53:13.659Z
118192026-01-22T11:53:13.659Zrunning 0 tests
118202026-01-22T11:53:13.659Z
118212026-01-22T11:53:13.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118222026-01-22T11:53:13.659Z
118232026-01-22T11:53:13.731Z Doc-tests repo_depot_api
118242026-01-22T11:53:13.731Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-c2eb11479a2f23d3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118252026-01-22T11:53:14.570Z
118262026-01-22T11:53:14.570Zrunning 2 tests
118272026-01-22T11:53:14.570Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
118282026-01-22T11:53:14.570Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
118292026-01-22T11:53:14.570Z
118302026-01-22T11:53:14.570Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118312026-01-22T11:53:14.570Z
118322026-01-22T11:53:14.607Z Doc-tests repo_depot_client
118332026-01-22T11:53:14.631Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-8fda2447e3d62072.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118342026-01-22T11:53:14.839Z
118352026-01-22T11:53:14.839Zrunning 0 tests
118362026-01-22T11:53:14.839Z
118372026-01-22T11:53:14.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118382026-01-22T11:53:14.839Z
118392026-01-22T11:53:14.867Z Doc-tests sled_agent_api
118402026-01-22T11:53:14.867Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-10eefc73c3a5218e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118412026-01-22T11:53:15.958Z
118422026-01-22T11:53:15.958Zrunning 2 tests
118432026-01-22T11:53:15.958Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 86) ... ignored
118442026-01-22T11:53:15.958Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 92) ... ignored
118452026-01-22T11:53:15.958Z
118462026-01-22T11:53:15.958Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118472026-01-22T11:53:15.958Z
118482026-01-22T11:53:16.012Z Doc-tests sled_agent_client
118492026-01-22T11:53:16.036Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-5a8a2f71e31f13dd.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-1514b71b45dd6788.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118502026-01-22T11:53:19.107Z
118512026-01-22T11:53:19.107Zrunning 0 tests
118522026-01-22T11:53:19.107Z
118532026-01-22T11:53:19.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118542026-01-22T11:53:19.107Z
118552026-01-22T11:53:19.204Z Doc-tests sled_agent_config_reconciler
118562026-01-22T11:53:19.250Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-10b8a35da5e7ad3f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.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-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-07a7cab91820cbac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
118572026-01-22T11:53:20.042Z
118582026-01-22T11:53:20.042Zrunning 0 tests
118592026-01-22T11:53:20.042Z
118602026-01-22T11:53:20.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118612026-01-22T11:53:20.042Z
118622026-01-22T11:53:20.095Z Doc-tests sled_agent_health_monitor
118632026-01-22T11:53:20.095Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-04201a8fe57daafa.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-6da2e9e414bcb84f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118642026-01-22T11:53:20.463Z
118652026-01-22T11:53:20.463Zrunning 0 tests
118662026-01-22T11:53:20.463Z
118672026-01-22T11:53:20.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118682026-01-22T11:53:20.463Z
118692026-01-22T11:53:20.503Z Doc-tests sled_agent_resolvable_files
118702026-01-22T11:53:20.503Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.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-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118712026-01-22T11:53:20.947Z
118722026-01-22T11:53:20.947Zrunning 0 tests
118732026-01-22T11:53:20.947Z
118742026-01-22T11:53:20.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118752026-01-22T11:53:20.947Z
118762026-01-22T11:53:20.996Z Doc-tests sled_agent_resolvable_files_examples
118772026-01-22T11:53:21.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-7b716b57b01d615a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118782026-01-22T11:53:21.357Z
118792026-01-22T11:53:21.357Zrunning 0 tests
118802026-01-22T11:53:21.357Z
118812026-01-22T11:53:21.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118822026-01-22T11:53:21.358Z
118832026-01-22T11:53:21.397Z Doc-tests sled_agent_types
118842026-01-22T11:53:21.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-0ece4f6073f14bcc.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
118852026-01-22T11:53:21.956Z
118862026-01-22T11:53:21.956Zrunning 0 tests
118872026-01-22T11:53:21.956Z
118882026-01-22T11:53:21.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118892026-01-22T11:53:21.956Z
118902026-01-22T11:53:22.025Z Doc-tests sled_agent_types_versions
118912026-01-22T11:53:22.025Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-5482a45611d8fa59.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-50ae1f9db04a9dac.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
118922026-01-22T11:53:24.569Z
118932026-01-22T11:53:24.569Zrunning 1 test
118942026-01-22T11:53:24.569Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
118952026-01-22T11:53:24.569Z
118962026-01-22T11:53:24.569Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118972026-01-22T11:53:24.569Z
118982026-01-22T11:53:24.668Z Doc-tests sled_diagnostics
118992026-01-22T11:53:24.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.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-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-85bef0c25e00110a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-7c4f67717282234d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c29b0ce757f26c42.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e8c214eac5355d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119002026-01-22T11:53:25.089Z
119012026-01-22T11:53:25.089Zrunning 0 tests
119022026-01-22T11:53:25.089Z
119032026-01-22T11:53:25.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119042026-01-22T11:53:25.089Z
119052026-01-22T11:53:25.134Z Doc-tests sled_hardware
119062026-01-22T11:53:25.158Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6492d12b1902f594.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-87114619d1c73d10.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-087c7dc9a687aca9.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-3999b31b67f05fdb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-84ba77afc67aeb79.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-8407b3b40a6abe01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119072026-01-22T11:53:25.609Z
119082026-01-22T11:53:25.609Zrunning 0 tests
119092026-01-22T11:53:25.609Z
119102026-01-22T11:53:25.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119112026-01-22T11:53:25.609Z
119122026-01-22T11:53:25.661Z Doc-tests sled_hardware_types
119132026-01-22T11:53:25.661Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-c61241bf6747118d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
119142026-01-22T11:53:26.062Z
119152026-01-22T11:53:26.062Zrunning 0 tests
119162026-01-22T11:53:26.062Z
119172026-01-22T11:53:26.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119182026-01-22T11:53:26.062Z
119192026-01-22T11:53:26.103Z Doc-tests sled_storage
119202026-01-22T11:53:26.103Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.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-2133ebbca558c9d3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-84ba77afc67aeb79.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119212026-01-22T11:53:26.531Z
119222026-01-22T11:53:26.531Zrunning 0 tests
119232026-01-22T11:53:26.531Z
119242026-01-22T11:53:26.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119252026-01-22T11:53:26.531Z
119262026-01-22T11:53:26.580Z Doc-tests sp_sim
119272026-01-22T11:53:26.580Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-37e6e1b3c2259deb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0af7e090d2aabdc4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b45c4e9bb9d73f04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-d0eec2d5e8484a2c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-16d88b384a29db0f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51ff2a45a24caa66.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119282026-01-22T11:53:27.414Z
119292026-01-22T11:53:27.414Zrunning 0 tests
119302026-01-22T11:53:27.414Z
119312026-01-22T11:53:27.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119322026-01-22T11:53:27.414Z
119332026-01-22T11:53:27.477Z Doc-tests trust_quorum
119342026-01-22T11:53:27.522Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.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-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-c6d9140056be84ed.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-58dc712597729062.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-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-21fae9df9e80da4d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119352026-01-22T11:53:28.020Z
119362026-01-22T11:53:28.020Zrunning 0 tests
119372026-01-22T11:53:28.020Z
119382026-01-22T11:53:28.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119392026-01-22T11:53:28.020Z
119402026-01-22T11:53:28.065Z Doc-tests trust_quorum_protocol
119412026-01-22T11:53:28.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-05d2202e213df90d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6fd602822c740409.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-bd7130e99a144471.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d7fd07d916944978.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.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-c35cac3726db9610.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
119422026-01-22T11:53:28.655Z
119432026-01-22T11:53:28.655Zrunning 0 tests
119442026-01-22T11:53:28.655Z
119452026-01-22T11:53:28.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119462026-01-22T11:53:28.655Z
119472026-01-22T11:53:28.704Z Doc-tests trust_quorum_test_utils
119482026-01-22T11:53:28.728Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d4843c83c3f9d27a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c933b8053937a95c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-ba9eee7569a39b09.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-bf542b129ea1af61.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119492026-01-22T11:53:29.155Z
119502026-01-22T11:53:29.155Zrunning 0 tests
119512026-01-22T11:53:29.155Z
119522026-01-22T11:53:29.155Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119532026-01-22T11:53:29.155Z
119542026-01-22T11:53:29.199Z Doc-tests trust_quorum_types
119552026-01-22T11:53:29.199Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-8e5dbaa95b83abd5.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119562026-01-22T11:53:29.525Z
119572026-01-22T11:53:29.526Zrunning 0 tests
119582026-01-22T11:53:29.526Z
119592026-01-22T11:53:29.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119602026-01-22T11:53:29.549Z
119612026-01-22T11:53:29.573Z Doc-tests trust_quorum_types_versions
119622026-01-22T11:53:29.573Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-9291fc78212aa833.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2133ebbca558c9d3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-099e0365f3e3533f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-868fcd3922541fd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-688e13ec54c28a09.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a809e9d8c4170b1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-4e559fe4ec9d5d3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119632026-01-22T11:53:30.708Z
119642026-01-22T11:53:30.708Zrunning 1 test
119652026-01-22T11:53:30.708Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
119662026-01-22T11:53:30.708Z
119672026-01-22T11:53:30.708Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119682026-01-22T11:53:30.708Z
119692026-01-22T11:53:30.763Z Doc-tests typed_rng
119702026-01-22T11:53:30.787Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8125891eebfa0a9b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-98385167dc196e14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119712026-01-22T11:53:30.881Z
119722026-01-22T11:53:30.882Zrunning 0 tests
119732026-01-22T11:53:30.882Z
119742026-01-22T11:53:30.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119752026-01-22T11:53:30.906Z
119762026-01-22T11:53:30.906Z Doc-tests update_common
119772026-01-22T11:53:30.906Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-c040e9583776fba3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-28bd9c3fb637ec06.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119782026-01-22T11:53:31.301Z
119792026-01-22T11:53:31.302Zrunning 0 tests
119802026-01-22T11:53:31.302Z
119812026-01-22T11:53:31.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119822026-01-22T11:53:31.302Z
119832026-01-22T11:53:31.347Z Doc-tests update_engine
119842026-01-22T11:53:31.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-196f623fecbf515c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-60fa691f2e3d2012.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-c7e5e99258156adf.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-f75f3a8da4d61017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-bffbde57c905a831.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-a809e9d8c4170b1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.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-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.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-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119852026-01-22T11:53:33.664Z
119862026-01-22T11:53:33.664Zrunning 4 tests
119872026-01-22T11:53:33.688Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
119882026-01-22T11:53:33.688Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
119892026-01-22T11:53:33.688Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
119902026-01-22T11:53:33.688Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
119912026-01-22T11:53:33.688Z
119922026-01-22T11:53:33.688Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
119932026-01-22T11:53:33.688Z
119942026-01-22T11:53:33.716Z Doc-tests wicket
119952026-01-22T11:53:33.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f78447817f9330f0.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-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-947c6bc7e98fa7c1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-cf286c7067bccdae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.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-a63eaf9643a0dfb8.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-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-be5b80ef649d95c3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-8204521628226dcd.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d531dcb42d49829.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-5c3c3720ee2d4d66.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-af4e2b450e46dc94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119962026-01-22T11:53:34.756Z
119972026-01-22T11:53:34.756Zrunning 0 tests
119982026-01-22T11:53:34.756Z
119992026-01-22T11:53:34.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120002026-01-22T11:53:34.756Z
120012026-01-22T11:53:34.824Z Doc-tests wicket_common
120022026-01-22T11:53:34.824Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1810cbfff20220ef.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6b5b4814f21df2f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120032026-01-22T11:53:35.553Z
120042026-01-22T11:53:35.553Zrunning 0 tests
120052026-01-22T11:53:35.553Z
120062026-01-22T11:53:35.554Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120072026-01-22T11:53:35.554Z
120082026-01-22T11:53:35.612Z Doc-tests wicket_dbg
120092026-01-22T11:53:35.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-12588703293e7333.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4112d6455578450b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-14f27863790f5676.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7d907953176cab33.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8be730552e508f94.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120102026-01-22T11:53:36.145Z
120112026-01-22T11:53:36.145Zrunning 0 tests
120122026-01-22T11:53:36.145Z
120132026-01-22T11:53:36.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120142026-01-22T11:53:36.145Z
120152026-01-22T11:53:36.196Z Doc-tests wicketd
120162026-01-22T11:53:36.241Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.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-d5053cb274e25221.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-69c549845365092f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-62ecb1184096bc82.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.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-70bc22b4e3127762.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-4da72209569787f4.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-82d883864d46861b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-89661fa98ebad8b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-51a0d5136a99690d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-be4aef7e3611ca80.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-4c10408988cdfaa9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e0688423ffdf1dcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-d5311ff8ad060f71.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c8818a57033286c3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-583eb8cec2ba98ca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-3c8db76aabcb8976.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-71b740feff93fd26.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-528ed296df4df13f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9c484deeb283d89c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-51437d4246497d36.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-ccd95b04206dddb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-305dfb0463147d03.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f75f3a8da4d61017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-f7dcc6baefcc2a77.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-55854e406e36a0f9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-81cddf8435918e2f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-6c004871dfb233e8.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-30d9b3a0d6d78dca.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-3a1879dd3ffc424e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-86e05b476a947325.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-7b831e6b31a0eb2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bd18a41507420ac8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e852a3047cb61de5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3048daff7399efb0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-de84f0d147699fd4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6ae85b39bf2a94ef.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-2268311eb569a1d7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-9efb03018e8cfdb5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f6198e1106ff178d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-dcefd9cc04785b6b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-81e8a45fc1890542.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120172026-01-22T11:53:37.012Z
120182026-01-22T11:53:37.012Zrunning 0 tests
120192026-01-22T11:53:37.012Z
120202026-01-22T11:53:37.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120212026-01-22T11:53:37.012Z
120222026-01-22T11:53:37.073Z Doc-tests wicketd_api
120232026-01-22T11:53:37.097Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d5053cb274e25221.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-db0f4db1d5bbdae3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4e2c87bdf3ece2a3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c9366d76eb17dc33.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-da0722b0e6007460.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120242026-01-22T11:53:38.217Z
120252026-01-22T11:53:38.217Zrunning 2 tests
120262026-01-22T11:53:38.217Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
120272026-01-22T11:53:38.217Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
120282026-01-22T11:53:38.217Z
120292026-01-22T11:53:38.217Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120302026-01-22T11:53:38.217Z
120312026-01-22T11:53:38.274Z Doc-tests wicketd_client
120322026-01-22T11:53:38.274Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-48fb03ed99eab2f1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e490ca9bbf55e165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2f69af154ce01b0d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8536971ec6dc5e13.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-a63eaf9643a0dfb8.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-5c3c3720ee2d4d66.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7a255166fb7723fe.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-ba950089d15811a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120332026-01-22T11:53:40.520Z
120342026-01-22T11:53:40.520Zrunning 0 tests
120352026-01-22T11:53:40.520Z
120362026-01-22T11:53:40.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120372026-01-22T11:53:40.520Z
120382026-01-22T11:53:40.609Z Doc-tests xtask_downloader
120392026-01-22T11:53:40.609Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-fa2e91ea0140bc4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2d0a9e71a08daa08.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3b1abe2e585c741.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-7936fd933a8096b7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-031f9bf090302b2b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7440387433421dc1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-48b0a10bad3382fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-1ccc481c475781ab.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-94d89bedbed71ffe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120402026-01-22T11:53:40.834Z
120412026-01-22T11:53:40.834Zrunning 1 test
120422026-01-22T11:53:40.858Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
120432026-01-22T11:53:40.858Z
120442026-01-22T11:53:40.858Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120452026-01-22T11:53:40.858Z
120462026-01-22T11:53:40.882Z Doc-tests zfs_test_harness
120472026-01-22T11:53:40.882Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2af21442a3b43a15.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-409572d94def6899.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-74de51b4d9207427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-38a83f2bf2484050.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-90e6405b4df1b718.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-c35136537bf436a1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-7464fac7f2abeb1c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120482026-01-22T11:53:41.217Z
120492026-01-22T11:53:41.217Zrunning 0 tests
120502026-01-22T11:53:41.217Z
120512026-01-22T11:53:41.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120522026-01-22T11:53:41.218Z
120532026-01-22T11:53:41.258Z Doc-tests zone_setup
120542026-01-22T11:53:41.281Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-2365d10e992c2e9e/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a5022a14d5411a51/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-163c6620fa51a768/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-54336e2d6e7eae24.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-523ecfc7617bc60b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-c040e9583776fba3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-d9c1ecbe04341864.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aabfbcf7a20e513.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d43ee0dfcf761cfc.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-537dbddc2bceb15b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-e2c2ba30359648b5.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-0ece4f6073f14bcc.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-298413a97121b377.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-222a78cdaa281fbd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7152447f7d83a7a.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d7c997eef480a5db.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8b2c86f036732f87.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120552026-01-22T11:53:41.594Z
120562026-01-22T11:53:41.594Zrunning 0 tests
120572026-01-22T11:53:41.594Z
120582026-01-22T11:53:41.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120592026-01-22T11:53:41.594Z
120602026-01-22T11:53:41.738Z
120612026-01-22T11:53:41.762Zreal 3:40.745387664
120622026-01-22T11:53:41.762Zuser 3:03.753436888
120632026-01-22T11:53:41.762Zsys 1:15.517773584
120642026-01-22T11:53:41.762Ztrap 0.045020998
120652026-01-22T11:53:41.762Ztflt 0.789096055
120662026-01-22T11:53:41.762Zdflt 1.228464898
120672026-01-22T11:53:41.763Zkflt 0.002903953
120682026-01-22T11:53:41.763Zlock 7:56.482147079
120692026-01-22T11:53:41.763Zslp 23:18.468969669
120702026-01-22T11:53:41.763Zlat 13.028777000
120712026-01-22T11:53:41.763Zstop 2.964047860
120722026-01-22T11:53:41.763Z+ [[ illumos == \i\l\l\u\m\o\s ]]
120732026-01-22T11:53:41.763Z+ banner live-test
120742026-01-22T11:53:41.763Z
120752026-01-22T11:53:41.763Z # # # # ###### ##### ###### #### #####
120762026-01-22T11:53:41.763Z # # # # # # # # #
120772026-01-22T11:53:41.763Z # # # # ##### ##### # ##### #### #
120782026-01-22T11:53:41.763Z # # # # # # # # #
120792026-01-22T11:53:41.763Z # # # # # # # # # #
120802026-01-22T11:53:41.763Z ###### # ## ###### # ###### #### #
120812026-01-22T11:53:41.763Z
120822026-01-22T11:53:41.763Z+ ptime -m cargo xtask live-tests
120832026-01-22T11:53:42.904Z Compiling serde_core v1.0.228
120842026-01-22T11:53:42.928Z Compiling syn v2.0.111
120852026-01-22T11:53:42.953Z Compiling bitflags v2.9.4
120862026-01-22T11:53:42.977Z Compiling serde v1.0.228
120872026-01-22T11:53:42.977Z Compiling libc v0.2.180
120882026-01-22T11:53:42.977Z Compiling serde_json v1.0.149
120892026-01-22T11:53:43.001Z Compiling num-traits v0.2.19
120902026-01-22T11:53:43.001Z Compiling smallvec v1.15.1
120912026-01-22T11:53:43.460Z Compiling hashbrown v0.16.1
120922026-01-22T11:53:43.527Z Compiling rustix v0.38.37
120932026-01-22T11:53:43.875Z Compiling usdt-impl v0.5.0
120942026-01-22T11:53:43.902Z Compiling syn v1.0.109
120952026-01-22T11:53:44.599Z Compiling indexmap v2.12.1
120962026-01-22T11:53:44.744Z Compiling getrandom v0.3.4
120972026-01-22T11:53:44.900Z Compiling thread-id v4.2.2
120982026-01-22T11:53:45.086Z Compiling log v0.4.29
120992026-01-22T11:53:45.600Z Compiling rustix v1.1.3
121002026-01-22T11:53:46.061Z Compiling percent-encoding v2.3.2
121012026-01-22T11:53:46.217Z Compiling terminal_size v0.4.0
121022026-01-22T11:53:46.463Z Compiling form_urlencoded v1.2.2
121032026-01-22T11:53:46.499Z Compiling ordered-float v2.10.1
121042026-01-22T11:53:46.848Z Compiling fs-err v3.1.1
121052026-01-22T11:53:46.965Z Compiling anyhow v1.0.99
121062026-01-22T11:53:47.100Z Compiling once_cell v1.21.3
121072026-01-22T11:53:47.382Z Compiling heck v0.4.1
121082026-01-22T11:53:47.793Z Compiling clap_builder v4.5.48
121092026-01-22T11:53:48.103Z Compiling textwrap v0.16.2
121102026-01-22T11:53:49.171Z Compiling synstructure v0.13.1
121112026-01-22T11:53:49.235Z Compiling proc-macro-error v1.0.4
121122026-01-22T11:53:49.775Z Compiling tempfile v3.24.0
121132026-01-22T11:53:50.400Z Compiling camino-tempfile v1.4.1
121142026-01-22T11:53:50.955Z Compiling tabled_derive v0.7.0
121152026-01-22T11:53:51.719Z Compiling serde_derive v1.0.228
121162026-01-22T11:53:51.719Z Compiling zerofrom-derive v0.1.4
121172026-01-22T11:53:51.827Z Compiling yoke-derive v0.7.4
121182026-01-22T11:53:51.988Z Compiling thiserror-impl v2.0.17
121192026-01-22T11:53:52.128Z Compiling zerovec-derive v0.10.3
121202026-01-22T11:53:52.964Z Compiling displaydoc v0.2.5
121212026-01-22T11:53:54.482Z Compiling icu_provider_macros v1.5.0
121222026-01-22T11:53:54.514Z Compiling thiserror-impl v1.0.69
121232026-01-22T11:53:54.602Z Compiling zerocopy-derive v0.7.35
121242026-01-22T11:53:54.842Z Compiling scroll_derive v0.12.0
121252026-01-22T11:53:54.998Z Compiling zerofrom v0.1.4
121262026-01-22T11:53:55.225Z Compiling thiserror v2.0.17
121272026-01-22T11:53:55.392Z Compiling yoke v0.7.4
121282026-01-22T11:53:55.540Z Compiling pest v2.8.2
121292026-01-22T11:53:55.567Z Compiling clap_derive v4.5.47
121302026-01-22T11:53:55.981Z Compiling zerovec v0.10.4
121312026-01-22T11:53:56.254Z Compiling tabled v0.15.0
121322026-01-22T11:53:56.307Z Compiling scroll v0.12.0
121332026-01-22T11:53:56.527Z Compiling zerocopy v0.7.35
121342026-01-22T11:53:56.870Z Compiling goblin v0.8.2
121352026-01-22T11:53:57.431Z Compiling thiserror v1.0.69
121362026-01-22T11:53:57.829Z Compiling tinystr v0.7.6
121372026-01-22T11:53:58.031Z Compiling pest_meta v2.8.2
121382026-01-22T11:53:58.074Z Compiling icu_collections v1.5.0
121392026-01-22T11:53:58.351Z Compiling icu_locid v1.5.0
121402026-01-22T11:53:59.306Z Compiling clap v4.5.48
121412026-01-22T11:53:59.442Z Compiling pest_generator v2.8.2
121422026-01-22T11:53:59.517Z Compiling toml_datetime v0.6.11
121432026-01-22T11:53:59.548Z Compiling icu_provider v1.5.0
121442026-01-22T11:53:59.785Z Compiling serde_spanned v0.6.9
121452026-01-22T11:54:00.118Z Compiling toml_edit v0.22.27
121462026-01-22T11:54:00.194Z Compiling dof v0.3.0
121472026-01-22T11:54:00.364Z Compiling icu_locid_transform v1.5.0
121482026-01-22T11:54:00.608Z Compiling serde_tokenstream v0.2.2
121492026-01-22T11:54:01.064Z Compiling erased-serde v0.4.6
121502026-01-22T11:54:01.217Z Compiling serde-value v0.7.0
121512026-01-22T11:54:01.330Z Compiling cargo-platform v0.2.0
121522026-01-22T11:54:01.948Z Compiling icu_properties v1.5.1
121532026-01-22T11:54:01.972Z Compiling macaddr v1.0.1
121542026-01-22T11:54:02.079Z Compiling pest_derive v2.8.2
121552026-01-22T11:54:02.191Z Compiling serde-untagged v0.1.7
121562026-01-22T11:54:03.067Z Compiling dtrace-parser v0.2.0
121572026-01-22T11:54:03.388Z Compiling toml v0.8.23
121582026-01-22T11:54:04.293Z Compiling cargo_toml v0.21.0
121592026-01-22T11:54:04.981Z Compiling usdt-macro v0.5.0
121602026-01-22T11:54:05.005Z Compiling usdt-attr-macro v0.5.0
121612026-01-22T11:54:05.528Z Compiling icu_normalizer v1.5.0
121622026-01-22T11:54:06.259Z Compiling usdt v0.5.0
121632026-01-22T11:54:06.343Z Compiling idna_adapter v1.2.0
121642026-01-22T11:54:06.551Z Compiling idna v1.0.3
121652026-01-22T11:54:07.079Z Compiling url v2.5.4
121662026-01-22T11:54:07.961Z Compiling cargo-util-schemas v0.8.2
121672026-01-22T11:54:09.778Z Compiling cargo_metadata v0.21.0
121682026-01-22T11:54:11.901Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
121692026-01-22T11:54:16.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.68s
121702026-01-22T11:54:16.659Z Running `target/debug/xtask live-tests`
121712026-01-22T11:54:16.725Zusing temporary directory: /var/tmp/omicron_tmp/.tmpGRqidK
121722026-01-22T11:54:16.725Zwill create archive file: /var/tmp/omicron_tmp/.tmpGRqidK/live-tests-archive/omicron-live-tests.tar.zst
121732026-01-22T11:54:16.725Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
121742026-01-22T11:54:16.725Z
121752026-01-22T11:54:16.749Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpGRqidK/live-tests-archive/omicron-live-tests.tar.zst"
121762026-01-22T11:54:20.475Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
121772026-01-22T11:54:20.499Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
121782026-01-22T11:54:20.499Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
121792026-01-22T11:54:20.596Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
121802026-01-22T11:54:20.620Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
121812026-01-22T11:54:20.650Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
121822026-01-22T11:54:20.673Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
121832026-01-22T11:54:20.723Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
121842026-01-22T11:54:21.265Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
121852026-01-22T11:54:21.431Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
121862026-01-22T11:54:21.496Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
121872026-01-22T11:54:21.561Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
121882026-01-22T11:54:22.654Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
121892026-01-22T11:54:23.449Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
121902026-01-22T11:54:24.078Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
121912026-01-22T11:54:24.227Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
121922026-01-22T11:54:32.866Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
121932026-01-22T11:54:32.866Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
121942026-01-22T11:54:34.912Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
121952026-01-22T11:55:21.803Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
121962026-01-22T11:55:22.744Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
121972026-01-22T11:55:27.707Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
121982026-01-22T11:55:28.669Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
121992026-01-22T11:56:23.973Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
122002026-01-22T11:56:38.167Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
122012026-01-22T11:57:10.630Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 51s
122022026-01-22T11:57:10.875Zinfo: experimental features enabled: setup-scripts, benchmarks
122032026-01-22T11:57:10.899Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpGRqidK/live-tests-archive/omicron-live-tests.tar.zst
122042026-01-22T11:57:11.948Z Archived 79 files to /var/tmp/omicron_tmp/.tmpGRqidK/live-tests-archive/omicron-live-tests.tar.zst in 1.07s
122052026-01-22T11:57:12.016Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpGRqidK/live-tests-archive\""
122062026-01-22T11:57:12.040Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpGRqidK" "live-tests-archive"
122072026-01-22T11:57:12.270Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
122082026-01-22T11:57:12.270Zcreated:
122092026-01-22T11:57:12.270ZTo use this:
122102026-01-22T11:57:12.270Z
122112026-01-22T11:57:12.270Z1. Copy the tarball to the switch zone in a deployed Omicron system.
122122026-01-22T11:57:12.270Z
122132026-01-22T11:57:12.295Z e.g., scp \
122142026-01-22T11:57:12.295Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
122152026-01-22T11:57:12.295Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
122162026-01-22T11:57:12.295Z
122172026-01-22T11:57:12.295Z2. Copy the `cargo-nextest` binary to the same place.
122182026-01-22T11:57:12.295Z
122192026-01-22T11:57:12.296Z e.g., scp \
122202026-01-22T11:57:12.296Z $(which cargo-nextest) \
122212026-01-22T11:57:12.296Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
122222026-01-22T11:57:12.296Z
122232026-01-22T11:57:12.296Z3. From the switch zone on that system, unpack the tarball with:
122242026-01-22T11:57:12.296Z
122252026-01-22T11:57:12.296Z tar xzf live-tests-archive.tgz
122262026-01-22T11:57:12.296Z
122272026-01-22T11:57:12.296Z4. From the switch zone on that system, run tests with:
122282026-01-22T11:57:12.296Z
122292026-01-22T11:57:12.296Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
122302026-01-22T11:57:12.296Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
122312026-01-22T11:57:12.296Z --workspace-remap live-tests-archive
122322026-01-22T11:57:12.296Z
122332026-01-22T11:57:12.296Z
122342026-01-22T11:57:12.296Zreal 3:30.560860582
122352026-01-22T11:57:12.296Zuser 7:40.147477130
122362026-01-22T11:57:12.296Zsys 1:07.745995909
122372026-01-22T11:57:12.296Ztrap 0.186339979
122382026-01-22T11:57:12.296Ztflt 0.345479926
122392026-01-22T11:57:12.296Zdflt 2.983540597
122402026-01-22T11:57:12.296Zkflt 0.000733293
122412026-01-22T11:57:12.296Zlock 25:08.227470423
122422026-01-22T11:57:12.296Zslp 34:38.672268199
122432026-01-22T11:57:12.296Zlat 42.601221346
122442026-01-22T11:57:12.296Zstop 43.088506259
122452026-01-22T11:57:12.296Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
122462026-01-22T11:57:12.296Z+ unset TMPDIR
122472026-01-22T11:57:12.296Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
122482026-01-22T11:57:12.296Zfiles in /var/tmp/omicron_tmp (none expected on success):
122492026-01-22T11:57:12.296Z+ find /var/tmp/omicron_tmp -ls
122502026-01-22T11:57:12.296Z164658 25 drwxr-xr-x 2 build build 2 Jan 22 11:57 /var/tmp/omicron_tmp
122512026-01-22T11:57:12.296Z+ rmdir /var/tmp/omicron_tmp
122522026-01-22T11:57:12.341Zprocess exited: duration 8859820 ms, exit code 0
 
122532026-01-22T11:57:12.425Zfound 4 output files
122542026-01-22T11:57:12.425Zuploading: /work/crate-build-timings.json (706228 bytes)
122552026-01-22T11:57:13.637Zuploaded: /work/crate-build-timings.json
122562026-01-22T11:57:13.637Zuploading: /work/environment.json (130 bytes)
122572026-01-22T11:57:14.730Zuploaded: /work/environment.json
122582026-01-22T11:57:14.730Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (531147 bytes)
122592026-01-22T11:57:15.979Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
122602026-01-22T11:57:15.979Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (234127360 bytes)
122612026-01-22T11:57:35.770Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz