01KHMA6DW8411XKS8DNCZ4EBKM: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KHMA6X45YPRKGV32EF66VRP4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-16T22:48:40.029Zjob assigned to worker 01KHMA73VZE2B4PWAXPJN09BKT [factory aws, i-0cf0c1a650843240f] (queued for 51 s)
 
22026-02-16T22:48:48.804Zstarting task 0: "setup"
32026-02-16T22:48:48.809Z++ uname -s
42026-02-16T22:48:48.813Z+ kern=SunOS
52026-02-16T22:48:48.813Z+ build_user=build
62026-02-16T22:48:48.813Z+ build_uid=12345
72026-02-16T22:48:48.813Z+ work_dir=/work
82026-02-16T22:48:48.813Z+ input_dir=/input
92026-02-16T22:48:48.813Z+ [[ 0 == 12345 ]]
102026-02-16T22:48:48.813Z+ case "$kern" in
112026-02-16T22:48:48.813Z+ groupadd -g 12345 build
122026-02-16T22:48:48.816Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-16T22:48:50.822Z+ zfs create -o mountpoint=/work rpool/work
142026-02-16T22:48:50.937Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-16T22:48:50.941Z+ home_fs=zfs
162026-02-16T22:48:50.941Z+ [[ zfs == autofs ]]
172026-02-16T22:48:50.941Z+ mkdir -p /home/build
182026-02-16T22:48:50.944Z+ chown build:build /home/build /work
192026-02-16T22:48:51.944Z+ chmod 0700 /home/build /work
202026-02-16T22:48:51.947Zprocess exited: duration 3145 ms, exit code 0
 
212026-02-16T22:48:51.953Zstarting task 1: "rust-toolchain"
222026-02-16T22:48:51.959Z * rust toolchain channel = "1.91.1"
232026-02-16T22:48:51.959Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-02-16T22:48:51.959Z * rust toolchain profile = "default"
252026-02-16T22:48:51.959Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-16T22:48:51.959Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-16T22:48:51.959Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-16T22:48:51.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-16T22:48:51.962Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-16T22:48:52.089Zinfo: downloading installer
312026-02-16T22:48:53.720Zwarn: It looks like you have an existing installation of Rust at:
322026-02-16T22:48:53.720Zwarn: /opt/ooce/bin
332026-02-16T22:48:53.720Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-16T22:48:53.720Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-16T22:48:53.721Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-16T22:48:53.721Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-16T22:48:53.721Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-16T22:48:53.721Zerror: cannot install while Rust is installed
392026-02-16T22:48:53.721Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-16T22:48:53.734Zinfo: profile set to 'default'
412026-02-16T22:48:53.734Zinfo: default host triple is x86_64-unknown-illumos
422026-02-16T22:48:53.737Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-16T22:48:53.912Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-16T22:48:53.912Zinfo: downloading component 'cargo'
452026-02-16T22:48:54.870Zinfo: downloading component 'clippy'
462026-02-16T22:48:55.258Zinfo: downloading component 'rust-docs'
472026-02-16T22:48:56.736Zinfo: downloading component 'rust-std'
482026-02-16T22:48:58.922Zinfo: downloading component 'rustc'
492026-02-16T22:49:07.742Zinfo: downloading component 'rustfmt'
502026-02-16T22:49:08.078Zinfo: installing component 'cargo'
512026-02-16T22:49:09.002Zinfo: installing component 'clippy'
522026-02-16T22:49:09.402Zinfo: installing component 'rust-docs'
532026-02-16T22:49:11.381Zinfo: installing component 'rust-std'
542026-02-16T22:49:13.212Zinfo: installing component 'rustc'
552026-02-16T22:49:20.096Zinfo: installing component 'rustfmt'
562026-02-16T22:49:20.445Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-16T22:49:20.445Z
582026-02-16T22:49:20.945Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-16T22:49:20.945Z
602026-02-16T22:49:20.948Z
612026-02-16T22:49:20.948ZRust is installed now. Great!
622026-02-16T22:49:20.948Z
632026-02-16T22:49:20.948ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-16T22:49:20.948Zenvironment variable. This has not been done automatically.
652026-02-16T22:49:20.948Z
662026-02-16T22:49:20.948ZTo configure your current shell, you need to source
672026-02-16T22:49:20.948Zthe corresponding env file under $HOME/.cargo.
682026-02-16T22:49:20.948Z
692026-02-16T22:49:20.948ZThis is usually done by running one of the following (note the leading DOT):
702026-02-16T22:49:20.948Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-16T22:49:20.948Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-16T22:49:20.948Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-16T22:49:21.041Z+ rustup --version
742026-02-16T22:49:21.053Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-16T22:49:21.053Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-16T22:49:21.141Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-16T22:49:21.145Z+ cargo --version
782026-02-16T22:49:21.219Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-16T22:49:21.222Z+ rustc --version
802026-02-16T22:49:21.300Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-16T22:49:21.304Zprocess exited: duration 29344 ms, exit code 0
 
822026-02-16T22:49:21.310Zstarting task 2: "authentication"
832026-02-16T22:49:21.333Zprocess exited: duration 23 ms, exit code 0
 
842026-02-16T22:49:21.342Zstarting task 3: "clone repository"
852026-02-16T22:49:21.345Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-16T22:49:21.348Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-16T22:49:21.383ZCloning into '/work/oxidecomputer/omicron'...
882026-02-16T22:49:34.147Z+ cd /work/oxidecomputer/omicron
892026-02-16T22:49:34.147Z+ git fetch origin f89bc5a9071508b894353f4a5291c9688f8a71cf
902026-02-16T22:49:34.437ZFrom https://github.com/oxidecomputer/omicron
912026-02-16T22:49:34.437Z * branch f89bc5a9071508b894353f4a5291c9688f8a71cf -> FETCH_HEAD
922026-02-16T22:49:34.451Z+ [[ -n sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
932026-02-16T22:49:34.454Z++ git branch --show-current
942026-02-16T22:49:34.454Z+ current=main
952026-02-16T22:49:34.454Z+ [[ main != sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
962026-02-16T22:49:34.454Z+ git branch -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps f89bc5a9071508b894353f4a5291c9688f8a71cf
972026-02-16T22:49:34.458Z+ git checkout -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps
982026-02-16T22:49:34.793ZSwitched to branch 'sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps'
992026-02-16T22:49:34.796Z+ git reset --hard f89bc5a9071508b894353f4a5291c9688f8a71cf
1002026-02-16T22:49:35.129ZHEAD is now at f89bc5a90 expand on client-side versioned comments
1012026-02-16T22:49:35.132Zprocess exited: duration 13789 ms, exit code 0
 
1022026-02-16T22:49:35.138Zstarting task 4: "build"
1032026-02-16T22:49:35.146Z+ source ./env.sh
1042026-02-16T22:49:35.146Z++ OLD_SHELL_OPTS=ehxB
1052026-02-16T22:49:35.146Z++ set -o xtrace
1062026-02-16T22:49:35.149Z++++ dirname ./env.sh
1072026-02-16T22:49:35.152Z+++ readlink -f .
1082026-02-16T22:49:35.155Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-02-16T22:49:35.155Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-02-16T22:49:35.155Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-02-16T22:49:35.155Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-02-16T22:49:35.155Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-02-16T22:49:35.155Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-02-16T22:49:35.155Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-02-16T22:49:35.155Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-02-16T22:49:35.155Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-02-16T22:49:35.155Z++ case $OLD_SHELL_OPTS in
1182026-02-16T22:49:35.155Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-02-16T22:49:35.155Z+ source .github/buildomat/ci-env.sh
1202026-02-16T22:49:35.155Z++ export CARGO_TERM_COLOR=always
1212026-02-16T22:49:35.155Z++ CARGO_TERM_COLOR=always
1222026-02-16T22:49:35.155Z+ target_os=illumos
1232026-02-16T22:49:35.155Z+ NEXTEST_VERSION=0.9.125
1242026-02-16T22:49:35.156Z+ cargo --version
1252026-02-16T22:49:35.217Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-02-16T22:49:35.220Z+ rustc --version
1272026-02-16T22:49:35.295Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-02-16T22:49:35.299Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/illumos
1292026-02-16T22:49:35.302Z+ gunzip
1302026-02-16T22:49:35.302Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-02-16T22:49:36.373Zx cargo-nextest, 22650392 bytes, 44240 tape blocks
1322026-02-16T22:49:36.376Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-02-16T22:49:36.376Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-02-16T22:49:36.377Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-02-16T22:49:36.377Z+ mkdir /var/tmp/omicron_tmp
1362026-02-16T22:49:36.377Z+ OUTPUT_DIR=/work
1372026-02-16T22:49:36.377Z+ echo 'tests will store non-ephemeral output in /work'
1382026-02-16T22:49:36.377Ztests will store non-ephemeral output in /work
1392026-02-16T22:49:36.377Z+ mkdir -p /work
1402026-02-16T22:49:36.379Z+ banner prerequisites
1412026-02-16T22:49:36.382Z
1422026-02-16T22:49:36.382Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-02-16T22:49:36.382Z # # # # # # # # # # # # # # #
1442026-02-16T22:49:36.382Z # # # # ##### # # ##### # # # # # #### #
1452026-02-16T22:49:36.382Z ##### ##### # ##### # # # # # # # # #
1462026-02-16T22:49:36.382Z # # # # # # # # # # # # # # #
1472026-02-16T22:49:36.382Z # # # ###### # # ###### ### # #### # #### #
1482026-02-16T22:49:36.382Z
1492026-02-16T22:49:36.383Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-02-16T22:49:47.021Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-02-16T22:49:57.315Z Startup: Caching catalogs ... Done
1522026-02-16T22:50:20.330ZPlanning: Solver setup ... Done (21.419s)
1532026-02-16T22:50:20.480ZPlanning: Running solver ... Done (0.158s)
1542026-02-16T22:50:20.652ZPlanning: Finding local manifests ... Done (0.003s)
1552026-02-16T22:50:20.676ZPlanning: Fetching manifests: 0/4 0% complete
1562026-02-16T22:50:20.822ZPlanning: Fetching manifests: 4/4 100% complete
1572026-02-16T22:50:20.859ZPlanning: Package planning ... Done (0.050s)
1582026-02-16T22:50:20.906ZPlanning: Merging actions ... Done (0.051s)
1592026-02-16T22:50:21.404ZPlanning: Checking for conflicting actions ... Done (0.280s)
1602026-02-16T22:50:21.668ZPlanning: Consolidating action changes ... Done (0.011s)
1612026-02-16T22:50:22.357ZPlanning: Evaluating mediators ... Done (1.026s)
1622026-02-16T22:50:22.671ZPlanning: Planning completed in 24.76 seconds
1632026-02-16T22:50:22.671Z Packages to install: 4
1642026-02-16T22:50:22.671Z Mediators to change: 2
1652026-02-16T22:50:22.672Z Services to change: 1
1662026-02-16T22:50:22.672Z Estimated space available: 155.42 GB
1672026-02-16T22:50:22.672ZEstimated space to be consumed: 1.81 GB
1682026-02-16T22:50:22.672Z Create boot environment: No
1692026-02-16T22:50:22.672ZCreate backup boot environment: No
1702026-02-16T22:50:22.672Z Rebuild boot archive: No
1712026-02-16T22:50:22.672Z
1722026-02-16T22:50:22.672ZChanged mediators:
1732026-02-16T22:50:22.672Z mediator clang:
1742026-02-16T22:50:22.672Z version: None -> 15 (system default)
1752026-02-16T22:50:22.672Z
1762026-02-16T22:50:22.672Z mediator llvm:
1772026-02-16T22:50:22.672Z version: 14 (system default) -> 15 (system default)
1782026-02-16T22:50:22.672Z
1792026-02-16T22:50:22.672ZChanged packages:
1802026-02-16T22:50:22.672Zhelios-dev
1812026-02-16T22:50:22.672Z developer/build-essential
1822026-02-16T22:50:22.673Z None -> 11-2.0
1832026-02-16T22:50:22.673Z library/libxmlsec1
1842026-02-16T22:50:22.673Z None -> 1.2.35-2.0
1852026-02-16T22:50:22.673Z ooce/developer/clang-15
1862026-02-16T22:50:22.673Z None -> 15.0.7-2.0
1872026-02-16T22:50:22.673Z ooce/developer/llvm-15
1882026-02-16T22:50:22.673Z None -> 15.0.7-2.0
1892026-02-16T22:50:22.673Z
1902026-02-16T22:50:22.673ZServices:
1912026-02-16T22:50:22.673Z restart_fmri:
1922026-02-16T22:50:22.673Z svc:/system/update-man-index:default
1932026-02-16T22:50:22.673Z
1942026-02-16T22:50:22.673ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-02-16T22:50:27.299ZDownload: 2399/3290 items 119.8/212.6MB 56% complete (24.2M/s)
1962026-02-16T22:50:35.117ZDownload: 3283/3290 items 209.9/212.6MB 98% complete (23.4M/s)
1972026-02-16T22:50:35.245ZDownload: Completed 212.60 MB in 12.83 seconds (16.6M/s)
1982026-02-16T22:50:35.364Z Actions: 1/3689 actions (Installing new actions)
1992026-02-16T22:50:39.884Z Actions: Completed 3689 actions in 4.57 seconds.
2002026-02-16T22:50:40.313Z Done (0.423s)
2012026-02-16T22:50:40.313Z Done (0.000s)
2022026-02-16T22:50:41.400Z Done (1.086s)
2032026-02-16T22:50:45.991Z Done (4.221s)
2042026-02-16T22:50:46.079Z Done (0.019s)
2052026-02-16T22:50:46.082Z Done (0.000s)
2062026-02-16T22:50:46.228Z Done (0.000s)
2072026-02-16T22:50:47.213ZPlanning: Evaluating mediator changes ... Done
2082026-02-16T22:50:47.379ZPlanning: Checking for conflicting actions ... Done
2092026-02-16T22:50:47.381ZPlanning: Consolidating action changes ... Done
2102026-02-16T22:50:47.657ZPlanning: Evaluating mediators ... Done
2112026-02-16T22:50:47.660ZPlanning: Planning completed in 0.45 seconds
2122026-02-16T22:50:47.693Z Mediators to change: 2
2132026-02-16T22:50:47.693Z Create boot environment: No
2142026-02-16T22:50:47.697ZCreate backup boot environment: No
2152026-02-16T22:50:47.780Z Done
2162026-02-16T22:50:47.780Z Done
2172026-02-16T22:50:48.582Z Done
2182026-02-16T22:50:52.424Z Done
2192026-02-16T22:50:52.510Z Done
2202026-02-16T22:50:52.513Z Done
2212026-02-16T22:50:52.652Z Done
2222026-02-16T22:50:53.314ZPlanning: Evaluating mediator changes ... Done
2232026-02-16T22:50:53.317ZPlanning: Merging actions ... Done
2242026-02-16T22:50:53.507ZPlanning: Checking for conflicting actions ... Done
2252026-02-16T22:50:53.510ZPlanning: Consolidating action changes ... Done
2262026-02-16T22:50:53.778ZPlanning: Evaluating mediators ... Done
2272026-02-16T22:50:53.835ZPlanning: Planning completed in 0.78 seconds
2282026-02-16T22:50:53.870Z Packages to change: 1
2292026-02-16T22:50:53.870Z Mediators to change: 1
2302026-02-16T22:50:53.870Z Services to change: 1
2312026-02-16T22:50:53.870Z Create boot environment: No
2322026-02-16T22:50:53.873ZCreate backup boot environment: Yes
2332026-02-16T22:50:56.571Z Actions: 1/6 actions (Updating modified actions)
2342026-02-16T22:50:56.574Z Actions: Completed 6 actions in 0.00 seconds.
2352026-02-16T22:50:56.574Z Done
2362026-02-16T22:50:56.574Z Done
2372026-02-16T22:50:56.790Z Done
2382026-02-16T22:51:00.607Z Done
2392026-02-16T22:51:00.699Z Done
2402026-02-16T22:51:00.702Z Done
2412026-02-16T22:51:00.866Z Done
2422026-02-16T22:51:01.320ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432026-02-16T22:51:01.320Zclang system 15 system
2442026-02-16T22:51:01.320Zcsh system system illumos
2452026-02-16T22:51:01.320Zctags system system illumos
2462026-02-16T22:51:01.320Zfile system system illumos
2472026-02-16T22:51:01.320Zgcc vendor 12 vendor
2482026-02-16T22:51:01.320Zgcc system 10 system
2492026-02-16T22:51:01.320Zgcc system 7 system
2502026-02-16T22:51:01.320Zgo system 1.20 system
2512026-02-16T22:51:01.320Zgo system 1.19 system
2522026-02-16T22:51:01.320Zllvm system 15 system
2532026-02-16T22:51:01.320Zllvm system 14 system
2542026-02-16T22:51:01.320Zmariadb system 10.6 system
2552026-02-16T22:51:01.320Zmta vendor vendor dma
2562026-02-16T22:51:01.320Zopenjdk system 17 system
2572026-02-16T22:51:01.320Zopenjdk system 11 system
2582026-02-16T22:51:01.320Zopenjdk system 1.8 system
2592026-02-16T22:51:01.320Zopenssl vendor 3 vendor
2602026-02-16T22:51:01.320Zperl system 5.36 system
2612026-02-16T22:51:01.320Zpostgresql system 15 system
2622026-02-16T22:51:01.320Zpostgresql system 13 system
2632026-02-16T22:51:01.320Zpython vendor 3 vendor
2642026-02-16T22:51:01.320Zpython system 2 system
2652026-02-16T22:51:01.320Zpython3 system 3.11 system
2662026-02-16T22:51:01.320Zruby system 3.0 system
2672026-02-16T22:51:01.320Zwords vendor vendor american-english
2682026-02-16T22:51:01.320Zwords system system australian-english
2692026-02-16T22:51:01.320Zwords system system british-english
2702026-02-16T22:51:01.320Zwords system system canadian-english
2712026-02-16T22:51:01.320Zwords system system french
2722026-02-16T22:51:01.321Zwords system system italian
2732026-02-16T22:51:01.321Zwords system system ngerman
2742026-02-16T22:51:01.321Zwords system system ogerman
2752026-02-16T22:51:01.321Zwords system system spanish
2762026-02-16T22:51:01.661ZPUBLISHER TYPE STATUS P LOCATION
2772026-02-16T22:51:01.661Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2782026-02-16T22:51:08.172ZFMRI IFO
2792026-02-16T22:51:08.172Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2802026-02-16T22:51:08.172Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2812026-02-16T22:51:08.172Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2822026-02-16T22:51:08.172Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2832026-02-16T22:51:08.172Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2842026-02-16T22:51:08.172Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2852026-02-16T22:51:08.172Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2862026-02-16T22:51:08.172Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2872026-02-16T22:51:08.172Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2882026-02-16T22:51:08.172Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2892026-02-16T22:51:08.172Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2902026-02-16T22:51:08.172Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2912026-02-16T22:51:08.172Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2922026-02-16T22:51:08.172Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2932026-02-16T22:51:08.172Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2942026-02-16T22:51:08.172Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2952026-02-16T22:51:09.397Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2962026-02-16T22:51:09.664Z Updating crates.io index
2972026-02-16T22:51:09.704Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2982026-02-16T22:51:10.285Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992026-02-16T22:51:10.556Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002026-02-16T22:51:11.608Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012026-02-16T22:51:11.902Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3022026-02-16T22:51:12.242Z Updating git repository `https://github.com/oxidecomputer/propolis`
3032026-02-16T22:51:13.597Z Updating git repository `https://github.com/oxidecomputer/crucible`
3042026-02-16T22:51:15.813Z Updating git repository `https://github.com/oxidecomputer/opte`
3052026-02-16T22:51:16.844Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062026-02-16T22:51:17.431Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072026-02-16T22:51:18.489Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3082026-02-16T22:51:18.982Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092026-02-16T22:51:19.247Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-02-16T22:51:19.832Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112026-02-16T22:51:20.046Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122026-02-16T22:51:20.858Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132026-02-16T22:51:21.370Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-02-16T22:51:21.628Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152026-02-16T22:51:21.936Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3162026-02-16T22:51:22.343Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172026-02-16T22:51:22.556Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182026-02-16T22:51:22.760Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192026-02-16T22:51:23.071Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3202026-02-16T22:51:23.374Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212026-02-16T22:51:23.869Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222026-02-16T22:51:24.547Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3232026-02-16T22:51:24.802Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242026-02-16T22:51:25.095Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252026-02-16T22:51:26.042Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262026-02-16T22:51:26.946Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272026-02-16T22:51:27.282Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282026-02-16T22:51:27.584Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292026-02-16T22:51:27.923Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3302026-02-16T22:51:28.181Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312026-02-16T22:51:28.929Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322026-02-16T22:51:29.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332026-02-16T22:51:29.366Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342026-02-16T22:51:29.585Z Updating git repository `https://github.com/illumos/smf-rs`
3352026-02-16T22:51:29.987Z Updating git repository `https://github.com/oxidecomputer/omicron`
3362026-02-16T22:51:43.077Z Downloading crates ...
3372026-02-16T22:51:43.134Z Downloaded cfg-if v1.0.4
3382026-02-16T22:51:43.137Z Downloaded dof v0.3.0
3392026-02-16T22:51:43.145Z Downloaded plain v0.2.3
3402026-02-16T22:51:43.145Z Downloaded bitflags v2.9.4
3412026-02-16T22:51:43.145Z Downloaded memmap v0.7.0
3422026-02-16T22:51:43.149Z Downloaded stable_deref_trait v1.2.0
3432026-02-16T22:51:43.152Z Downloaded synstructure v0.13.1
3442026-02-16T22:51:43.152Z Downloaded getrandom v0.3.4
3452026-02-16T22:51:43.155Z Downloaded thiserror-impl v2.0.18
3462026-02-16T22:51:43.158Z Downloaded terminal_size v0.4.0
3472026-02-16T22:51:43.158Z Downloaded idna v1.0.3
3482026-02-16T22:51:43.161Z Downloaded utf16_iter v1.0.5
3492026-02-16T22:51:43.163Z Downloaded fnv v1.0.7
3502026-02-16T22:51:43.163Z Downloaded dtrace-parser v0.2.0
3512026-02-16T22:51:43.163Z Downloaded block-buffer v0.10.4
3522026-02-16T22:51:43.167Z Downloaded quote v1.0.40
3532026-02-16T22:51:43.175Z Downloaded zerovec-derive v0.10.3
3542026-02-16T22:51:43.178Z Downloaded unicode-ident v1.0.19
3552026-02-16T22:51:43.178Z Downloaded icu_locid_transform_data v1.5.0
3562026-02-16T22:51:43.178Z Downloaded anyhow v1.0.99
3572026-02-16T22:51:43.178Z Downloaded url v2.5.4
3582026-02-16T22:51:43.181Z Downloaded scroll_derive v0.12.0
3592026-02-16T22:51:43.184Z Downloaded anstream v0.6.18
3602026-02-16T22:51:43.184Z Downloaded zerofrom v0.1.4
3612026-02-16T22:51:43.187Z Downloaded unicode-linebreak v0.1.5
3622026-02-16T22:51:43.187Z Downloaded typeid v1.0.3
3632026-02-16T22:51:43.187Z Downloaded toml_write v0.1.2
3642026-02-16T22:51:43.190Z Downloaded tinystr v0.7.6
3652026-02-16T22:51:43.190Z Downloaded hashbrown v0.16.1
3662026-02-16T22:51:43.194Z Downloaded winnow v0.7.14
3672026-02-16T22:51:43.207Z Downloaded yoke v0.7.4
3682026-02-16T22:51:43.210Z Downloaded proc-macro-error-attr v1.0.4
3692026-02-16T22:51:43.210Z Downloaded cargo-platform v0.2.0
3702026-02-16T22:51:43.210Z Downloaded smawk v0.3.2
3712026-02-16T22:51:43.210Z Downloaded zerocopy-derive v0.7.35
3722026-02-16T22:51:43.213Z Downloaded utf8_iter v1.0.4
3732026-02-16T22:51:43.213Z Downloaded serde_spanned v0.6.9
3742026-02-16T22:51:43.216Z Downloaded utf8parse v0.2.2
3752026-02-16T22:51:43.216Z Downloaded usdt-macro v0.5.0
3762026-02-16T22:51:43.216Z Downloaded usdt-attr-macro v0.5.0
3772026-02-16T22:51:43.219Z Downloaded equivalent v1.0.2
3782026-02-16T22:51:43.219Z Downloaded colorchoice v1.0.2
3792026-02-16T22:51:43.219Z Downloaded zerofrom-derive v0.1.4
3802026-02-16T22:51:43.222Z Downloaded unicode-xid v0.2.6
3812026-02-16T22:51:43.222Z Downloaded write16 v1.0.0
3822026-02-16T22:51:43.222Z Downloaded version_check v0.9.5
3832026-02-16T22:51:43.225Z Downloaded swrite v0.1.0
3842026-02-16T22:51:43.225Z Downloaded toml_datetime v0.6.11
3852026-02-16T22:51:43.225Z Downloaded thread-id v4.2.2
3862026-02-16T22:51:43.228Z Downloaded fastrand v2.1.1
3872026-02-16T22:51:43.228Z Downloaded zmij v1.0.15
3882026-02-16T22:51:43.231Z Downloaded yoke-derive v0.7.4
3892026-02-16T22:51:43.231Z Downloaded percent-encoding v2.3.2
3902026-02-16T22:51:43.231Z Downloaded writeable v0.5.5
3912026-02-16T22:51:43.239Z Downloaded typenum v1.17.0
3922026-02-16T22:51:43.239Z Downloaded serde_tokenstream v0.2.2
3932026-02-16T22:51:43.239Z Downloaded byteorder v1.5.0
3942026-02-16T22:51:43.239Z Downloaded thiserror v2.0.18
3952026-02-16T22:51:43.242Z Downloaded pretty-hex v0.4.1
3962026-02-16T22:51:43.245Z Downloaded toml v0.8.23
3972026-02-16T22:51:43.248Z Downloaded zerovec v0.10.4
3982026-02-16T22:51:43.251Z Downloaded zerocopy v0.7.35
3992026-02-16T22:51:43.263Z Downloaded serde-untagged v0.1.7
4002026-02-16T22:51:43.269Z Downloaded ordered-float v2.10.1
4012026-02-16T22:51:43.269Z Downloaded anstyle-parse v0.2.5
4022026-02-16T22:51:43.272Z Downloaded anstyle v1.0.11
4032026-02-16T22:51:43.272Z Downloaded heck v0.5.0
4042026-02-16T22:51:43.272Z Downloaded digest v0.10.7
4052026-02-16T22:51:43.275Z Downloaded macaddr v1.0.1
4062026-02-16T22:51:43.275Z Downloaded idna_adapter v1.2.0
4072026-02-16T22:51:43.275Z Downloaded cpufeatures v0.2.14
4082026-02-16T22:51:43.275Z Downloaded clap_lex v0.7.4
4092026-02-16T22:51:43.278Z Downloaded fs-err v3.1.1
4102026-02-16T22:51:43.278Z Downloaded displaydoc v0.2.5
4112026-02-16T22:51:43.281Z Downloaded strsim v0.11.1
4122026-02-16T22:51:43.281Z Downloaded pest_meta v2.8.2
4132026-02-16T22:51:43.283Z Downloaded form_urlencoded v1.2.2
4142026-02-16T22:51:43.283Z Downloaded unicode-width v0.2.0
4152026-02-16T22:51:43.287Z Downloaded sha2 v0.10.9
4162026-02-16T22:51:43.290Z Downloaded semver v1.0.27
4172026-02-16T22:51:43.294Z Downloaded litemap v0.7.3
4182026-02-16T22:51:43.294Z Downloaded unicode-width v0.1.14
4192026-02-16T22:51:43.298Z Downloaded once_cell v1.21.3
4202026-02-16T22:51:43.300Z Downloaded clap_derive v4.5.47
4212026-02-16T22:51:43.303Z Downloaded camino-tempfile v1.4.1
4222026-02-16T22:51:43.303Z Downloaded cargo_metadata v0.21.0
4232026-02-16T22:51:43.306Z Downloaded errno v0.3.12
4242026-02-16T22:51:43.306Z Downloaded textwrap v0.16.2
4252026-02-16T22:51:43.309Z Downloaded scroll v0.12.0
4262026-02-16T22:51:43.309Z Downloaded pest_generator v2.8.2
4272026-02-16T22:51:43.311Z Downloaded usdt-impl v0.5.0
4282026-02-16T22:51:43.312Z Downloaded serde-value v0.7.0
4292026-02-16T22:51:43.312Z Downloaded itoa v1.0.11
4302026-02-16T22:51:43.314Z Downloaded is_terminal_polyfill v1.70.1
4312026-02-16T22:51:43.314Z Downloaded thiserror-impl v1.0.69
4322026-02-16T22:51:43.317Z Downloaded thiserror v1.0.69
4332026-02-16T22:51:43.320Z Downloaded memchr v2.7.4
4342026-02-16T22:51:43.322Z Downloaded bytecount v0.6.8
4352026-02-16T22:51:43.325Z Downloaded icu_provider v1.5.0
4362026-02-16T22:51:43.328Z Downloaded icu_provider_macros v1.5.0
4372026-02-16T22:51:43.328Z Downloaded anstyle-query v1.1.1
4382026-02-16T22:51:43.328Z Downloaded usdt v0.5.0
4392026-02-16T22:51:43.331Z Downloaded ucd-trie v0.1.7
4402026-02-16T22:51:43.331Z Downloaded icu_locid_transform v1.5.0
4412026-02-16T22:51:43.336Z Downloaded heck v0.4.1
4422026-02-16T22:51:43.336Z Downloaded proc-macro-error v1.0.4
4432026-02-16T22:51:43.344Z Downloaded cargo-util-schemas v0.8.2
4442026-02-16T22:51:43.345Z Downloaded erased-serde v0.4.6
4452026-02-16T22:51:43.347Z Downloaded tabled_derive v0.7.0
4462026-02-16T22:51:43.348Z Downloaded camino v1.2.2
4472026-02-16T22:51:43.348Z Downloaded cargo_toml v0.21.0
4482026-02-16T22:51:43.348Z Downloaded autocfg v1.4.0
4492026-02-16T22:51:43.348Z Downloaded toml_edit v0.22.27
4502026-02-16T22:51:43.351Z Downloaded smallvec v1.15.1
4512026-02-16T22:51:43.351Z Downloaded icu_locid v1.5.0
4522026-02-16T22:51:43.353Z Downloaded papergrid v0.11.0
4532026-02-16T22:51:43.357Z Downloaded tempfile v3.24.0
4542026-02-16T22:51:43.360Z Downloaded pest_derive v2.8.2
4552026-02-16T22:51:43.363Z Downloaded serde_derive v1.0.228
4562026-02-16T22:51:43.367Z Downloaded log v0.4.29
4572026-02-16T22:51:43.368Z Downloaded serde_core v1.0.228
4582026-02-16T22:51:43.376Z Downloaded clap v4.5.48
4592026-02-16T22:51:43.379Z Downloaded proc-macro2 v1.0.101
4602026-02-16T22:51:43.379Z Downloaded icu_collections v1.5.0
4612026-02-16T22:51:43.382Z Downloaded icu_properties v1.5.1
4622026-02-16T22:51:43.385Z Downloaded num-traits v0.2.19
4632026-02-16T22:51:43.388Z Downloaded icu_normalizer_data v1.5.0
4642026-02-16T22:51:43.391Z Downloaded indexmap v2.13.0
4652026-02-16T22:51:43.393Z Downloaded icu_normalizer v1.5.0
4662026-02-16T22:51:43.396Z Downloaded crypto-common v0.1.6
4672026-02-16T22:51:43.396Z Downloaded generic-array v0.14.7
4682026-02-16T22:51:43.400Z Downloaded serde v1.0.228
4692026-02-16T22:51:43.409Z Downloaded goblin v0.8.2
4702026-02-16T22:51:43.412Z Downloaded serde_json v1.0.149
4712026-02-16T22:51:43.417Z Downloaded pest v2.8.2
4722026-02-16T22:51:43.433Z Downloaded clap_builder v4.5.48
4732026-02-16T22:51:43.452Z Downloaded tabled v0.15.0
4742026-02-16T22:51:43.465Z Downloaded syn v1.0.109
4752026-02-16T22:51:43.477Z Downloaded icu_properties_data v1.5.0
4762026-02-16T22:51:43.488Z Downloaded syn v2.0.114
4772026-02-16T22:51:43.497Z Downloaded rustix v0.38.37
4782026-02-16T22:51:43.516Z Downloaded rustix v1.1.3
4792026-02-16T22:51:43.550Z Downloaded libc v0.2.180
4802026-02-16T22:51:43.638Z Compiling proc-macro2 v1.0.101
4812026-02-16T22:51:43.642Z Compiling unicode-ident v1.0.19
4822026-02-16T22:51:43.642Z Compiling serde_core v1.0.228
4832026-02-16T22:51:43.642Z Compiling version_check v0.9.5
4842026-02-16T22:51:43.642Z Compiling serde v1.0.228
4852026-02-16T22:51:43.642Z Compiling libc v0.2.180
4862026-02-16T22:51:43.642Z Compiling memchr v2.7.4
4872026-02-16T22:51:43.642Z Compiling stable_deref_trait v1.2.0
4882026-02-16T22:51:44.081Z Compiling thiserror v2.0.18
4892026-02-16T22:51:44.109Z Compiling zmij v1.0.15
4902026-02-16T22:51:44.705Z Compiling itoa v1.0.11
4912026-02-16T22:51:44.731Z Compiling writeable v0.5.5
4922026-02-16T22:51:45.286Z Compiling thiserror v1.0.69
4932026-02-16T22:51:45.521Z Compiling ucd-trie v0.1.7
4942026-02-16T22:51:45.522Z Compiling litemap v0.7.3
4952026-02-16T22:51:45.739Z Compiling autocfg v1.4.0
4962026-02-16T22:51:45.952Z Compiling byteorder v1.5.0
4972026-02-16T22:51:45.953Z Compiling bitflags v2.9.4
4982026-02-16T22:51:46.287Z Compiling quote v1.0.40
4992026-02-16T22:51:46.445Z Compiling errno v0.3.12
5002026-02-16T22:51:46.446Z Compiling icu_locid_transform_data v1.5.0
5012026-02-16T22:51:46.446Z Compiling icu_properties_data v1.5.0
5022026-02-16T22:51:46.582Z Compiling serde_json v1.0.149
5032026-02-16T22:51:46.718Z Compiling syn v2.0.114
5042026-02-16T22:51:46.857Z Compiling num-traits v0.2.19
5052026-02-16T22:51:47.031Z Compiling equivalent v1.0.2
5062026-02-16T22:51:47.031Z Compiling hashbrown v0.16.1
5072026-02-16T22:51:47.118Z Compiling utf16_iter v1.0.5
5082026-02-16T22:51:47.119Z Compiling icu_normalizer_data v1.5.0
5092026-02-16T22:51:47.175Z Compiling write16 v1.0.0
5102026-02-16T22:51:47.175Z Compiling utf8_iter v1.0.4
5112026-02-16T22:51:47.302Z Compiling smallvec v1.15.1
5122026-02-16T22:51:47.395Z Compiling rustix v0.38.37
5132026-02-16T22:51:47.452Z Compiling typeid v1.0.3
5142026-02-16T22:51:48.079Z Compiling proc-macro-error-attr v1.0.4
5152026-02-16T22:51:48.296Z Compiling usdt-impl v0.5.0
5162026-02-16T22:51:48.296Z Compiling indexmap v2.13.0
5172026-02-16T22:51:48.296Z Compiling toml_write v0.1.2
5182026-02-16T22:51:48.455Z Compiling winnow v0.7.14
5192026-02-16T22:51:48.456Z Compiling syn v1.0.109
5202026-02-16T22:51:48.623Z Compiling thread-id v4.2.2
5212026-02-16T22:51:49.112Z Compiling proc-macro-error v1.0.4
5222026-02-16T22:51:49.508Z Compiling plain v0.2.3
5232026-02-16T22:51:49.551Z Compiling utf8parse v0.2.2
5242026-02-16T22:51:49.679Z Compiling rustix v1.1.3
5252026-02-16T22:51:49.746Z Compiling getrandom v0.3.4
5262026-02-16T22:51:50.400Z Compiling log v0.4.29
5272026-02-16T22:51:50.428Z Compiling camino v1.2.2
5282026-02-16T22:51:50.701Z Compiling percent-encoding v2.3.2
5292026-02-16T22:51:50.823Z Compiling ordered-float v2.10.1
5302026-02-16T22:51:51.106Z Compiling form_urlencoded v1.2.2
5312026-02-16T22:51:51.230Z Compiling terminal_size v0.4.0
5322026-02-16T22:51:51.416Z Compiling anstyle-parse v0.2.5
5332026-02-16T22:51:51.792Z Compiling colorchoice v1.0.2
5342026-02-16T22:51:51.820Z Compiling anstyle v1.0.11
5352026-02-16T22:51:51.882Z Compiling cfg-if v1.0.4
5362026-02-16T22:51:51.974Z Compiling is_terminal_polyfill v1.70.1
5372026-02-16T22:51:52.004Z Compiling pretty-hex v0.4.1
5382026-02-16T22:51:52.033Z Compiling anstyle-query v1.1.1
5392026-02-16T22:51:52.214Z Compiling anstream v0.6.18
5402026-02-16T22:51:52.347Z Compiling semver v1.0.27
5412026-02-16T22:51:52.686Z Compiling fs-err v3.1.1
5422026-02-16T22:51:52.969Z Compiling anyhow v1.0.99
5432026-02-16T22:51:52.998Z Compiling fnv v1.0.7
5442026-02-16T22:51:53.035Z Compiling clap_lex v0.7.4
5452026-02-16T22:51:53.119Z Compiling unicode-xid v0.2.6
5462026-02-16T22:51:53.172Z Compiling heck v0.5.0
5472026-02-16T22:51:53.338Z Compiling synstructure v0.13.1
5482026-02-16T22:51:53.463Z Compiling once_cell v1.21.3
5492026-02-16T22:51:53.612Z Compiling strsim v0.11.1
5502026-02-16T22:51:53.645Z Compiling unicode-width v0.1.14
5512026-02-16T22:51:53.871Z Compiling heck v0.4.1
5522026-02-16T22:51:54.324Z Compiling fastrand v2.1.1
5532026-02-16T22:51:54.350Z Compiling bytecount v0.6.8
5542026-02-16T22:51:54.354Z Compiling clap_builder v4.5.48
5552026-02-16T22:51:54.590Z Compiling papergrid v0.11.0
5562026-02-16T22:51:54.674Z Compiling tempfile v3.24.0
5572026-02-16T22:51:54.966Z Compiling memmap v0.7.0
5582026-02-16T22:51:55.206Z Compiling unicode-width v0.2.0
5592026-02-16T22:51:55.307Z Compiling smawk v0.3.2
5602026-02-16T22:51:55.395Z Compiling unicode-linebreak v0.1.5
5612026-02-16T22:51:55.772Z Compiling camino-tempfile v1.4.1
5622026-02-16T22:51:55.917Z Compiling textwrap v0.16.2
5632026-02-16T22:51:56.323Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5642026-02-16T22:51:56.756Z Compiling tabled_derive v0.7.0
5652026-02-16T22:51:56.837Z Compiling swrite v0.1.0
5662026-02-16T22:51:57.474Z Compiling serde_derive v1.0.228
5672026-02-16T22:51:57.474Z Compiling zerofrom-derive v0.1.4
5682026-02-16T22:51:57.474Z Compiling yoke-derive v0.7.4
5692026-02-16T22:51:57.551Z Compiling zerovec-derive v0.10.3
5702026-02-16T22:51:57.551Z Compiling thiserror-impl v2.0.18
5712026-02-16T22:51:58.785Z Compiling displaydoc v0.2.5
5722026-02-16T22:51:59.908Z Compiling thiserror-impl v1.0.69
5732026-02-16T22:52:00.186Z Compiling icu_provider_macros v1.5.0
5742026-02-16T22:52:00.346Z Compiling zerocopy-derive v0.7.35
5752026-02-16T22:52:00.799Z Compiling pest v2.8.2
5762026-02-16T22:52:00.891Z Compiling zerofrom v0.1.4
5772026-02-16T22:52:01.172Z Compiling yoke v0.7.4
5782026-02-16T22:52:01.298Z Compiling scroll_derive v0.12.0
5792026-02-16T22:52:01.584Z Compiling zerovec v0.10.4
5802026-02-16T22:52:02.066Z Compiling clap_derive v4.5.47
5812026-02-16T22:52:02.335Z Compiling zerocopy v0.7.35
5822026-02-16T22:52:02.704Z Compiling scroll v0.12.0
5832026-02-16T22:52:03.006Z Compiling tabled v0.15.0
5842026-02-16T22:52:03.287Z Compiling goblin v0.8.2
5852026-02-16T22:52:03.504Z Compiling tinystr v0.7.6
5862026-02-16T22:52:03.699Z Compiling pest_meta v2.8.2
5872026-02-16T22:52:03.728Z Compiling icu_collections v1.5.0
5882026-02-16T22:52:03.862Z Compiling icu_locid v1.5.0
5892026-02-16T22:52:05.020Z Compiling icu_provider v1.5.0
5902026-02-16T22:52:05.662Z Compiling pest_generator v2.8.2
5912026-02-16T22:52:05.873Z Compiling icu_locid_transform v1.5.0
5922026-02-16T22:52:05.904Z Compiling toml_datetime v0.6.11
5932026-02-16T22:52:06.023Z Compiling serde_spanned v0.6.9
5942026-02-16T22:52:06.136Z Compiling dof v0.3.0
5952026-02-16T22:52:06.265Z Compiling toml_edit v0.22.27
5962026-02-16T22:52:06.464Z Compiling serde_tokenstream v0.2.2
5972026-02-16T22:52:07.046Z Compiling erased-serde v0.4.6
5982026-02-16T22:52:07.074Z Compiling serde-value v0.7.0
5992026-02-16T22:52:07.476Z Compiling icu_properties v1.5.1
6002026-02-16T22:52:07.889Z Compiling cargo-platform v0.2.0
6012026-02-16T22:52:07.929Z Compiling pest_derive v2.8.2
6022026-02-16T22:52:08.158Z Compiling serde-untagged v0.1.7
6032026-02-16T22:52:08.194Z Compiling clap v4.5.48
6042026-02-16T22:52:08.336Z Compiling macaddr v1.0.1
6052026-02-16T22:52:08.713Z Compiling dtrace-parser v0.2.0
6062026-02-16T22:52:09.572Z Compiling toml v0.8.23
6072026-02-16T22:52:10.552Z Compiling cargo_toml v0.21.0
6082026-02-16T22:52:10.668Z Compiling usdt-macro v0.5.0
6092026-02-16T22:52:11.032Z Compiling usdt-attr-macro v0.5.0
6102026-02-16T22:52:11.175Z Compiling icu_normalizer v1.5.0
6112026-02-16T22:52:11.949Z Compiling idna_adapter v1.2.0
6122026-02-16T22:52:12.125Z Compiling idna v1.0.3
6132026-02-16T22:52:12.158Z Compiling usdt v0.5.0
6142026-02-16T22:52:12.539Z Compiling url v2.5.4
6152026-02-16T22:52:13.306Z Compiling cargo-util-schemas v0.8.2
6162026-02-16T22:52:14.810Z Compiling cargo_metadata v0.21.0
6172026-02-16T22:52:16.409Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6182026-02-16T22:52:19.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
6192026-02-16T22:52:20.195Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6202026-02-16T22:52:20.990Z Downloading crates ...
6212026-02-16T22:52:21.117Z Downloaded array-init v0.0.4
6222026-02-16T22:52:21.127Z Downloaded aead v0.5.2
6232026-02-16T22:52:21.131Z Downloaded adler2 v2.0.0
6242026-02-16T22:52:21.135Z Downloaded corncobs v0.1.4
6252026-02-16T22:52:21.139Z Downloaded bit-vec v0.8.0
6262026-02-16T22:52:21.143Z Downloaded arrayvec v0.7.6
6272026-02-16T22:52:21.149Z Downloaded data-encoding v2.9.0
6282026-02-16T22:52:21.153Z Downloaded foreign-types v0.5.0
6292026-02-16T22:52:21.157Z Downloaded derive_more v0.99.20
6302026-02-16T22:52:21.166Z Downloaded defmt-macros v0.3.9
6312026-02-16T22:52:21.172Z Downloaded derive_builder_macro v0.20.2
6322026-02-16T22:52:21.175Z Downloaded derive-ex v0.1.8
6332026-02-16T22:52:21.180Z Downloaded bitfield v0.19.2
6342026-02-16T22:52:21.185Z Downloaded darling_macro v0.21.0
6352026-02-16T22:52:21.189Z Downloaded float-cmp v0.10.0
6362026-02-16T22:52:21.193Z Downloaded foreign-types v0.3.2
6372026-02-16T22:52:21.198Z Downloaded deranged v0.5.3
6382026-02-16T22:52:21.204Z Downloaded embedded-io v0.6.1
6392026-02-16T22:52:21.208Z Downloaded ena v0.14.3
6402026-02-16T22:52:21.214Z Downloaded env_filter v0.1.2
6412026-02-16T22:52:21.218Z Downloaded defmt-parser v0.3.4
6422026-02-16T22:52:21.221Z Downloaded document-features v0.2.11
6432026-02-16T22:52:21.225Z Downloaded futures-io v0.3.31
6442026-02-16T22:52:21.228Z Downloaded ciborium-io v0.2.2
6452026-02-16T22:52:21.232Z Downloaded futures-macro v0.3.31
6462026-02-16T22:52:21.235Z Downloaded dsl_auto_type v0.1.2
6472026-02-16T22:52:21.240Z Downloaded derive-where v1.5.0
6482026-02-16T22:52:21.245Z Downloaded ghash v0.5.1
6492026-02-16T22:52:21.249Z Downloaded foreign-types-shared v0.1.1
6502026-02-16T22:52:21.254Z Downloaded funty v2.0.0
6512026-02-16T22:52:21.258Z Downloaded endian-type v0.1.2
6522026-02-16T22:52:21.262Z Downloaded futures-sink v0.3.31
6532026-02-16T22:52:21.265Z Downloaded globwalk v0.9.1
6542026-02-16T22:52:21.281Z Downloaded hash32 v0.3.1
6552026-02-16T22:52:21.285Z Downloaded bitflags v1.3.2
6562026-02-16T22:52:21.291Z Downloaded foldhash v0.1.5
6572026-02-16T22:52:21.296Z Downloaded hubpack v0.1.2
6582026-02-16T22:52:21.300Z Downloaded hubpack_derive v0.1.1
6592026-02-16T22:52:21.304Z Downloaded ident_case v1.0.1
6602026-02-16T22:52:21.307Z Downloaded ahash v0.8.12
6612026-02-16T22:52:21.312Z Downloaded inout v0.1.3
6622026-02-16T22:52:21.315Z Downloaded hyper-tls v0.6.0
6632026-02-16T22:52:21.323Z Downloaded internet-checksum v0.2.1
6642026-02-16T22:52:21.327Z Downloaded filetime v0.2.26
6652026-02-16T22:52:21.330Z Downloaded indent_write v2.2.0
6662026-02-16T22:52:21.333Z Downloaded heck v0.3.3
6672026-02-16T22:52:21.336Z Downloaded glob v0.3.2
6682026-02-16T22:52:21.340Z Downloaded instability v0.3.2
6692026-02-16T22:52:21.343Z Downloaded keccak v0.1.5
6702026-02-16T22:52:21.348Z Downloaded kstat-rs v0.2.4
6712026-02-16T22:52:21.351Z Downloaded humantime v2.2.0
6722026-02-16T22:52:21.355Z Downloaded http-body-util v0.1.3
6732026-02-16T22:52:21.360Z Downloaded console v0.15.10
6742026-02-16T22:52:21.364Z Downloaded linked-hash-map v0.5.6
6752026-02-16T22:52:21.367Z Downloaded highway v1.3.0
6762026-02-16T22:52:21.372Z Downloaded impl-trait-for-tuples v0.2.2
6772026-02-16T22:52:21.375Z Downloaded hyper-staticfile v0.10.1
6782026-02-16T22:52:21.381Z Downloaded maybe-uninit v2.0.0
6792026-02-16T22:52:21.384Z Downloaded managed v0.8.0
6802026-02-16T22:52:21.387Z Downloaded lzss v0.8.2
6812026-02-16T22:52:21.391Z Downloaded md5 v0.7.0
6822026-02-16T22:52:21.394Z Downloaded half v1.8.3
6832026-02-16T22:52:21.400Z Downloaded ingot-types v0.1.2
6842026-02-16T22:52:21.403Z Downloaded md-5 v0.10.6
6852026-02-16T22:52:21.408Z Downloaded nodrop v0.1.14
6862026-02-16T22:52:21.411Z Downloaded futures-channel v0.3.31
6872026-02-16T22:52:21.414Z Downloaded futures v0.3.31
6882026-02-16T22:52:21.420Z Downloaded normalize-line-endings v0.3.0
6892026-02-16T22:52:21.423Z Downloaded multimap v0.10.1
6902026-02-16T22:52:21.429Z Downloaded libsw v3.5.0
6912026-02-16T22:52:21.432Z Downloaded olpc-cjson v0.1.4
6922026-02-16T22:52:21.432Z Downloaded num-derive v0.4.2
6932026-02-16T22:52:21.436Z Downloaded num-conv v0.1.0
6942026-02-16T22:52:21.439Z Downloaded lock_api v0.4.12
6952026-02-16T22:52:21.443Z Downloaded linear-map v1.2.0
6962026-02-16T22:52:21.446Z Downloaded num-derive v0.3.3
6972026-02-16T22:52:21.449Z Downloaded num_threads v0.1.7
6982026-02-16T22:52:21.452Z Downloaded openssl-macros v0.1.1
6992026-02-16T22:52:21.455Z Downloaded dropshot_endpoint v0.16.7
7002026-02-16T22:52:21.462Z Downloaded ingot-macros v0.1.1
7012026-02-16T22:52:21.465Z Downloaded newtype-uuid v1.3.2
7022026-02-16T22:52:21.468Z Downloaded oso-derive v0.27.3
7032026-02-16T22:52:21.471Z Downloaded ipnet v2.11.0
7042026-02-16T22:52:21.474Z Downloaded parse-display v0.10.0
7052026-02-16T22:52:21.477Z Downloaded pbkdf2 v0.11.0
7062026-02-16T22:52:21.481Z Downloaded pbkdf2 v0.12.2
7072026-02-16T22:52:21.484Z Downloaded const_format v0.2.34
7082026-02-16T22:52:21.490Z Downloaded phf_shared v0.12.1
7092026-02-16T22:52:21.493Z Downloaded httparse v1.9.5
7102026-02-16T22:52:21.497Z Downloaded num_enum_derive v0.5.11
7112026-02-16T22:52:21.500Z Downloaded phf_shared v0.11.2
7122026-02-16T22:52:21.503Z Downloaded pin-utils v0.1.0
7132026-02-16T22:52:21.506Z Downloaded num-iter v0.1.45
7142026-02-16T22:52:21.508Z Downloaded num-complex v0.4.6
7152026-02-16T22:52:21.511Z Downloaded num_enum v0.5.11
7162026-02-16T22:52:21.518Z Downloaded indexmap v1.9.3
7172026-02-16T22:52:21.522Z Downloaded powerfmt v0.2.0
7182026-02-16T22:52:21.525Z Downloaded proc-macro-error-attr2 v2.0.0
7192026-02-16T22:52:21.528Z Downloaded dropshot-api-manager v0.3.0
7202026-02-16T22:52:21.534Z Downloaded predicates-tree v1.0.12
7212026-02-16T22:52:21.537Z Downloaded flume v0.11.1
7222026-02-16T22:52:21.544Z Downloaded parking_lot_core v0.8.6
7232026-02-16T22:52:21.548Z Downloaded memmap2 v0.9.8
7242026-02-16T22:52:21.551Z Downloaded progenitor-client v0.10.0
7252026-02-16T22:52:21.557Z Downloaded progenitor-client v0.8.0
7262026-02-16T22:52:21.558Z Downloaded progenitor-client v0.11.2
7272026-02-16T22:52:21.561Z Downloaded password-hash v0.4.2
7282026-02-16T22:52:21.561Z Downloaded psl-types v2.0.11
7292026-02-16T22:52:21.565Z Downloaded quick-error v1.2.3
7302026-02-16T22:52:21.565Z Downloaded backtrace v0.3.74
7312026-02-16T22:52:21.571Z Downloaded radium v0.7.0
7322026-02-16T22:52:21.573Z Downloaded heapless v0.8.0
7332026-02-16T22:52:21.578Z Downloaded phf v0.11.2
7342026-02-16T22:52:21.581Z Downloaded rand_chacha v0.3.1
7352026-02-16T22:52:21.584Z Downloaded rand_xorshift v0.4.0
7362026-02-16T22:52:21.589Z Downloaded bumpalo v3.16.0
7372026-02-16T22:52:21.593Z Downloaded indicatif v0.17.11
7382026-02-16T22:52:21.596Z Downloaded polyval v0.6.2
7392026-02-16T22:52:21.599Z Downloaded postgres-protocol v0.6.8
7402026-02-16T22:52:21.602Z Downloaded ref-cast v1.0.25
7412026-02-16T22:52:21.605Z Downloaded ref-cast-impl v1.0.25
7422026-02-16T22:52:21.608Z Downloaded rfc6979 v0.4.0
7432026-02-16T22:52:21.611Z Downloaded derive_more-impl v2.0.1
7442026-02-16T22:52:21.617Z Downloaded miniz_oxide v0.8.5
7452026-02-16T22:52:21.620Z Downloaded progenitor v0.11.2
7462026-02-16T22:52:21.623Z Downloaded rtoolbox v0.0.2
7472026-02-16T22:52:21.626Z Downloaded expectorate v1.2.0
7482026-02-16T22:52:21.630Z Downloaded rustc-hash v1.1.0
7492026-02-16T22:52:21.633Z Downloaded progenitor-macro v0.11.2
7502026-02-16T22:52:21.636Z Downloaded password-hash v0.5.0
7512026-02-16T22:52:21.640Z Downloaded russh-cryptovec v0.7.3
7522026-02-16T22:52:21.640Z Downloaded rustc_version v0.1.7
7532026-02-16T22:52:21.644Z Downloaded rustc-hash v2.1.1
7542026-02-16T22:52:21.647Z Downloaded quinn-udp v0.5.5
7552026-02-16T22:52:21.647Z Downloaded jiff-static v0.2.15
7562026-02-16T22:52:21.650Z Downloaded hickory-resolver v0.24.4
7572026-02-16T22:52:21.654Z Downloaded rand_chacha v0.9.0
7582026-02-16T22:52:21.657Z Downloaded rustc_version v0.4.1
7592026-02-16T22:52:21.660Z Downloaded pkcs5 v0.7.1
7602026-02-16T22:52:21.664Z Downloaded same-file v1.0.6
7612026-02-16T22:52:21.667Z Downloaded salsa20 v0.10.2
7622026-02-16T22:52:21.671Z Downloaded indicatif v0.18.0
7632026-02-16T22:52:21.675Z Downloaded rand_core v0.6.4
7642026-02-16T22:52:21.678Z Downloaded predicates v3.1.3
7652026-02-16T22:52:21.681Z Downloaded scrypt v0.11.0
7662026-02-16T22:52:21.686Z Downloaded scroll_derive v0.13.1
7672026-02-16T22:52:21.689Z Downloaded seq-macro v0.3.6
7682026-02-16T22:52:21.689Z Downloaded serde_urlencoded v0.7.1
7692026-02-16T22:52:21.691Z Downloaded serde_repr v0.1.19
7702026-02-16T22:52:21.695Z Downloaded shell-words v1.1.0
7712026-02-16T22:52:21.697Z Downloaded resolv-conf v0.7.0
7722026-02-16T22:52:21.703Z Downloaded proc-macro-error2 v2.0.1
7732026-02-16T22:52:21.705Z Downloaded serde-big-array v0.5.1
7742026-02-16T22:52:21.708Z Downloaded serde_plain v1.0.2
7752026-02-16T22:52:21.711Z Downloaded papergrid v0.14.0
7762026-02-16T22:52:21.714Z Downloaded signature v2.2.0
7772026-02-16T22:52:21.719Z Downloaded siphasher v0.3.11
7782026-02-16T22:52:21.724Z Downloaded simd-adler32 v0.3.7
7792026-02-16T22:52:21.728Z Downloaded siphasher v1.0.1
7802026-02-16T22:52:21.728Z Downloaded rusty-fork v0.3.0
7812026-02-16T22:52:21.728Z Downloaded sigpipe v0.1.3
7822026-02-16T22:52:21.731Z Downloaded slog-bunyan v2.5.0
7832026-02-16T22:52:21.735Z Downloaded rustc-demangle v0.1.24
7842026-02-16T22:52:21.735Z Downloaded rustversion v1.0.22
7852026-02-16T22:52:21.740Z Downloaded scheduled-thread-pool v0.2.7
7862026-02-16T22:52:21.743Z Downloaded rustls-pemfile v1.0.4
7872026-02-16T22:52:21.746Z Downloaded sct v0.7.1
7882026-02-16T22:52:21.749Z Downloaded rustls-pemfile v2.2.0
7892026-02-16T22:52:21.753Z Downloaded openssl-sys v0.9.109
7902026-02-16T22:52:21.757Z Downloaded hyper-util v0.1.19
7912026-02-16T22:52:21.763Z Downloaded sqlparser_derive v0.2.2
7922026-02-16T22:52:21.766Z Downloaded sec1 v0.7.3
7932026-02-16T22:52:21.769Z Downloaded scroll v0.13.0
7942026-02-16T22:52:21.771Z Downloaded schemars_derive v0.8.22
7952026-02-16T22:52:21.774Z Downloaded signal-hook-tokio v0.3.1
7962026-02-16T22:52:21.774Z Downloaded serde_path_to_error v0.1.20
7972026-02-16T22:52:21.778Z Downloaded serde-hex v0.1.0
7982026-02-16T22:52:21.782Z Downloaded serde_bytes v0.11.19
7992026-02-16T22:52:21.786Z Downloaded ssh-cipher v0.2.0
8002026-02-16T22:52:21.786Z Downloaded ssh-encoding v0.2.0
8012026-02-16T22:52:21.789Z Downloaded progenitor-impl v0.11.2
8022026-02-16T22:52:21.789Z Downloaded crossterm v0.28.1
8032026-02-16T22:52:21.795Z Downloaded aws-lc-rs v1.12.4
8042026-02-16T22:52:21.804Z Downloaded sync_wrapper v1.0.1
8052026-02-16T22:52:21.807Z Downloaded hickory-resolver v0.25.2
8062026-02-16T22:52:21.812Z Downloaded slab v0.4.9
8072026-02-16T22:52:21.816Z Downloaded take_mut v0.2.2
8082026-02-16T22:52:21.816Z Downloaded tabwriter v1.4.0
8092026-02-16T22:52:21.820Z Downloaded tagptr v0.2.0
8102026-02-16T22:52:21.820Z Downloaded tabled_derive v0.10.0
8112026-02-16T22:52:21.824Z Downloaded pin-project v1.1.6
8122026-02-16T22:52:21.833Z Downloaded tap v1.0.1
8132026-02-16T22:52:21.837Z Downloaded termtree v0.5.1
8142026-02-16T22:52:21.840Z Downloaded ron v0.8.1
8152026-02-16T22:52:21.844Z Downloaded thiserror-impl-no-std v2.0.2
8162026-02-16T22:52:21.846Z Downloaded smf v0.2.3
8172026-02-16T22:52:21.849Z Downloaded slog-json v2.6.1
8182026-02-16T22:52:21.853Z Downloaded itertools v0.10.5
8192026-02-16T22:52:21.856Z Downloaded time-core v0.1.6
8202026-02-16T22:52:21.859Z Downloaded thread-id v5.0.0
8212026-02-16T22:52:21.862Z Downloaded testing_table v0.3.0
8222026-02-16T22:52:21.862Z Downloaded serde_derive_internals v0.29.1
8232026-02-16T22:52:21.865Z Downloaded spki v0.7.3
8242026-02-16T22:52:21.868Z Downloaded serde_with_macros v3.16.1
8252026-02-16T22:52:21.872Z Downloaded progenitor-impl v0.10.0
8262026-02-16T22:52:21.872Z Downloaded russh-keys v0.45.0
8272026-02-16T22:52:21.875Z Downloaded tinyvec_macros v0.1.1
8282026-02-16T22:52:21.878Z Downloaded thread_local v1.1.8
8292026-02-16T22:52:21.878Z Downloaded static_assertions v1.1.0
8302026-02-16T22:52:21.881Z Downloaded slog-async v2.8.0
8312026-02-16T22:52:21.884Z Downloaded signal-hook-registry v1.4.2
8322026-02-16T22:52:21.884Z Downloaded strum_macros v0.27.2
8332026-02-16T22:52:21.888Z Downloaded schemars v0.8.22
8342026-02-16T22:52:21.900Z Downloaded support-bundle-viewer v0.1.2
8352026-02-16T22:52:21.903Z Downloaded rustls-pki-types v1.10.0
8362026-02-16T22:52:21.906Z Downloaded rayon-core v1.12.1
8372026-02-16T22:52:21.909Z Downloaded rcgen v0.12.1
8382026-02-16T22:52:21.912Z Downloaded slog-term v2.9.2
8392026-02-16T22:52:21.916Z Downloaded tower-service v0.3.3
8402026-02-16T22:52:21.919Z Downloaded spin v0.9.8
8412026-02-16T22:52:21.919Z Downloaded thiserror-no-std v2.0.2
8422026-02-16T22:52:21.923Z Downloaded termios v0.3.3
8432026-02-16T22:52:21.926Z Downloaded ron v0.7.1
8442026-02-16T22:52:21.930Z Downloaded tower-layer v0.3.3
8452026-02-16T22:52:21.933Z Downloaded tiny-keccak v2.0.2
8462026-02-16T22:52:21.936Z Downloaded signal-hook v0.3.18
8472026-02-16T22:52:21.939Z Downloaded unarray v0.1.4
8482026-02-16T22:52:21.939Z Downloaded time-macros v0.2.24
8492026-02-16T22:52:21.942Z Downloaded topological-sort v0.2.2
8502026-02-16T22:52:21.945Z Downloaded typify-macro v0.4.3
8512026-02-16T22:52:21.945Z Downloaded untrusted v0.7.1
8522026-02-16T22:52:21.948Z Downloaded aho-corasick v1.1.3
8532026-02-16T22:52:21.952Z Downloaded rand v0.8.5
8542026-02-16T22:52:21.956Z Downloaded schemars v0.9.0
8552026-02-16T22:52:21.968Z Downloaded unit-prefix v0.5.1
8562026-02-16T22:52:21.970Z Downloaded typify-macro v0.2.0
8572026-02-16T22:52:21.970Z Downloaded term v1.1.0
8582026-02-16T22:52:21.973Z Downloaded trait-variant v0.1.2
8592026-02-16T22:52:21.976Z Downloaded utf-8 v0.7.6
8602026-02-16T22:52:21.976Z Downloaded usdt-macro v0.6.0
8612026-02-16T22:52:21.979Z Downloaded tokio-tungstenite v0.21.0
8622026-02-16T22:52:21.982Z Downloaded void v1.0.2
8632026-02-16T22:52:21.982Z Downloaded tokio-tungstenite v0.23.1
8642026-02-16T22:52:21.985Z Downloaded usdt-attr-macro v0.6.0
8652026-02-16T22:52:21.985Z Downloaded unicode-truncate v1.1.0
8662026-02-16T22:52:21.989Z Downloaded tokio-macros v2.6.0
8672026-02-16T22:52:21.989Z Downloaded tokio-dtrace v0.1.0
8682026-02-16T22:52:21.992Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8692026-02-16T22:52:21.992Z Downloaded publicsuffix v2.3.0
8702026-02-16T22:52:21.995Z Downloaded itertools v0.12.1
8712026-02-16T22:52:22.001Z Downloaded waitgroup v0.1.2
8722026-02-16T22:52:22.004Z Downloaded wait-timeout v0.2.0
8732026-02-16T22:52:22.004Z Downloaded typify v0.2.0
8742026-02-16T22:52:22.007Z Downloaded untrusted v0.9.0
8752026-02-16T22:52:22.010Z Downloaded futures-util v0.3.31
8762026-02-16T22:52:22.019Z Downloaded xattr v1.3.1
8772026-02-16T22:52:22.023Z Downloaded unicase v2.8.1
8782026-02-16T22:52:22.026Z Downloaded toml_writer v1.0.6+spec-1.1.0
8792026-02-16T22:52:22.026Z Downloaded which v4.4.2
8802026-02-16T22:52:22.029Z Downloaded want v0.3.1
8812026-02-16T22:52:22.029Z Downloaded num-bigint-dig v0.8.6
8822026-02-16T22:52:22.032Z Downloaded xshell-macros v0.2.7
8832026-02-16T22:52:22.035Z Downloaded rand v0.9.2
8842026-02-16T22:52:22.039Z Downloaded tokio-rustls v0.26.0
8852026-02-16T22:52:22.042Z Downloaded tinyvec v1.8.0
8862026-02-16T22:52:22.042Z Downloaded tui-tree-widget v0.23.1
8872026-02-16T22:52:22.045Z Downloaded tar v0.4.44
8882026-02-16T22:52:22.048Z Downloaded schemars v1.0.4
8892026-02-16T22:52:22.060Z Downloaded zone_cfg_derive v0.3.0
8902026-02-16T22:52:22.063Z Downloaded zone_cfg_derive v0.1.2
8912026-02-16T22:52:22.063Z Downloaded zeroize_derive v1.4.2
8922026-02-16T22:52:22.066Z Downloaded vergen-git2 v1.0.7
8932026-02-16T22:52:22.066Z Downloaded uzers v0.12.1
8942026-02-16T22:52:22.069Z Downloaded tokio-stream v0.1.17
8952026-02-16T22:52:22.072Z Downloaded wyz v0.5.1
8962026-02-16T22:52:22.075Z Downloaded walkdir v2.5.0
8972026-02-16T22:52:22.078Z Downloaded vsss-rs v3.3.4
8982026-02-16T22:52:22.081Z Downloaded unicode-properties v0.1.3
8992026-02-16T22:52:22.081Z Downloaded usdt-impl v0.6.0
9002026-02-16T22:52:22.083Z Downloaded zone v0.3.1
9012026-02-16T22:52:22.086Z Downloaded zone v0.1.8
9022026-02-16T22:52:22.086Z Downloaded vergen-lib v0.1.6
9032026-02-16T22:52:22.089Z Downloaded blake3 v1.5.4
9042026-02-16T22:52:22.096Z Downloaded xz2 v0.1.7
9052026-02-16T22:52:22.099Z Downloaded vergen-gitcl v1.0.8
9062026-02-16T22:52:22.102Z Downloaded vergen v9.0.6
9072026-02-16T22:52:22.102Z Downloaded twox-hash v2.1.0
9082026-02-16T22:52:22.105Z Downloaded zeroize v1.8.1
9092026-02-16T22:52:22.108Z Downloaded value-bag v1.12.0
9102026-02-16T22:52:22.110Z Downloaded toml v0.9.11+spec-1.1.0
9112026-02-16T22:52:22.113Z Downloaded whoami v1.5.2
9122026-02-16T22:52:22.117Z Downloaded p521 v0.13.3
9132026-02-16T22:52:22.120Z Downloaded tracing-core v0.1.32
9142026-02-16T22:52:22.123Z Downloaded snafu v0.8.5
9152026-02-16T22:52:22.129Z Downloaded unsafe-libyaml v0.2.11
9162026-02-16T22:52:22.132Z Downloaded toml v0.7.8
9172026-02-16T22:52:22.136Z Downloaded samael v0.0.19
9182026-02-16T22:52:22.143Z Downloaded zstd v0.13.3
9192026-02-16T22:52:22.146Z Downloaded rustyline v14.0.0
9202026-02-16T22:52:22.150Z Downloaded zerocopy v0.6.6
9212026-02-16T22:52:22.154Z Downloaded tungstenite v0.21.0
9222026-02-16T22:52:22.157Z Downloaded vte v0.11.1
9232026-02-16T22:52:22.160Z Downloaded hkdf v0.12.4
9242026-02-16T22:52:22.163Z Downloaded tracing v0.1.40
9252026-02-16T22:52:22.168Z Downloaded typify v0.4.3
9262026-02-16T22:52:22.172Z Downloaded unicode-bidi v0.3.17
9272026-02-16T22:52:22.177Z Downloaded rpassword v7.4.0
9282026-02-16T22:52:22.181Z Downloaded russh v0.45.0
9292026-02-16T22:52:22.193Z Downloaded yasna v0.5.2
9302026-02-16T22:52:22.193Z Downloaded itertools v0.14.0
9312026-02-16T22:52:22.198Z Downloaded zstd-safe v7.2.3
9322026-02-16T22:52:22.198Z Downloaded uuid v1.19.0
9332026-02-16T22:52:22.198Z Downloaded test-strategy v0.4.3
9342026-02-16T22:52:22.201Z Downloaded tungstenite v0.23.0
9352026-02-16T22:52:22.208Z Downloaded steno v0.4.1
9362026-02-16T22:52:22.212Z Downloaded reedline v0.40.0
9372026-02-16T22:52:22.216Z Downloaded tokio-postgres v0.7.13
9382026-02-16T22:52:22.221Z Downloaded ssh-key v0.6.6
9392026-02-16T22:52:22.229Z Downloaded toml_edit v0.19.15
9402026-02-16T22:52:22.246Z Downloaded zopfli v0.8.1
9412026-02-16T22:52:22.249Z Downloaded git2 v0.20.2
9422026-02-16T22:52:22.256Z Downloaded regex v1.11.3
9432026-02-16T22:52:22.266Z Downloaded h2 v0.4.6
9442026-02-16T22:52:22.269Z Downloaded zerocopy-derive v0.8.27
9452026-02-16T22:52:22.276Z Downloaded zip v0.6.6
9462026-02-16T22:52:22.281Z Downloaded bindgen v0.71.1
9472026-02-16T22:52:22.287Z Downloaded yansi v1.0.1
9482026-02-16T22:52:22.291Z Downloaded x509-cert v0.2.5
9492026-02-16T22:52:22.297Z Downloaded bindgen v0.69.5
9502026-02-16T22:52:22.304Z Downloaded typed-path v0.9.3
9512026-02-16T22:52:22.310Z Downloaded goblin v0.10.2
9522026-02-16T22:52:22.317Z Downloaded tokio-util v0.7.15
9532026-02-16T22:52:22.326Z Downloaded serde_with v3.16.1
9542026-02-16T22:52:22.339Z Downloaded zip v4.2.0
9552026-02-16T22:52:22.343Z Downloaded unicode-segmentation v1.12.0
9562026-02-16T22:52:22.346Z Downloaded curve25519-dalek v4.1.3
9572026-02-16T22:52:22.356Z Downloaded quinn-proto v0.11.8
9582026-02-16T22:52:22.361Z Downloaded gimli v0.31.1
9592026-02-16T22:52:22.368Z Downloaded moka v0.12.10
9602026-02-16T22:52:22.386Z Downloaded unicode-normalization v0.1.24
9612026-02-16T22:52:22.389Z Downloaded sqlparser v0.45.0
9622026-02-16T22:52:22.389Z Downloaded time v0.3.43
9632026-02-16T22:52:22.397Z Downloaded tower-http v0.6.6
9642026-02-16T22:52:22.405Z Downloaded winnow v0.6.26
9652026-02-16T22:52:22.412Z Downloaded petname v2.0.2
9662026-02-16T22:52:22.421Z Downloaded object v0.30.4
9672026-02-16T22:52:22.427Z Downloaded nix v0.27.1
9682026-02-16T22:52:22.437Z Downloaded openssl v0.10.73
9692026-02-16T22:52:22.448Z Downloaded winnow v0.5.40
9702026-02-16T22:52:22.455Z Downloaded tough v0.20.0
9712026-02-16T22:52:22.464Z Downloaded nix v0.28.0
9722026-02-16T22:52:22.474Z Downloaded dropshot v0.16.7
9732026-02-16T22:52:22.497Z Downloaded vcpkg v0.2.15
9742026-02-16T22:52:22.534Z Downloaded zlib-rs v0.5.1
9752026-02-16T22:52:22.538Z Downloaded polar-core v0.27.3
9762026-02-16T22:52:22.545Z Downloaded nix v0.30.1
9772026-02-16T22:52:22.558Z Downloaded zerocopy v0.8.27
9782026-02-16T22:52:22.580Z Downloaded bstr v1.10.0
9792026-02-16T22:52:22.589Z Downloaded hickory-proto v0.24.4
9802026-02-16T22:52:22.605Z Downloaded webpki-roots v1.0.1
9812026-02-16T22:52:22.608Z Downloaded tabled v0.18.0
9822026-02-16T22:52:22.623Z Downloaded rustls v0.22.4
9832026-02-16T22:52:22.637Z Downloaded smoltcp v0.11.0
9842026-02-16T22:52:22.649Z Downloaded regress v0.10.4
9852026-02-16T22:52:22.655Z Downloaded regex-syntax v0.8.5
9862026-02-16T22:52:22.663Z Downloaded openapiv3 v2.2.0
9872026-02-16T22:52:22.675Z Downloaded rustls v0.23.19
9882026-02-16T22:52:22.685Z Downloaded hickory-proto v0.25.2
9892026-02-16T22:52:22.700Z Downloaded regex-syntax v0.6.29
9902026-02-16T22:52:22.707Z Downloaded ratatui v0.29.0
9912026-02-16T22:52:22.725Z Downloaded diesel v2.2.12
9922026-02-16T22:52:22.742Z Downloaded tabled v0.20.0
9932026-02-16T22:52:22.759Z Downloaded smoltcp v0.9.1
9942026-02-16T22:52:22.768Z Downloaded rustls v0.21.12
9952026-02-16T22:52:22.779Z Downloaded radix_trie v0.2.1
9962026-02-16T22:52:22.785Z Downloaded sled v0.34.7
9972026-02-16T22:52:22.794Z Downloaded object v0.36.5
9982026-02-16T22:52:22.804Z Downloaded typify-impl v0.4.3
9992026-02-16T22:52:22.819Z Downloaded typify-impl v0.2.0
10002026-02-16T22:52:22.831Z Downloaded petgraph v0.6.5
10012026-02-16T22:52:22.848Z Downloaded jiff v0.2.15
10022026-02-16T22:52:22.863Z Downloaded bzip2-sys v0.1.13+1.0.8
10032026-02-16T22:52:22.873Z Downloaded zerocopy-derive v0.6.6
10042026-02-16T22:52:22.882Z Downloaded regex-automata v0.4.11
10052026-02-16T22:52:22.897Z Downloaded petgraph v0.8.2
10062026-02-16T22:52:22.917Z Downloaded libz-sys v1.1.20
10072026-02-16T22:52:22.934Z Downloaded nix v0.29.0
10082026-02-16T22:52:22.944Z Downloaded csv v1.3.1
10092026-02-16T22:52:22.962Z Downloaded rustls-webpki v0.102.8
10102026-02-16T22:52:22.980Z Downloaded tower v0.5.2
10112026-02-16T22:52:22.988Z Downloaded lzma-sys v0.1.20
10122026-02-16T22:52:23.013Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10132026-02-16T22:52:23.030Z Downloaded chrono-tz v0.10.4
10142026-02-16T22:52:23.045Z Downloaded salty v0.3.0
10152026-02-16T22:52:23.050Z Downloaded rustls-webpki v0.101.7
10162026-02-16T22:52:23.065Z Downloaded proptest v1.7.0
10172026-02-16T22:52:23.072Z Downloaded lalrpop v0.19.12
10182026-02-16T22:52:23.082Z Downloaded reqwest v0.12.24
10192026-02-16T22:52:23.087Z Downloaded rayon v1.10.0
10202026-02-16T22:52:23.096Z Downloaded sha3 v0.10.8
10212026-02-16T22:52:23.100Z Downloaded quick-xml v0.37.2
10222026-02-16T22:52:23.106Z Downloaded tokio v1.49.0
10232026-02-16T22:52:23.141Z Downloaded portable-atomic v1.11.0
10242026-02-16T22:52:23.147Z Downloaded unicode_categories v0.1.1
10252026-02-16T22:52:23.150Z Downloaded p384 v0.13.1
10262026-02-16T22:52:23.153Z Downloaded chrono v0.4.43
10272026-02-16T22:52:23.160Z Downloaded xshell v0.2.7
10282026-02-16T22:52:23.163Z Downloaded toml_parser v1.0.6+spec-1.1.0
10292026-02-16T22:52:23.166Z Downloaded hyper v1.8.1
10302026-02-16T22:52:23.170Z Downloaded tokio-rustls v0.24.1
10312026-02-16T22:52:23.173Z Downloaded socket2 v0.5.10
10322026-02-16T22:52:23.176Z Downloaded tls_codec_derive v0.4.1
10332026-02-16T22:52:23.180Z Downloaded vte_generate_state_changes v0.1.2
10342026-02-16T22:52:23.180Z Downloaded usdt v0.6.0
10352026-02-16T22:52:23.180Z Downloaded tracing-attributes v0.1.27
10362026-02-16T22:52:23.183Z Downloaded rsa v0.9.8
10372026-02-16T22:52:23.185Z Downloaded itertools v0.13.0
10382026-02-16T22:52:23.191Z Downloaded encoding_rs v0.8.34
10392026-02-16T22:52:23.210Z Downloaded iri-string v0.7.8
10402026-02-16T22:52:23.216Z Downloaded socket2 v0.6.1
10412026-02-16T22:52:23.219Z Downloaded tls_codec v0.4.1
10422026-02-16T22:52:23.222Z Downloaded term v0.7.0
10432026-02-16T22:52:23.226Z Downloaded iddqd v0.3.16
10442026-02-16T22:52:23.230Z Downloaded libxml v0.3.3
10452026-02-16T22:52:23.234Z Downloaded universal-hash v0.5.1
10462026-02-16T22:52:23.236Z Downloaded tokio-rustls v0.25.0
10472026-02-16T22:52:23.237Z Downloaded tokio-native-tls v0.3.1
10482026-02-16T22:52:23.241Z Downloaded try-lock v0.2.5
10492026-02-16T22:52:23.241Z Downloaded subprocess v0.2.9
10502026-02-16T22:52:23.244Z Downloaded stringprep v0.1.5
10512026-02-16T22:52:23.244Z Downloaded slog v2.8.2
10522026-02-16T22:52:23.247Z Downloaded similar v2.7.0
10532026-02-16T22:52:23.250Z Downloaded serde_yaml v0.9.34+deprecated
10542026-02-16T22:52:23.253Z Downloaded qorb v0.4.1
10552026-02-16T22:52:23.257Z Downloaded bitvec v1.0.1
10562026-02-16T22:52:23.271Z Downloaded nom v7.1.3
10572026-02-16T22:52:23.276Z Downloaded hashbrown v0.15.4
10582026-02-16T22:52:23.280Z Downloaded quinn v0.11.5
10592026-02-16T22:52:23.285Z Downloaded minimal-lexical v0.2.1
10602026-02-16T22:52:23.289Z Downloaded num-bigint v0.4.6
10612026-02-16T22:52:23.292Z Downloaded ring v0.17.14
10622026-02-16T22:52:23.342Z Downloaded strum_macros v0.26.4
10632026-02-16T22:52:23.345Z Downloaded strum_macros v0.24.3
10642026-02-16T22:52:23.345Z Downloaded string_cache v0.8.9
10652026-02-16T22:52:23.345Z Downloaded mio v1.0.2
10662026-02-16T22:52:23.345Z Downloaded libgit2-sys v0.18.2+1.9.1
10672026-02-16T22:52:23.388Z Downloaded serde_cbor v0.11.2
10682026-02-16T22:52:23.391Z Downloaded sqlformat v0.3.5
10692026-02-16T22:52:23.394Z Downloaded pretty_assertions v1.4.1
10702026-02-16T22:52:23.394Z Downloaded aes-gcm v0.10.3
10712026-02-16T22:52:23.397Z Downloaded tabled_derive v0.11.0
10722026-02-16T22:52:23.399Z Downloaded snafu-derive v0.8.5
10732026-02-16T22:52:23.400Z Downloaded smallvec v0.6.14
10742026-02-16T22:52:23.403Z Downloaded slog-envlogger v2.2.0
10752026-02-16T22:52:23.403Z Downloaded ryu v1.0.18
10762026-02-16T22:52:23.406Z Downloaded prettyplease v0.2.36
10772026-02-16T22:52:23.408Z Downloaded prefix-trie v0.7.0
10782026-02-16T22:52:23.411Z Downloaded hickory-server v0.25.2
10792026-02-16T22:52:23.414Z Downloaded sync-ptr v0.1.4
10802026-02-16T22:52:23.414Z Downloaded slog-stdlog v4.1.1
10812026-02-16T22:52:23.416Z Downloaded slog-scope v4.4.0
10822026-02-16T22:52:23.417Z Downloaded slog-dtrace v0.3.0
10832026-02-16T22:52:23.420Z Downloaded libm v0.2.8
10842026-02-16T22:52:23.424Z Downloaded supports-color v3.0.2
10852026-02-16T22:52:23.427Z Downloaded subtle v2.6.1
10862026-02-16T22:52:23.427Z Downloaded strum v0.27.2
10872026-02-16T22:52:23.430Z Downloaded strum v0.26.3
10882026-02-16T22:52:23.430Z Downloaded structmeta-derive v0.3.0
10892026-02-16T22:52:23.430Z Downloaded structmeta v0.3.0
10902026-02-16T22:52:23.433Z Downloaded strip-ansi-escapes v0.2.0
10912026-02-16T22:52:23.433Z Downloaded shlex v1.3.0
10922026-02-16T22:52:23.433Z Downloaded rustls-native-certs v0.8.1
10932026-02-16T22:52:23.439Z Downloaded sapling-renderdag v0.1.0
10942026-02-16T22:52:23.441Z Downloaded signal-hook-mio v0.2.4
10952026-02-16T22:52:23.441Z Downloaded http v1.4.0
10962026-02-16T22:52:23.441Z Downloaded cc v1.2.30
10972026-02-16T22:52:23.444Z Downloaded sha1 v0.10.6
10982026-02-16T22:52:23.447Z Downloaded p256 v0.13.2
10992026-02-16T22:52:23.452Z Downloaded serde_spanned v1.0.4
11002026-02-16T22:52:23.452Z Downloaded semver v0.1.20
11012026-02-16T22:52:23.455Z Downloaded secrecy v0.10.3
11022026-02-16T22:52:23.455Z Downloaded secrecy v0.8.0
11032026-02-16T22:52:23.455Z Downloaded scopeguard v1.2.0
11042026-02-16T22:52:23.455Z Downloaded progenitor-impl v0.8.0
11052026-02-16T22:52:23.457Z Downloaded papergrid v0.17.0
11062026-02-16T22:52:23.460Z Downloaded oso v0.27.3
11072026-02-16T22:52:23.463Z Downloaded postgres-types v0.2.9
11082026-02-16T22:52:23.466Z Downloaded postcard v1.0.10
11092026-02-16T22:52:23.469Z Downloaded hashbrown v0.13.2
11102026-02-16T22:52:23.471Z Downloaded hashbrown v0.12.3
11112026-02-16T22:52:23.475Z Downloaded rand_seeder v0.4.0
11122026-02-16T22:52:23.478Z Downloaded rand_core v0.9.3
11132026-02-16T22:52:23.478Z Downloaded r2d2 v0.8.10
11142026-02-16T22:52:23.481Z Downloaded pkcs1 v0.7.5
11152026-02-16T22:52:23.484Z Downloaded progenitor v0.10.0
11162026-02-16T22:52:23.484Z Downloaded parking_lot v0.12.3
11172026-02-16T22:52:23.486Z Downloaded parking_lot v0.11.2
11182026-02-16T22:52:23.490Z Downloaded primeorder v0.13.6
11192026-02-16T22:52:23.490Z Downloaded ppv-lite86 v0.2.20
11202026-02-16T22:52:23.490Z Downloaded owo-colors v4.2.3
11212026-02-16T22:52:23.494Z Downloaded der v0.7.10
11222026-02-16T22:52:23.498Z Downloaded pkg-config v0.3.31
11232026-02-16T22:52:23.501Z Downloaded poly1305 v0.8.0
11242026-02-16T22:52:23.501Z Downloaded pkcs8 v0.10.2
11252026-02-16T22:52:23.504Z Downloaded pin-project-lite v0.2.14
11262026-02-16T22:52:23.507Z Downloaded omicron-zone-package v0.12.2
11272026-02-16T22:52:23.510Z Downloaded base64 v0.21.7
11282026-02-16T22:52:23.512Z Downloaded crossterm v0.29.0
11292026-02-16T22:52:23.518Z Downloaded progenitor-macro v0.10.0
11302026-02-16T22:52:23.520Z Downloaded pin-project-internal v1.1.6
11312026-02-16T22:52:23.520Z Downloaded phf v0.12.1
11322026-02-16T22:52:23.523Z Downloaded pem-rfc7468 v0.7.0
11332026-02-16T22:52:23.523Z Downloaded pem v3.0.5
11342026-02-16T22:52:23.526Z Downloaded peg v0.8.5
11352026-02-16T22:52:23.528Z Downloaded flate2 v1.1.2
11362026-02-16T22:52:23.532Z Downloaded ed25519-dalek v2.1.1
11372026-02-16T22:52:23.535Z Downloaded progenitor-macro v0.8.0
11382026-02-16T22:52:23.538Z Downloaded peg-macros v0.8.5
11392026-02-16T22:52:23.538Z Downloaded parse-display-derive v0.10.0
11402026-02-16T22:52:23.541Z Downloaded paste v1.0.15
11412026-02-16T22:52:23.541Z Downloaded crossbeam-channel v0.5.15
11422026-02-16T22:52:23.544Z Downloaded bytes v1.11.1
11432026-02-16T22:52:23.548Z Downloaded progenitor v0.8.0
11442026-02-16T22:52:23.551Z Downloaded pretty-hex v0.2.1
11452026-02-16T22:52:23.551Z Downloaded parking_lot_core v0.9.10
11462026-02-16T22:52:23.554Z Downloaded oxnet v0.1.4
11472026-02-16T22:52:23.554Z Downloaded openssl-probe v0.1.5
11482026-02-16T22:52:23.558Z Downloaded heapless v0.7.17
11492026-02-16T22:52:23.563Z Downloaded headers v0.4.1
11502026-02-16T22:52:23.567Z Downloaded packed_struct v0.10.1
11512026-02-16T22:52:23.567Z Downloaded oxide-tokio-rt v0.1.2
11522026-02-16T22:52:23.570Z Downloaded diesel_derives v2.2.3
11532026-02-16T22:52:23.570Z Downloaded proc-macro-crate v1.3.1
11542026-02-16T22:52:23.573Z Downloaded predicates-core v1.0.8
11552026-02-16T22:52:23.573Z Downloaded precomputed-hash v0.1.1
11562026-02-16T22:52:23.573Z Downloaded ignore v0.4.23
11572026-02-16T22:52:23.576Z Downloaded compact_str v0.8.0
11582026-02-16T22:52:23.580Z Downloaded nu-ansi-term v0.50.1
11592026-02-16T22:52:23.583Z Downloaded path-slash v0.1.5
11602026-02-16T22:52:23.583Z Downloaded num-rational v0.4.2
11612026-02-16T22:52:23.583Z Downloaded num-integer v0.1.46
11622026-02-16T22:52:23.586Z Downloaded libloading v0.8.5
11632026-02-16T22:52:23.586Z Downloaded litrs v0.4.1
11642026-02-16T22:52:23.589Z Downloaded peg-runtime v0.8.5
11652026-02-16T22:52:23.589Z Downloaded chacha20poly1305 v0.10.1
11662026-02-16T22:52:23.593Z Downloaded nanorand v0.7.0
11672026-02-16T22:52:23.596Z Downloaded multer v3.1.0
11682026-02-16T22:52:23.596Z Downloaded mime_guess v2.0.5
11692026-02-16T22:52:23.599Z Downloaded parse-size v1.1.0
11702026-02-16T22:52:23.599Z Downloaded native-tls v0.2.12
11712026-02-16T22:52:23.599Z Downloaded jobserver v0.1.32
11722026-02-16T22:52:23.602Z Downloaded packed_struct_codegen v0.10.1
11732026-02-16T22:52:23.602Z Downloaded half v2.4.1
11742026-02-16T22:52:23.605Z Downloaded ingot v0.1.1
11752026-02-16T22:52:23.608Z Downloaded getrandom v0.2.15
11762026-02-16T22:52:23.608Z Downloaded elliptic-curve v0.13.8
11772026-02-16T22:52:23.611Z Downloaded diff v0.1.13
11782026-02-16T22:52:23.614Z Downloaded opaque-debug v0.3.1
11792026-02-16T22:52:23.617Z Downloaded number_prefix v0.4.0
11802026-02-16T22:52:23.617Z Downloaded libsw-core v0.3.1
11812026-02-16T22:52:23.620Z Downloaded crc-any v2.5.0
11822026-02-16T22:52:23.620Z Downloaded iana-time-zone v0.1.63
11832026-02-16T22:52:23.622Z Downloaded hyper-rustls v0.27.7
11842026-02-16T22:52:23.625Z Downloaded num v0.4.3
11852026-02-16T22:52:23.625Z Downloaded nonempty v0.12.0
11862026-02-16T22:52:23.630Z Downloaded libz-rs-sys v0.5.1
11872026-02-16T22:52:23.630Z Downloaded hickory-client v0.25.2
11882026-02-16T22:52:23.633Z Downloaded libefi-sys v0.1.0
11892026-02-16T22:52:23.633Z Downloaded lazy_static v1.5.0
11902026-02-16T22:52:23.633Z Downloaded nibble_vec v0.1.0
11912026-02-16T22:52:23.633Z Downloaded hmac v0.12.1
11922026-02-16T22:52:23.637Z Downloaded convert_case v0.7.1
11932026-02-16T22:52:23.637Z Downloaded fatfs v0.3.6
11942026-02-16T22:52:23.639Z Downloaded console v0.16.0
11952026-02-16T22:52:23.642Z Downloaded ciborium v0.2.2
11962026-02-16T22:52:23.642Z Downloaded newtype_derive v0.1.6
11972026-02-16T22:52:23.645Z Downloaded newtype-uuid-macros v0.1.0
11982026-02-16T22:52:23.645Z Downloaded newline-converter v0.3.0
11992026-02-16T22:52:23.651Z Downloaded new_debug_unreachable v1.0.6
12002026-02-16T22:52:23.651Z Downloaded mime v0.3.17
12012026-02-16T22:52:23.651Z Downloaded memoffset v0.9.1
12022026-02-16T22:52:23.654Z Downloaded indoc v2.0.6
12032026-02-16T22:52:23.654Z Downloaded blake2 v0.10.6
12042026-02-16T22:52:23.657Z Downloaded lru-cache v0.1.2
12052026-02-16T22:52:23.657Z Downloaded ipnetwork v0.21.1
12062026-02-16T22:52:23.660Z Downloaded ff v0.13.0
12072026-02-16T22:52:23.660Z Downloaded drift v0.1.3
12082026-02-16T22:52:23.663Z Downloaded cbc v0.1.2
12092026-02-16T22:52:23.666Z Downloaded base64 v0.13.1
12102026-02-16T22:52:23.669Z Downloaded match_cfg v0.1.0
12112026-02-16T22:52:23.669Z Downloaded maplit v1.0.2
12122026-02-16T22:52:23.672Z Downloaded lru v0.12.5
12132026-02-16T22:52:23.672Z Downloaded lockfree-object-pool v0.1.6
12142026-02-16T22:52:23.675Z Downloaded crossbeam-utils v0.8.21
12152026-02-16T22:52:23.678Z Downloaded crossbeam-epoch v0.9.18
12162026-02-16T22:52:23.678Z Downloaded colored v3.0.0
12172026-02-16T22:52:23.681Z Downloaded bzip2 v0.4.4
12182026-02-16T22:52:23.685Z Downloaded fixedbitset v0.5.7
12192026-02-16T22:52:23.685Z Downloaded cookie v0.18.1
12202026-02-16T22:52:23.689Z Downloaded libscf-sys v1.1.0
12212026-02-16T22:52:23.689Z Downloaded lazycell v1.3.0
12222026-02-16T22:52:23.689Z Downloaded lalrpop-util v0.19.12
12232026-02-16T22:52:23.694Z Downloaded backoff v0.4.0
12242026-02-16T22:52:23.694Z Downloaded fs-err v2.11.0
12252026-02-16T22:52:23.694Z Downloaded des v0.8.1
12262026-02-16T22:52:23.697Z Downloaded darling v0.20.10
12272026-02-16T22:52:23.700Z Downloaded daft v0.1.4
12282026-02-16T22:52:23.700Z Downloaded cookie_store v0.21.1
12292026-02-16T22:52:23.703Z Downloaded const-oid v0.9.6
12302026-02-16T22:52:23.706Z Downloaded colored v2.2.0
12312026-02-16T22:52:23.706Z Downloaded clang-sys v1.8.1
12322026-02-16T22:52:23.709Z Downloaded cargo_metadata v0.19.2
12332026-02-16T22:52:23.709Z Downloaded cancel-safe-futures v0.1.5
12342026-02-16T22:52:23.712Z Downloaded bzip2 v0.5.2
12352026-02-16T22:52:23.716Z Downloaded is_ci v1.2.0
12362026-02-16T22:52:23.716Z Downloaded is-terminal v0.4.13
12372026-02-16T22:52:23.716Z Downloaded hash32 v0.2.1
12382026-02-16T22:52:23.718Z Downloaded group v0.13.0
12392026-02-16T22:52:23.718Z Downloaded globset v0.4.15
12402026-02-16T22:52:23.721Z Downloaded futures-executor v0.3.31
12412026-02-16T22:52:23.721Z Downloaded flagset v0.4.6
12422026-02-16T22:52:23.726Z Downloaded either v1.15.0
12432026-02-16T22:52:23.726Z Downloaded fs_extra v1.3.0
12442026-02-16T22:52:23.731Z Downloaded buf-list v1.0.3
12452026-02-16T22:52:23.731Z Downloaded diesel-dtrace v0.4.2
12462026-02-16T22:52:23.731Z Downloaded instant v0.1.13
12472026-02-16T22:52:23.734Z Downloaded indoc v1.0.9
12482026-02-16T22:52:23.734Z Downloaded futures-core v0.3.31
12492026-02-16T22:52:23.734Z Downloaded foldhash v0.2.0
12502026-02-16T22:52:23.738Z Downloaded cmake v0.1.51
12512026-02-16T22:52:23.738Z Downloaded fallible-iterator v0.2.0
12522026-02-16T22:52:23.738Z Downloaded erased-serde v0.3.31
12532026-02-16T22:52:23.741Z Downloaded env_logger v0.11.8
12542026-02-16T22:52:23.745Z Downloaded ed25519 v2.2.3
12552026-02-16T22:52:23.745Z Downloaded derive_more v2.0.1
12562026-02-16T22:52:23.751Z Downloaded async-bb8-diesel v0.2.1
12572026-02-16T22:52:23.755Z Downloaded hex-literal v0.4.1
12582026-02-16T22:52:23.758Z Downloaded httpdate v1.0.3
12592026-02-16T22:52:23.758Z Downloaded http-range v0.1.5
12602026-02-16T22:52:23.758Z Downloaded http-body v1.0.1
12612026-02-16T22:52:23.758Z Downloaded hostname v0.4.2
12622026-02-16T22:52:23.763Z Downloaded hostname v0.3.1
12632026-02-16T22:52:23.763Z Downloaded home v0.5.9
12642026-02-16T22:52:23.763Z Downloaded hex v0.4.3
12652026-02-16T22:52:23.766Z Downloaded headers-core v0.3.0
12662026-02-16T22:52:23.766Z Downloaded der_derive v0.7.3
12672026-02-16T22:52:23.767Z Downloaded ecdsa v0.16.9
12682026-02-16T22:52:23.767Z Downloaded darling_core v0.21.0
12692026-02-16T22:52:23.770Z Downloaded const_format_proc_macros v0.2.34
12702026-02-16T22:52:23.774Z Downloaded enum-as-inner v0.6.1
12712026-02-16T22:52:23.775Z Downloaded dyn-clone v1.0.20
12722026-02-16T22:52:23.778Z Downloaded curve25519-dalek-derive v0.1.1
12732026-02-16T22:52:23.778Z Downloaded chacha20 v0.9.1
12742026-02-16T22:52:23.778Z Downloaded cexpr v0.6.0
12752026-02-16T22:52:23.782Z Downloaded fixedbitset v0.4.2
12762026-02-16T22:52:23.782Z Downloaded dunce v1.0.5
12772026-02-16T22:52:23.782Z Downloaded critical-section v1.1.3
12782026-02-16T22:52:23.785Z Downloaded base64ct v1.6.0
12792026-02-16T22:52:23.785Z Downloaded dropshot-api-manager-types v0.3.0
12802026-02-16T22:52:23.790Z Downloaded crc-catalog v2.4.0
12812026-02-16T22:52:23.790Z Downloaded foreign-types-shared v0.3.1
12822026-02-16T22:52:23.790Z Downloaded crc8 v0.1.1
12832026-02-16T22:52:23.790Z Downloaded cfg_aliases v0.2.1
12842026-02-16T22:52:23.790Z Downloaded fd-lock v4.0.2
12852026-02-16T22:52:23.794Z Downloaded dtrace-parser v0.3.0
12862026-02-16T22:52:23.794Z Downloaded dirs-sys-next v0.1.2
12872026-02-16T22:52:23.794Z Downloaded gethostname v0.5.0
12882026-02-16T22:52:23.794Z Downloaded fxhash v0.2.1
12892026-02-16T22:52:23.799Z Downloaded futures-task v0.3.31
12902026-02-16T22:52:23.799Z Downloaded daft-derive v0.1.4
12912026-02-16T22:52:23.804Z Downloaded crypto-bigint v0.5.5
12922026-02-16T22:52:23.808Z Downloaded bit-set v0.8.0
12932026-02-16T22:52:23.808Z Downloaded camino-tempfile-ext v0.3.2
12942026-02-16T22:52:23.811Z Downloaded base64 v0.22.1
12952026-02-16T22:52:23.815Z Downloaded base16ct v0.2.0
12962026-02-16T22:52:23.815Z Downloaded async-stream-impl v0.3.6
12972026-02-16T22:52:23.815Z Downloaded foreign-types-macros v0.2.3
12982026-02-16T22:52:23.815Z Downloaded float-ord v0.3.2
12992026-02-16T22:52:23.815Z Downloaded display-error-chain v0.2.2
13002026-02-16T22:52:23.819Z Downloaded dirs-next v2.0.0
13012026-02-16T22:52:23.819Z Downloaded difflib v0.4.0
13022026-02-16T22:52:23.819Z Downloaded convert_case v0.4.0
13032026-02-16T22:52:23.819Z Downloaded cobs v0.2.3
13042026-02-16T22:52:23.823Z Downloaded castaway v0.2.3
13052026-02-16T22:52:23.823Z Downloaded bcrypt-pbkdf v0.10.0
13062026-02-16T22:52:23.823Z Downloaded embedded-io v0.4.0
13072026-02-16T22:52:23.826Z Downloaded derive_builder v0.20.2
13082026-02-16T22:52:23.830Z Downloaded cfg_aliases v0.1.1
13092026-02-16T22:52:23.830Z Downloaded csv-core v0.1.11
13102026-02-16T22:52:23.830Z Downloaded crc v3.2.1
13112026-02-16T22:52:23.834Z Downloaded bb8 v0.8.5
13122026-02-16T22:52:23.834Z Downloaded atomic-waker v1.1.2
13132026-02-16T22:52:23.837Z Downloaded dof v0.4.0
13142026-02-16T22:52:23.837Z Downloaded darling v0.21.0
13152026-02-16T22:52:23.842Z Downloaded bitfield-macros v0.19.2
13162026-02-16T22:52:23.852Z Downloaded ctr v0.9.2
13172026-02-16T22:52:23.852Z Downloaded constant_time_eq v0.3.1
13182026-02-16T22:52:23.852Z Downloaded ciborium-ll v0.2.2
13192026-02-16T22:52:23.852Z Downloaded cassowary v0.3.0
13202026-02-16T22:52:23.856Z Downloaded atty v0.2.14
13212026-02-16T22:52:23.856Z Downloaded atomicwrites v0.4.4
13222026-02-16T22:52:23.856Z Downloaded defmt v0.3.8
13232026-02-16T22:52:23.856Z Downloaded debug-ignore v1.0.5
13242026-02-16T22:52:23.856Z Downloaded cstr-argument v0.1.2
13252026-02-16T22:52:23.856Z Downloaded derive_builder_core v0.20.2
13262026-02-16T22:52:23.856Z Downloaded cargo-platform v0.1.8
13272026-02-16T22:52:23.860Z Downloaded arrayref v0.3.9
13282026-02-16T22:52:23.860Z Downloaded darling_macro v0.20.10
13292026-02-16T22:52:23.860Z Downloaded crucible-workspace-hack v0.1.0
13302026-02-16T22:52:23.860Z Downloaded bitfield-struct v0.6.2
13312026-02-16T22:52:23.864Z Downloaded bit-set v0.5.3
13322026-02-16T22:52:23.864Z Downloaded bit-vec v0.6.3
13332026-02-16T22:52:23.864Z Downloaded bcs v0.1.6
13342026-02-16T22:52:23.868Z Downloaded crunchy v0.2.2
13352026-02-16T22:52:23.868Z Downloaded allocator-api2 v0.2.21
13362026-02-16T22:52:23.868Z Downloaded darling_core v0.20.10
13372026-02-16T22:52:23.878Z Downloaded ascii-canvas v3.0.0
13382026-02-16T22:52:23.881Z Downloaded blowfish v0.9.1
13392026-02-16T22:52:23.881Z Downloaded async-stream v0.3.6
13402026-02-16T22:52:23.881Z Downloaded crc32fast v1.4.2
13412026-02-16T22:52:23.881Z Downloaded diesel_table_macro_syntax v0.2.0
13422026-02-16T22:52:23.881Z Downloaded crossbeam-deque v0.8.5
13432026-02-16T22:52:23.881Z Downloaded cipher v0.4.4
13442026-02-16T22:52:23.886Z Downloaded block-padding v0.3.3
13452026-02-16T22:52:23.886Z Downloaded async-trait v0.1.89
13462026-02-16T22:52:23.891Z Downloaded argon2 v0.5.3
13472026-02-16T22:52:23.891Z Downloaded arc-swap v1.7.1
13482026-02-16T22:52:23.891Z Downloaded async-recursion v1.1.1
13492026-02-16T22:52:23.896Z Downloaded assert_matches v1.5.0
13502026-02-16T22:52:23.896Z Downloaded aes v0.8.4
13512026-02-16T22:52:23.901Z Downloaded addr2line v0.24.2
13522026-02-16T22:52:24.035Z Downloaded aws-lc-sys v0.26.0
13532026-02-16T22:52:24.360Z Compiling value-bag v1.12.0
13542026-02-16T22:52:24.361Z Compiling lock_api v0.4.12
13552026-02-16T22:52:24.361Z Compiling scopeguard v1.2.0
13562026-02-16T22:52:24.367Z Compiling shlex v1.3.0
13572026-02-16T22:52:24.367Z Compiling smallvec v1.15.1
13582026-02-16T22:52:24.367Z Compiling syn v2.0.114
13592026-02-16T22:52:24.531Z Compiling getrandom v0.2.15
13602026-02-16T22:52:24.538Z Compiling jobserver v0.1.32
13612026-02-16T22:52:24.698Z Compiling typenum v1.17.0
13622026-02-16T22:52:24.864Z Compiling rand_core v0.6.4
13632026-02-16T22:52:24.976Z Compiling log v0.4.29
13642026-02-16T22:52:25.054Z Compiling cc v1.2.30
13652026-02-16T22:52:25.054Z Compiling generic-array v0.14.7
13662026-02-16T22:52:25.357Z Compiling subtle v2.6.1
13672026-02-16T22:52:25.426Z Compiling portable-atomic v1.11.0
13682026-02-16T22:52:25.484Z Compiling critical-section v1.1.3
13692026-02-16T22:52:25.519Z Compiling const-oid v0.9.6
13702026-02-16T22:52:25.655Z Compiling getrandom v0.3.4
13712026-02-16T22:52:25.685Z Compiling serde_json v1.0.149
13722026-02-16T22:52:25.709Z Compiling pkg-config v0.3.31
13732026-02-16T22:52:26.251Z Compiling spin v0.9.8
13742026-02-16T22:52:26.688Z Compiling regex-syntax v0.8.5
13752026-02-16T22:52:27.130Z Compiling pin-project-lite v0.2.14
13762026-02-16T22:52:27.153Z Compiling parking_lot_core v0.9.10
13772026-02-16T22:52:27.633Z Compiling libm v0.2.8
13782026-02-16T22:52:27.655Z Compiling rustix v0.38.37
13792026-02-16T22:52:28.028Z Compiling once_cell v1.21.3
13802026-02-16T22:52:28.114Z Compiling signal-hook-registry v1.4.2
13812026-02-16T22:52:28.414Z Compiling num-traits v0.2.19
13822026-02-16T22:52:28.459Z Compiling allocator-api2 v0.2.21
13832026-02-16T22:52:28.583Z Compiling parking_lot v0.12.3
13842026-02-16T22:52:29.046Z Compiling mio v1.0.2
13852026-02-16T22:52:29.140Z Compiling futures-core v0.3.31
13862026-02-16T22:52:29.201Z Compiling lazy_static v1.5.0
13872026-02-16T22:52:29.359Z Compiling aho-corasick v1.1.3
13882026-02-16T22:52:29.382Z Compiling percent-encoding v2.3.2
13892026-02-16T22:52:29.431Z Compiling socket2 v0.6.1
13902026-02-16T22:52:29.752Z Compiling slab v0.4.9
13912026-02-16T22:52:30.166Z Compiling cpufeatures v0.2.14
13922026-02-16T22:52:30.204Z Compiling futures-sink v0.3.31
13932026-02-16T22:52:30.276Z Compiling either v1.15.0
13942026-02-16T22:52:30.343Z Compiling glob v0.3.2
13952026-02-16T22:52:30.382Z Compiling futures-channel v0.3.31
13962026-02-16T22:52:30.678Z Compiling hashbrown v0.16.1
13972026-02-16T22:52:30.703Z Compiling futures-io v0.3.31
13982026-02-16T22:52:30.818Z Compiling rustversion v1.0.22
13992026-02-16T22:52:31.029Z Compiling pin-utils v0.1.0
14002026-02-16T22:52:31.153Z Compiling prettyplease v0.2.36
14012026-02-16T22:52:31.253Z Compiling clang-sys v1.8.1
14022026-02-16T22:52:31.527Z Compiling regex-automata v0.4.11
14032026-02-16T22:52:31.550Z Compiling futures-task v0.3.31
14042026-02-16T22:52:31.924Z Compiling minimal-lexical v0.2.1
14052026-02-16T22:52:31.966Z Compiling indexmap v2.13.0
14062026-02-16T22:52:32.021Z Compiling libloading v0.8.5
14072026-02-16T22:52:32.419Z Compiling synstructure v0.13.1
14082026-02-16T22:52:32.442Z Compiling nom v7.1.3
14092026-02-16T22:52:32.572Z Compiling home v0.5.9
14102026-02-16T22:52:32.811Z Compiling ident_case v1.0.1
14112026-02-16T22:52:33.029Z Compiling base64ct v1.6.0
14122026-02-16T22:52:33.198Z Compiling bindgen v0.69.5
14132026-02-16T22:52:33.620Z Compiling pem-rfc7468 v0.7.0
14142026-02-16T22:52:33.824Z Compiling itertools v0.12.1
14152026-02-16T22:52:34.230Z Compiling form_urlencoded v1.2.2
14162026-02-16T22:52:34.260Z Compiling flagset v0.4.6
14172026-02-16T22:52:34.501Z Compiling rustc-hash v1.1.0
14182026-02-16T22:52:34.561Z Compiling lazycell v1.3.0
14192026-02-16T22:52:34.677Z Compiling rand_core v0.9.3
14202026-02-16T22:52:34.758Z Compiling cmake v0.1.51
14212026-02-16T22:52:35.260Z Compiling foldhash v0.1.5
14222026-02-16T22:52:35.579Z Compiling cexpr v0.6.0
14232026-02-16T22:52:35.645Z Compiling paste v1.0.15
14242026-02-16T22:52:35.908Z Compiling fs_extra v1.3.0
14252026-02-16T22:52:36.179Z Compiling dunce v1.0.5
14262026-02-16T22:52:36.343Z Compiling iana-time-zone v0.1.63
14272026-02-16T22:52:36.546Z Compiling hashbrown v0.15.4
14282026-02-16T22:52:36.586Z Compiling rustc_version v0.4.1
14292026-02-16T22:52:36.719Z Compiling uuid v1.19.0
14302026-02-16T22:52:36.723Z Compiling vcpkg v0.2.15
14312026-02-16T22:52:36.948Z Compiling serde_derive v1.0.228
14322026-02-16T22:52:37.126Z Compiling zeroize_derive v1.4.2
14332026-02-16T22:52:37.285Z Compiling zerofrom-derive v0.1.4
14342026-02-16T22:52:37.753Z Compiling yoke-derive v0.7.4
14352026-02-16T22:52:38.270Z Compiling zerovec-derive v0.10.3
14362026-02-16T22:52:38.373Z Compiling displaydoc v0.2.5
14372026-02-16T22:52:38.537Z Compiling zeroize v1.8.1
14382026-02-16T22:52:39.959Z Compiling zerocopy-derive v0.7.35
14392026-02-16T22:52:40.380Z Compiling crypto-common v0.1.6
14402026-02-16T22:52:40.508Z Compiling block-buffer v0.10.4
14412026-02-16T22:52:40.613Z Compiling icu_provider_macros v1.5.0
14422026-02-16T22:52:40.681Z Compiling zerofrom v0.1.4
14432026-02-16T22:52:40.733Z Compiling tokio-macros v2.6.0
14442026-02-16T22:52:40.882Z Compiling digest v0.10.7
14452026-02-16T22:52:40.990Z Compiling yoke v0.7.4
14462026-02-16T22:52:41.394Z Compiling zerovec v0.10.4
14472026-02-16T22:52:41.417Z Compiling hmac v0.12.1
14482026-02-16T22:52:41.682Z Compiling thiserror-impl v2.0.18
14492026-02-16T22:52:41.702Z Compiling block-padding v0.3.3
14502026-02-16T22:52:41.807Z Compiling futures-macro v0.3.31
14512026-02-16T22:52:41.932Z Compiling zerocopy v0.7.35
14522026-02-16T22:52:41.970Z Compiling inout v0.1.3
14532026-02-16T22:52:42.278Z Compiling regex v1.11.3
14542026-02-16T22:52:42.327Z Compiling cipher v0.4.4
14552026-02-16T22:52:42.878Z Compiling sha2 v0.10.9
14562026-02-16T22:52:43.267Z Compiling tinystr v0.7.6
14572026-02-16T22:52:43.379Z Compiling icu_collections v1.5.0
14582026-02-16T22:52:43.442Z Compiling ppv-lite86 v0.2.20
14592026-02-16T22:52:43.581Z Compiling icu_locid v1.5.0
14602026-02-16T22:52:43.641Z Compiling der_derive v0.7.3
14612026-02-16T22:52:43.661Z Compiling futures-util v0.3.31
14622026-02-16T22:52:44.231Z Compiling salsa20 v0.10.2
14632026-02-16T22:52:44.254Z Compiling serde v1.0.228
14642026-02-16T22:52:44.478Z Compiling pbkdf2 v0.12.2
14652026-02-16T22:52:44.622Z Compiling zerocopy v0.8.27
14662026-02-16T22:52:44.666Z Compiling scrypt v0.11.0
14672026-02-16T22:52:44.744Z Compiling icu_provider v1.5.0
14682026-02-16T22:52:45.192Z Compiling thiserror v2.0.18
14692026-02-16T22:52:45.365Z Compiling bitflags v2.9.4
14702026-02-16T22:52:45.437Z Compiling bytes v1.11.1
14712026-02-16T22:52:45.459Z Compiling icu_locid_transform v1.5.0
14722026-02-16T22:52:45.540Z Compiling pest v2.8.2
14732026-02-16T22:52:45.836Z Compiling chrono v0.4.43
14742026-02-16T22:52:45.890Z Compiling der v0.7.10
14752026-02-16T22:52:46.598Z Compiling tokio v1.49.0
14762026-02-16T22:52:46.868Z Compiling icu_properties v1.5.1
14772026-02-16T22:52:47.884Z Compiling http v1.4.0
14782026-02-16T22:52:48.595Z Compiling spki v0.7.3
14792026-02-16T22:52:48.837Z Compiling pest_meta v2.8.2
14802026-02-16T22:52:48.967Z Compiling rand_chacha v0.9.0
14812026-02-16T22:52:48.991Z Compiling aes v0.8.4
14822026-02-16T22:52:49.213Z Compiling cbc v0.1.2
14832026-02-16T22:52:49.489Z Compiling which v4.4.2
14842026-02-16T22:52:50.076Z Compiling openssl-sys v0.9.109
14852026-02-16T22:52:50.442Z Compiling zerocopy-derive v0.8.27
14862026-02-16T22:52:50.648Z Compiling icu_normalizer v1.5.0
14872026-02-16T22:52:51.571Z Compiling idna_adapter v1.2.0
14882026-02-16T22:52:51.815Z Compiling idna v1.0.3
14892026-02-16T22:52:51.924Z Compiling pest_generator v2.8.2
14902026-02-16T22:52:52.355Z Compiling pkcs5 v0.7.1
14912026-02-16T22:52:52.378Z Compiling rand v0.9.2
14922026-02-16T22:52:53.083Z Compiling url v2.5.4
14932026-02-16T22:52:53.325Z Compiling tracing-attributes v0.1.27
14942026-02-16T22:52:53.468Z Compiling serde_derive_internals v0.29.1
14952026-02-16T22:52:53.634Z Compiling ring v0.17.14
14962026-02-16T22:52:54.156Z Compiling tracing-core v0.1.32
14972026-02-16T22:52:54.723Z Compiling adler2 v2.0.0
14982026-02-16T22:52:54.790Z Compiling schemars v0.8.22
14992026-02-16T22:52:54.943Z Compiling aws-lc-rs v1.12.4
15002026-02-16T22:52:55.165Z Compiling rustix v1.1.3
15012026-02-16T22:52:55.371Z Compiling miniz_oxide v0.8.5
15022026-02-16T22:52:55.611Z Compiling tokio-util v0.7.15
15032026-02-16T22:52:56.301Z Compiling schemars_derive v0.8.22
15042026-02-16T22:52:56.462Z Compiling tracing v0.1.40
15052026-02-16T22:52:56.783Z Compiling pest_derive v2.8.2
15062026-02-16T22:52:56.990Z Compiling pkcs8 v0.10.2
15072026-02-16T22:52:57.338Z Compiling http-body v1.0.1
15082026-02-16T22:52:57.596Z Compiling scroll_derive v0.13.1
15092026-02-16T22:52:57.619Z Compiling darling_core v0.20.10
15102026-02-16T22:52:57.644Z Compiling base64 v0.22.1
15112026-02-16T22:52:57.862Z Compiling rustls-pki-types v1.10.0
15122026-02-16T22:52:58.325Z Compiling tinyvec_macros v0.1.1
15132026-02-16T22:52:58.442Z Compiling httparse v1.9.5
15142026-02-16T22:52:58.858Z Compiling dyn-clone v1.0.20
15152026-02-16T22:52:59.110Z Compiling tinyvec v1.8.0
15162026-02-16T22:52:59.434Z Compiling scroll v0.13.0
15172026-02-16T22:53:00.002Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15182026-02-16T22:53:00.456Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-02-16T22:53:00.508Z Compiling openssl-probe v0.1.5
15202026-02-16T22:53:00.846Z Compiling untrusted v0.9.0
15212026-02-16T22:53:00.900Z Compiling openssl v0.10.73
15222026-02-16T22:53:00.924Z Compiling atomic-waker v1.1.2
15232026-02-16T22:53:01.048Z Compiling time-core v0.1.6
15242026-02-16T22:53:01.071Z Compiling foreign-types-shared v0.1.1
15252026-02-16T22:53:01.122Z Compiling num-conv v0.1.0
15262026-02-16T22:53:01.219Z Compiling tower-layer v0.3.3
15272026-02-16T22:53:01.338Z Compiling untrusted v0.7.1
15282026-02-16T22:53:01.371Z Compiling powerfmt v0.2.0
15292026-02-16T22:53:01.422Z Compiling tower-service v0.3.3
15302026-02-16T22:53:01.561Z Compiling try-lock v0.2.5
15312026-02-16T22:53:01.561Z Compiling tempfile v3.24.0
15322026-02-16T22:53:01.605Z Compiling time-macros v0.2.24
15332026-02-16T22:53:01.742Z Compiling want v0.3.1
15342026-02-16T22:53:01.764Z Compiling deranged v0.5.3
15352026-02-16T22:53:01.906Z Compiling foreign-types v0.3.2
15362026-02-16T22:53:02.028Z Compiling h2 v0.4.6
15372026-02-16T22:53:03.352Z Compiling darling_macro v0.20.10
15382026-02-16T22:53:03.647Z Compiling goblin v0.10.2
15392026-02-16T22:53:04.265Z Compiling darling v0.20.10
15402026-02-16T22:53:04.408Z Compiling ipnet v2.11.0
15412026-02-16T22:53:04.862Z Compiling openssl-macros v0.1.1
15422026-02-16T22:53:05.562Z Compiling wait-timeout v0.2.0
15432026-02-16T22:53:05.623Z Compiling httpdate v1.0.3
15442026-02-16T22:53:05.694Z Compiling syn v1.0.109
15452026-02-16T22:53:06.078Z Compiling num_threads v0.1.7
15462026-02-16T22:53:06.121Z Compiling bit-vec v0.8.0
15472026-02-16T22:53:06.243Z Compiling native-tls v0.2.12
15482026-02-16T22:53:06.328Z Compiling quick-error v1.2.3
15492026-02-16T22:53:06.503Z Compiling usdt-impl v0.6.0
15502026-02-16T22:53:06.576Z Compiling gimli v0.31.1
15512026-02-16T22:53:06.614Z Compiling rustls v0.23.19
15522026-02-16T22:53:06.639Z Compiling crossbeam-utils v0.8.21
15532026-02-16T22:53:06.962Z Compiling bit-set v0.8.0
15542026-02-16T22:53:06.989Z Compiling rusty-fork v0.3.0
15552026-02-16T22:53:07.274Z Compiling time v0.3.43
15562026-02-16T22:53:07.636Z Compiling derive_builder_core v0.20.2
15572026-02-16T22:53:09.855Z Compiling hyper v1.8.1
15582026-02-16T22:53:11.020Z Compiling addr2line v0.24.2
15592026-02-16T22:53:11.274Z Compiling dof v0.4.0
15602026-02-16T22:53:11.783Z Compiling unicode-normalization v0.1.24
15612026-02-16T22:53:11.830Z Compiling dtrace-parser v0.3.0
15622026-02-16T22:53:12.785Z Compiling signature v2.2.0
15632026-02-16T22:53:13.116Z Compiling heapless v0.7.17
15642026-02-16T22:53:13.506Z Compiling thiserror-impl v1.0.69
15652026-02-16T22:53:13.529Z Compiling scroll_derive v0.12.0
15662026-02-16T22:53:13.563Z Compiling rand_xorshift v0.4.0
15672026-02-16T22:53:13.587Z Compiling slog v2.8.2
15682026-02-16T22:53:13.861Z Compiling darling_core v0.21.0
15692026-02-16T22:53:13.940Z Compiling thread-id v5.0.0
15702026-02-16T22:53:14.078Z Compiling cookie v0.18.1
15712026-02-16T22:53:14.421Z Compiling crc32fast v1.4.2
15722026-02-16T22:53:14.467Z Compiling object v0.36.5
15732026-02-16T22:53:14.772Z Compiling anyhow v1.0.99
15742026-02-16T22:53:14.804Z Compiling siphasher v0.3.11
15752026-02-16T22:53:14.828Z Compiling unicode-properties v0.1.3
15762026-02-16T22:53:15.207Z Compiling rustc-demangle v0.1.24
15772026-02-16T22:53:15.229Z Compiling unarray v0.1.4
15782026-02-16T22:53:15.399Z Compiling unicode-bidi v0.3.17
15792026-02-16T22:53:15.421Z Compiling zlib-rs v0.5.1
15802026-02-16T22:53:16.090Z Compiling zstd-safe v7.2.3
15812026-02-16T22:53:16.418Z Compiling signal-hook v0.3.18
15822026-02-16T22:53:16.458Z Compiling thiserror v1.0.69
15832026-02-16T22:53:16.629Z Compiling stringprep v0.1.5
15842026-02-16T22:53:16.777Z Compiling proptest v1.7.0
15852026-02-16T22:53:16.780Z Compiling phf_shared v0.11.2
15862026-02-16T22:53:17.084Z Compiling scroll v0.12.0
15872026-02-16T22:53:17.736Z Compiling hyper-util v0.1.19
15882026-02-16T22:53:18.292Z Compiling derive_builder_macro v0.20.2
15892026-02-16T22:53:19.905Z Compiling darling_macro v0.21.0
15902026-02-16T22:53:20.258Z Compiling ipnetwork v0.21.1
15912026-02-16T22:53:20.878Z Compiling backtrace v0.3.74
15922026-02-16T22:53:21.098Z Compiling serde_tokenstream v0.2.2
15932026-02-16T22:53:21.372Z Compiling serde_spanned v0.6.9
15942026-02-16T22:53:21.649Z Compiling toml_datetime v0.6.11
15952026-02-16T22:53:21.723Z Compiling libz-rs-sys v0.5.1
15962026-02-16T22:53:21.877Z Compiling erased-serde v0.3.31
15972026-02-16T22:53:22.040Z Compiling rand_chacha v0.3.1
15982026-02-16T22:53:22.186Z Compiling md-5 v0.10.6
15992026-02-16T22:53:22.494Z Compiling curve25519-dalek v4.1.3
16002026-02-16T22:53:22.634Z Compiling vergen-lib v0.1.6
16012026-02-16T22:53:22.992Z Compiling num-integer v0.1.46
16022026-02-16T22:53:23.203Z Compiling sync_wrapper v1.0.1
16032026-02-16T22:53:23.226Z Compiling ff v0.13.0
16042026-02-16T22:53:23.392Z Compiling hash32 v0.2.1
16052026-02-16T22:53:23.491Z Compiling memoffset v0.9.1
16062026-02-16T22:53:23.646Z Compiling litrs v0.4.1
16072026-02-16T22:53:23.715Z Compiling smoltcp v0.9.1
16082026-02-16T22:53:23.796Z Compiling cfg_aliases v0.2.1
16092026-02-16T22:53:23.854Z Compiling ref-cast v1.0.25
16102026-02-16T22:53:23.923Z Compiling base16ct v0.2.0
16112026-02-16T22:53:23.973Z Compiling num-bigint-dig v0.8.6
16122026-02-16T22:53:24.265Z Compiling psl-types v2.0.11
16132026-02-16T22:53:24.329Z Compiling fallible-iterator v0.2.0
16142026-02-16T22:53:24.457Z Compiling sec1 v0.7.3
16152026-02-16T22:53:24.498Z Compiling publicsuffix v2.3.0
16162026-02-16T22:53:24.551Z Compiling nix v0.29.0
16172026-02-16T22:53:24.738Z Compiling document-features v0.2.11
16182026-02-16T22:53:24.997Z Compiling postgres-protocol v0.6.8
16192026-02-16T22:53:25.057Z Compiling num-iter v0.1.45
16202026-02-16T22:53:25.264Z Compiling group v0.13.0
16212026-02-16T22:53:25.394Z Compiling tower v0.5.2
16222026-02-16T22:53:26.042Z Compiling newtype-uuid v1.3.2
16232026-02-16T22:53:26.102Z Compiling rand v0.8.5
16242026-02-16T22:53:26.224Z Compiling flate2 v1.1.2
16252026-02-16T22:53:26.650Z Compiling darling v0.21.0
16262026-02-16T22:53:26.779Z Compiling oxnet v0.1.4
16272026-02-16T22:53:26.804Z Compiling derive_builder v0.20.2
16282026-02-16T22:53:27.015Z Compiling tokio-native-tls v0.3.1
16292026-02-16T22:53:27.162Z Compiling goblin v0.8.2
16302026-02-16T22:53:28.064Z Compiling rustls-native-certs v0.8.1
16312026-02-16T22:53:28.086Z Compiling webpki-roots v1.0.1
16322026-02-16T22:53:28.179Z Compiling http-body-util v0.1.3
16332026-02-16T22:53:28.304Z Compiling strum_macros v0.27.2
16342026-02-16T22:53:28.480Z Compiling terminal_size v0.4.0
16352026-02-16T22:53:28.595Z Compiling cargo-platform v0.1.8
16362026-02-16T22:53:28.681Z Compiling hkdf v0.12.4
16372026-02-16T22:53:28.734Z Compiling crypto-bigint v0.5.5
16382026-02-16T22:53:28.976Z Compiling daft-derive v0.1.4
16392026-02-16T22:53:29.099Z Compiling async-trait v0.1.89
16402026-02-16T22:53:30.375Z Compiling hubpack_derive v0.1.1
16412026-02-16T22:53:30.680Z Compiling ref-cast-impl v1.0.25
16422026-02-16T22:53:31.331Z Compiling curve25519-dalek-derive v0.1.1
16432026-02-16T22:53:31.741Z Compiling vergen v9.0.6
16442026-02-16T22:53:31.880Z Compiling ahash v0.8.12
16452026-02-16T22:53:32.075Z Compiling fs-err v3.1.1
16462026-02-16T22:53:32.252Z Compiling winnow v0.5.40
16472026-02-16T22:53:32.447Z Compiling buf-list v1.0.3
16482026-02-16T22:53:32.762Z Compiling unicode-segmentation v1.12.0
16492026-02-16T22:53:33.097Z Compiling managed v0.8.0
16502026-02-16T22:53:33.305Z Compiling bitflags v1.3.2
16512026-02-16T22:53:33.438Z Compiling bumpalo v3.16.0
16522026-02-16T22:53:33.559Z Compiling iri-string v0.7.8
16532026-02-16T22:53:33.639Z Compiling lockfree-object-pool v0.1.6
16542026-02-16T22:53:33.919Z Compiling simd-adler32 v0.3.7
16552026-02-16T22:53:33.941Z Compiling ryu v1.0.18
16562026-02-16T22:53:34.306Z Compiling zopfli v0.8.1
16572026-02-16T22:53:34.473Z Compiling serde_urlencoded v0.7.1
16582026-02-16T22:53:35.010Z Compiling strum v0.27.2
16592026-02-16T22:53:35.322Z Compiling dof v0.3.0
16602026-02-16T22:53:35.897Z Compiling toml_edit v0.19.15
16612026-02-16T22:53:36.431Z Compiling clap_builder v4.5.48
16622026-02-16T22:53:36.578Z Compiling tower-http v0.6.6
16632026-02-16T22:53:37.424Z Compiling elliptic-curve v0.13.8
16642026-02-16T22:53:37.465Z Compiling hubpack v0.1.2
16652026-02-16T22:53:37.490Z Compiling daft v0.1.4
16662026-02-16T22:53:37.891Z Compiling cargo_metadata v0.19.2
16672026-02-16T22:53:38.078Z Compiling hyper-tls v0.6.0
16682026-02-16T22:53:38.381Z Compiling zstd v0.13.3
16692026-02-16T22:53:38.481Z Compiling cookie_store v0.21.1
16702026-02-16T22:53:38.933Z Compiling signal-hook-mio v0.2.4
16712026-02-16T22:53:40.801Z Compiling serde_with_macros v3.16.1
16722026-02-16T22:53:41.398Z Compiling postgres-types v0.2.9
16732026-02-16T22:53:42.826Z Compiling usdt-macro v0.6.0
16742026-02-16T22:53:42.861Z Compiling usdt-attr-macro v0.6.0
16752026-02-16T22:53:43.209Z Compiling phf v0.11.2
16762026-02-16T22:53:43.395Z Compiling dtrace-parser v0.2.0
16772026-02-16T22:53:43.533Z Compiling ed25519 v2.2.3
16782026-02-16T22:53:43.943Z Compiling bzip2 v0.5.2
16792026-02-16T22:53:44.221Z Compiling bzip2 v0.4.4
16802026-02-16T22:53:44.296Z Compiling pkcs1 v0.7.5
16812026-02-16T22:53:44.348Z Compiling enum-as-inner v0.6.1
16822026-02-16T22:53:44.450Z Compiling strum_macros v0.26.4
16832026-02-16T22:53:44.612Z Compiling clap_derive v4.5.47
16842026-02-16T22:53:45.206Z Compiling hex v0.4.3
16852026-02-16T22:53:45.280Z Compiling serde-big-array v0.5.1
16862026-02-16T22:53:45.417Z Compiling rfc6979 v0.4.0
16872026-02-16T22:53:45.540Z Compiling serde_repr v0.1.19
16882026-02-16T22:53:45.569Z Compiling bstr v1.10.0
16892026-02-16T22:53:45.650Z Compiling float-cmp v0.10.0
16902026-02-16T22:53:45.855Z Compiling env_filter v0.1.2
16912026-02-16T22:53:45.954Z Compiling memmap2 v0.9.8
16922026-02-16T22:53:46.396Z Compiling socket2 v0.5.10
16932026-02-16T22:53:46.491Z Compiling encoding_rs v0.8.34
16942026-02-16T22:53:46.694Z Compiling data-encoding v2.9.0
16952026-02-16T22:53:47.079Z Compiling static_assertions v1.1.0
16962026-02-16T22:53:47.203Z Compiling rustc-hash v2.1.1
16972026-02-16T22:53:47.290Z Compiling fixedbitset v0.5.7
16982026-02-16T22:53:47.417Z Compiling fixedbitset v0.4.2
16992026-02-16T22:53:47.865Z Compiling predicates-core v1.0.8
17002026-02-16T22:53:47.948Z Compiling keccak v0.1.5
17012026-02-16T22:53:48.204Z Compiling difflib v0.4.0
17022026-02-16T22:53:48.440Z Compiling normalize-line-endings v0.3.0
17032026-02-16T22:53:48.595Z Compiling mime v0.3.17
17042026-02-16T22:53:48.725Z Compiling whoami v1.5.2
17052026-02-16T22:53:48.985Z Compiling foldhash v0.2.0
17062026-02-16T22:53:49.127Z Compiling precomputed-hash v0.1.1
17072026-02-16T22:53:49.272Z Compiling jiff v0.2.15
17082026-02-16T22:53:49.309Z Compiling new_debug_unreachable v1.0.6
17092026-02-16T22:53:49.417Z Compiling string_cache v0.8.9
17102026-02-16T22:53:49.438Z Compiling toml_edit v0.22.27
17112026-02-16T22:53:49.466Z Compiling iddqd v0.3.16
17122026-02-16T22:53:49.863Z Compiling tokio-postgres v0.7.13
17132026-02-16T22:53:50.126Z Compiling clap v4.5.48
17142026-02-16T22:53:50.145Z Compiling strum v0.26.3
17152026-02-16T22:53:50.286Z Compiling predicates v3.1.3
17162026-02-16T22:53:50.355Z Compiling sha3 v0.10.8
17172026-02-16T22:53:51.481Z Compiling petgraph v0.8.2
17182026-02-16T22:53:51.871Z Compiling petgraph v0.6.5
17192026-02-16T22:53:52.163Z Compiling hickory-proto v0.25.2
17202026-02-16T22:53:52.749Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17212026-02-16T22:53:55.374Z Compiling similar v2.7.0
17222026-02-16T22:53:55.581Z Compiling usdt v0.6.0
17232026-02-16T22:53:55.987Z Compiling env_logger v0.11.8
17242026-02-16T22:53:56.118Z Compiling usdt-impl v0.5.0
17252026-02-16T22:53:56.575Z Compiling zip v4.2.0
17262026-02-16T22:53:56.767Z Compiling serde_with v3.16.1
17272026-02-16T22:53:57.434Z Compiling ecdsa v0.16.9
17282026-02-16T22:53:57.470Z Compiling rsa v0.9.8
17292026-02-16T22:53:58.328Z Compiling zip v0.6.6
17302026-02-16T22:53:58.825Z Compiling ed25519-dalek v2.1.1
17312026-02-16T22:54:00.226Z Compiling toml v0.7.8
17322026-02-16T22:54:00.516Z Compiling crossterm v0.28.1
17332026-02-16T22:54:01.609Z Compiling heck v0.4.1
17342026-02-16T22:54:01.684Z Compiling crossbeam-epoch v0.9.18
17352026-02-16T22:54:01.891Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17362026-02-16T22:54:01.997Z Compiling tokio-stream v0.1.17
17372026-02-16T22:54:02.076Z Compiling x509-cert v0.2.5
17382026-02-16T22:54:02.337Z Compiling openapiv3 v2.2.0
17392026-02-16T22:54:02.410Z Compiling sha1 v0.10.6
17402026-02-16T22:54:02.869Z Compiling itertools v0.13.0
17412026-02-16T22:54:03.024Z Compiling itertools v0.10.5
17422026-02-16T22:54:03.783Z Compiling winnow v0.6.26
17432026-02-16T22:54:03.960Z Compiling lalrpop-util v0.19.12
17442026-02-16T22:54:04.349Z Compiling peg-runtime v0.8.5
17452026-02-16T22:54:04.957Z Compiling thread_local v1.1.8
17462026-02-16T22:54:05.461Z Compiling slog-async v2.8.0
17472026-02-16T22:54:05.583Z Compiling crossbeam-channel v0.5.15
17482026-02-16T22:54:05.604Z Compiling xattr v1.3.1
17492026-02-16T22:54:05.843Z Compiling futures-executor v0.3.31
17502026-02-16T22:54:05.889Z Compiling is-terminal v0.4.13
17512026-02-16T22:54:06.059Z Compiling filetime v0.2.26
17522026-02-16T22:54:06.106Z Compiling term v1.1.0
17532026-02-16T22:54:06.293Z Compiling take_mut v0.2.2
17542026-02-16T22:54:06.374Z Compiling tar v0.4.44
17552026-02-16T22:54:06.399Z Compiling futures v0.3.31
17562026-02-16T22:54:07.336Z Compiling slog-term v2.9.2
17572026-02-16T22:54:09.880Z Compiling aws-lc-sys v0.26.0
17582026-02-16T22:54:40.149Z Compiling rustls-webpki v0.102.8
17592026-02-16T22:54:44.861Z Compiling tokio-rustls v0.26.0
17602026-02-16T22:54:45.128Z Compiling hyper-rustls v0.27.7
17612026-02-16T22:54:45.567Z Compiling reqwest v0.12.24
17622026-02-16T22:54:49.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17632026-02-16T22:54:49.877Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17642026-02-16T22:54:54.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
17652026-02-16T22:54:54.925Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17662026-02-16T22:54:54.983ZFeb 16 22:54:53.966 INFO Starting download, target: Console
17672026-02-16T22:54:54.983ZFeb 16 22:54:53.967 INFO Starting download, target: Clickhouse
17682026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Starting download, target: Cockroach
17692026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Starting download, target: DendriteStub
17702026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Starting download, target: MaghemiteMgd
17712026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Starting download, target: TransceiverControl
17722026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17742026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17762026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17772026-02-16T22:54:54.986ZFeb 16 22:54:53.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17782026-02-16T22:54:55.416ZFeb 16 22:54:54.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17792026-02-16T22:54:55.502ZFeb 16 22:54:54.477 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-02-16T22:54:55.861ZFeb 16 22:54:54.806 INFO Download complete, target: TransceiverControl
17812026-02-16T22:54:55.994ZFeb 16 22:54:54.934 INFO Download complete, target: Console
17822026-02-16T22:54:56.859ZFeb 16 22:54:55.754 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17832026-02-16T22:54:56.956ZFeb 16 22:54:55.791 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17842026-02-16T22:54:56.957ZFeb 16 22:54:55.841 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17852026-02-16T22:54:58.828ZFeb 16 22:54:57.797 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-02-16T22:54:58.829ZFeb 16 22:54:57.797 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-02-16T22:55:00.751ZFeb 16 22:54:59.734 INFO Download complete, target: DendriteStub
17882026-02-16T22:55:00.970ZFeb 16 22:54:59.953 INFO Download complete, target: MaghemiteMgd
17892026-02-16T22:55:06.552ZFeb 16 22:55:05.533 INFO Checking that binary works, target: Cockroach
17902026-02-16T22:55:06.687ZFeb 16 22:55:05.666 INFO Download complete, target: Cockroach
17912026-02-16T22:55:08.329ZFeb 16 22:55:07.276 INFO Checking that binary works, target: Clickhouse
17922026-02-16T22:55:08.504ZFeb 16 22:55:07.456 INFO Download complete, target: Clickhouse
17932026-02-16T22:55:08.557ZAll builder prerequisites installed successfully, and PATH looks valid
17942026-02-16T22:55:08.557Z
17952026-02-16T22:55:08.557Zreal 5:32.047335345
17962026-02-16T22:55:08.557Zuser 18:50.583348822
17972026-02-16T22:55:08.557Zsys 2:35.523460788
17982026-02-16T22:55:08.557Ztrap 0.726484804
17992026-02-16T22:55:08.557Ztflt 0.886199998
18002026-02-16T22:55:08.558Zdflt 1.113985176
18012026-02-16T22:55:08.558Zkflt 0.026384745
18022026-02-16T22:55:08.558Zlock 47:02.214641138
18032026-02-16T22:55:08.558Zslp 1:09:28.474304065
18042026-02-16T22:55:08.558Zlat 1:23.773793092
18052026-02-16T22:55:08.558Zstop 3:15.041658329
18062026-02-16T22:55:08.558Z++ bmat factory name
18072026-02-16T22:55:08.558Z++ bmat factory private
18082026-02-16T22:55:08.558Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0cf0c1a650843240f '{
18092026-02-16T22:55:08.559Z buildomat: {
18102026-02-16T22:55:08.559Z factory: {
18112026-02-16T22:55:08.559Z name: $bmat_factory_name,
18122026-02-16T22:55:08.559Z private: $bmat_factory_private,
18132026-02-16T22:55:08.559Z },
18142026-02-16T22:55:08.559Z },
18152026-02-16T22:55:08.559Z }'
18162026-02-16T22:55:08.624Z+ banner ls-apis
18172026-02-16T22:55:08.624Z
18182026-02-16T22:55:08.624Z # #### ## ##### # ####
18192026-02-16T22:55:08.625Z # # # # # # # #
18202026-02-16T22:55:08.625Z # #### ##### # # # # # ####
18212026-02-16T22:55:08.625Z # # ###### ##### # #
18222026-02-16T22:55:08.625Z # # # # # # # # #
18232026-02-16T22:55:08.625Z ###### #### # # # # ####
18242026-02-16T22:55:08.625Z
18252026-02-16T22:55:08.625Z+ source ./tools/include/force-git-over-https.sh
18262026-02-16T22:55:08.625Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18272026-02-16T22:55:08.626Z++ (( i = 0 ))
18282026-02-16T22:55:08.626Z++ (( i < 5 ))
18292026-02-16T22:55:08.626Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18302026-02-16T22:55:08.626Z++ (( i++ ))
18312026-02-16T22:55:08.626Z++ (( i < 5 ))
18322026-02-16T22:55:08.626Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18332026-02-16T22:55:08.626Z++ (( i++ ))
18342026-02-16T22:55:08.627Z++ (( i < 5 ))
18352026-02-16T22:55:08.627Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18362026-02-16T22:55:08.627Z++ (( i++ ))
18372026-02-16T22:55:08.627Z++ (( i < 5 ))
18382026-02-16T22:55:08.627Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18392026-02-16T22:55:08.627Z++ (( i++ ))
18402026-02-16T22:55:08.627Z++ (( i < 5 ))
18412026-02-16T22:55:08.628Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18422026-02-16T22:55:08.628Z++ (( i++ ))
18432026-02-16T22:55:08.628Z++ (( i < 5 ))
18442026-02-16T22:55:08.628Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18452026-02-16T22:55:08.628Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18462026-02-16T22:55:08.628Z+ ptime -m cargo xtask ls-apis apis
18472026-02-16T22:55:09.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18482026-02-16T22:55:09.408Z Running `target/debug/xtask ls-apis apis`
18492026-02-16T22:55:10.521Z Compiling semver v0.1.20
18502026-02-16T22:55:10.523Z Compiling erased-serde v0.4.6
18512026-02-16T22:55:10.672Z Compiling ordered-float v2.10.1
18522026-02-16T22:55:10.672Z Compiling structmeta-derive v0.3.0
18532026-02-16T22:55:10.675Z Compiling toml v0.8.23
18542026-02-16T22:55:10.675Z Compiling cargo-platform v0.2.0
18552026-02-16T22:55:10.700Z Compiling indent_write v2.2.0
18562026-02-16T22:55:10.982Z Compiling rustc_version v0.1.7
18572026-02-16T22:55:11.235Z Compiling serde-value v0.7.0
18582026-02-16T22:55:11.398Z Compiling newtype_derive v0.1.6
18592026-02-16T22:55:11.587Z Compiling serde-untagged v0.1.7
18602026-02-16T22:55:11.952Z Compiling cargo-util-schemas v0.8.2
18612026-02-16T22:55:12.337Z Compiling structmeta v0.3.0
18622026-02-16T22:55:12.586Z Compiling parse-display-derive v0.10.0
18632026-02-16T22:55:13.450Z Compiling cargo_metadata v0.21.0
18642026-02-16T22:55:14.433Z Compiling parse-display v0.10.0
18652026-02-16T22:55:14.881Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18662026-02-16T22:55:19.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.51s
18672026-02-16T22:55:20.130Z Running `target/debug/ls-apis apis`
18682026-02-16T22:55:20.177Zloading metadata for workspace omicron from current workspace
18692026-02-16T22:55:26.740Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18702026-02-16T22:55:26.742Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
18712026-02-16T22:55:26.745Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18722026-02-16T22:55:26.745Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc121ef/Cargo.toml
18732026-02-16T22:55:26.748Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18742026-02-16T22:55:56.615Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18752026-02-16T22:55:58.362Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18762026-02-16T22:55:58.386Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18772026-02-16T22:55:58.623ZBootstrap Agent (client: bootstrap-agent-client)
18782026-02-16T22:55:58.623Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18792026-02-16T22:55:58.623Z consumed by: wicketd (omicron/wicketd) via 1 path
18802026-02-16T22:55:58.624Z
18812026-02-16T22:55:58.624ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18822026-02-16T22:55:58.624Z consumed by: wicketd (omicron/wicketd) via 2 paths
18832026-02-16T22:55:58.624Z
18842026-02-16T22:55:58.624ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18852026-02-16T22:55:58.624Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18862026-02-16T22:55:58.624Z
18872026-02-16T22:55:58.624ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18882026-02-16T22:55:58.624Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18892026-02-16T22:55:58.624Z
18902026-02-16T22:55:58.624ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18912026-02-16T22:55:58.627Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18922026-02-16T22:55:58.627Z
18932026-02-16T22:55:58.627ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18942026-02-16T22:55:58.627Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18952026-02-16T22:55:58.627Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18962026-02-16T22:55:58.627Z
18972026-02-16T22:55:58.627ZCrucible Agent (client: crucible-agent-client)
18982026-02-16T22:55:58.628Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18992026-02-16T22:55:58.628Z
19002026-02-16T22:55:58.628ZCrucible Control (for testing only) (client: crucible-control-client)
19012026-02-16T22:55:58.628Z
19022026-02-16T22:55:58.628ZCrucible Pantry (client: crucible-pantry-client)
19032026-02-16T22:55:58.628Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19042026-02-16T22:55:58.628Z
19052026-02-16T22:55:58.628ZMaghemite DDM Admin (client: ddm-admin-client)
19062026-02-16T22:55:58.628Z consumed by: installinator (omicron/installinator) via 1 path
19072026-02-16T22:55:58.628Z consumed by: mgd (maghemite/mgd) via 1 path
19082026-02-16T22:55:58.628Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19092026-02-16T22:55:58.628Z consumed by: wicketd (omicron/wicketd) via 1 path
19102026-02-16T22:55:58.628Z
19112026-02-16T22:55:58.628ZDNS Server (client: dns-service-client)
19122026-02-16T22:55:58.631Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19132026-02-16T22:55:58.631Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19142026-02-16T22:55:58.631Z
19152026-02-16T22:55:58.631ZDendrite DPD (client: dpd-client)
19162026-02-16T22:55:58.631Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19172026-02-16T22:55:58.631Z consumed by: lldpd (lldp/lldpd) via 2 paths
19182026-02-16T22:55:58.631Z consumed by: mgd (maghemite/mgd) via 1 path
19192026-02-16T22:55:58.631Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19202026-02-16T22:55:58.631Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19212026-02-16T22:55:58.631Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19222026-02-16T22:55:58.631Z consumed by: wicketd (omicron/wicketd) via 2 paths
19232026-02-16T22:55:58.631Z
19242026-02-16T22:55:58.631ZDownstairs Controller (debugging only) (client: dsc-client)
19252026-02-16T22:55:58.631Z
19262026-02-16T22:55:58.631ZManagement Gateway Service (client: gateway-client)
19272026-02-16T22:55:58.638Z consumed by: dpd (dendrite/dpd) via 1 path
19282026-02-16T22:55:58.638Z consumed by: mgd (maghemite/mgd) via 1 path
19292026-02-16T22:55:58.638Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19302026-02-16T22:55:58.638Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19312026-02-16T22:55:58.638Z consumed by: wicketd (omicron/wicketd) via 3 paths
19322026-02-16T22:55:58.638Z
19332026-02-16T22:55:58.638ZWicketd Installinator (client: installinator-client)
19342026-02-16T22:55:58.641Z consumed by: installinator (omicron/installinator) via 1 path
19352026-02-16T22:55:58.641Z
19362026-02-16T22:55:58.641ZLLDP daemon (client: lldpd-client)
19372026-02-16T22:55:58.641Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19382026-02-16T22:55:58.641Z consumed by: tfportd (dendrite/tfportd) via 1 path
19392026-02-16T22:55:58.641Z
19402026-02-16T22:55:58.641ZMaghemite MG Admin (client: mg-admin-client)
19412026-02-16T22:55:58.645Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19422026-02-16T22:55:58.645Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19432026-02-16T22:55:58.645Z
19442026-02-16T22:55:58.645ZNexus Internal API (client: nexus-client)
19452026-02-16T22:55:58.652Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19462026-02-16T22:55:58.652Z consumed by: dpd (dendrite/dpd) via 1 path
19472026-02-16T22:55:58.652Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19482026-02-16T22:55:58.652Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19492026-02-16T22:55:58.652Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19502026-02-16T22:55:58.652Z
19512026-02-16T22:55:58.652ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19522026-02-16T22:55:58.655Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19532026-02-16T22:55:58.655Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19542026-02-16T22:55:58.655Z
19552026-02-16T22:55:58.655ZNTP Admin (client: ntp-admin-client)
19562026-02-16T22:55:58.655Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19572026-02-16T22:55:58.655Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19582026-02-16T22:55:58.655Z
19592026-02-16T22:55:58.655ZExternal API (client: oxide-client)
19602026-02-16T22:55:58.655Z
19612026-02-16T22:55:58.655ZOximeter (client: oximeter-client)
19622026-02-16T22:55:58.655Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19632026-02-16T22:55:58.655Z
19642026-02-16T22:55:58.655ZPropolis (client: propolis-client)
19652026-02-16T22:55:58.655Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19662026-02-16T22:55:58.655Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19672026-02-16T22:55:58.656Z
19682026-02-16T22:55:58.656ZCrucible Repair (client: repair-client)
19692026-02-16T22:55:58.656Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19702026-02-16T22:55:58.656Z
19712026-02-16T22:55:58.656ZRepo Depot API (client: repo-depot-client)
19722026-02-16T22:55:58.656Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19732026-02-16T22:55:58.656Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19742026-02-16T22:55:58.656Z
19752026-02-16T22:55:58.656ZSled Agent (client: sled-agent-client)
19762026-02-16T22:55:58.671Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19772026-02-16T22:55:58.671Z
19782026-02-16T22:55:58.671ZWicketd (client: wicketd-client)
19792026-02-16T22:55:58.671Z
19802026-02-16T22:55:58.752Z
19812026-02-16T22:55:58.752Zreal 50.149888617
19822026-02-16T22:55:58.752Zuser 39.027027611
19832026-02-16T22:55:58.752Zsys 13.814932792
19842026-02-16T22:55:58.752Ztrap 0.027671088
19852026-02-16T22:55:58.755Ztflt 0.100128787
19862026-02-16T22:55:58.755Zdflt 0.221817143
19872026-02-16T22:55:58.755Zkflt 0.000006548
19882026-02-16T22:55:58.755Zlock 1:01.416978641
19892026-02-16T22:55:58.755Zslp 5:47.215172053
19902026-02-16T22:55:58.755Zlat 0.940212634
19912026-02-16T22:55:58.755Zstop 2.457674638
19922026-02-16T22:55:58.755Z+ ptime -m cargo xtask ls-apis deployment-units
19932026-02-16T22:55:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19942026-02-16T22:55:59.620Z Running `target/debug/xtask ls-apis deployment-units`
19952026-02-16T22:56:00.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
19962026-02-16T22:56:00.864Z Running `target/debug/ls-apis deployment-units`
19972026-02-16T22:56:00.914Zloading metadata for workspace omicron from current workspace
19982026-02-16T22:56:02.543Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
19992026-02-16T22:56:02.546Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
20002026-02-16T22:56:02.549Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc121ef/Cargo.toml
20012026-02-16T22:56:02.549Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
20022026-02-16T22:56:02.564Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20032026-02-16T22:56:06.505Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20042026-02-16T22:56:07.467Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20052026-02-16T22:56:07.491Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20062026-02-16T22:56:07.720ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20072026-02-16T22:56:07.720Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20082026-02-16T22:56:07.720Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20092026-02-16T22:56:07.720Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20102026-02-16T22:56:07.720Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20112026-02-16T22:56:07.723Z
20122026-02-16T22:56:07.723Z
20132026-02-16T22:56:07.723ZCockroach
20142026-02-16T22:56:07.723Z omicron-cockroach-admin (omicron/cockroach-admin)
20152026-02-16T22:56:07.723Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20162026-02-16T22:56:07.723Z
20172026-02-16T22:56:07.723Z
20182026-02-16T22:56:07.723ZCrucible
20192026-02-16T22:56:07.723Z crucible-agent (crucible/agent)
20202026-02-16T22:56:07.723Z exposes: Crucible Agent (client = crucible-agent-client)
20212026-02-16T22:56:07.723Z
20222026-02-16T22:56:07.723Z crucible-downstairs (crucible/downstairs)
20232026-02-16T22:56:07.723Z exposes: Crucible Repair (client = repair-client)
20242026-02-16T22:56:07.723Z consumes: repair-client
20252026-02-16T22:56:07.723Z
20262026-02-16T22:56:07.723Z
20272026-02-16T22:56:07.723ZCrucible Pantry
20282026-02-16T22:56:07.723Z crucible-pantry (crucible/pantry)
20292026-02-16T22:56:07.723Z exposes: Crucible Pantry (client = crucible-pantry-client)
20302026-02-16T22:56:07.726Z consumes: nexus-client
20312026-02-16T22:56:07.726Z
20322026-02-16T22:56:07.726Z
20332026-02-16T22:56:07.726ZDNS Server
20342026-02-16T22:56:07.726Z dns-server (omicron/dns-server)
20352026-02-16T22:56:07.726Z exposes: DNS Server (client = dns-service-client)
20362026-02-16T22:56:07.726Z
20372026-02-16T22:56:07.727Z
20382026-02-16T22:56:07.727ZHost OS
20392026-02-16T22:56:07.727Z ddmd (maghemite/ddmd)
20402026-02-16T22:56:07.727Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20412026-02-16T22:56:07.730Z consumes: dpd-client
20422026-02-16T22:56:07.730Z
20432026-02-16T22:56:07.730Z dpd (dendrite/dpd)
20442026-02-16T22:56:07.730Z exposes: Dendrite DPD (client = dpd-client)
20452026-02-16T22:56:07.730Z consumes: gateway-client
20462026-02-16T22:56:07.730Z consumes: nexus-client
20472026-02-16T22:56:07.730Z
20482026-02-16T22:56:07.730Z lldpd (lldp/lldpd)
20492026-02-16T22:56:07.730Z exposes: LLDP daemon (client = lldpd-client)
20502026-02-16T22:56:07.730Z consumes: dpd-client
20512026-02-16T22:56:07.730Z
20522026-02-16T22:56:07.730Z mgd (maghemite/mgd)
20532026-02-16T22:56:07.730Z exposes: Maghemite MG Admin (client = mg-admin-client)
20542026-02-16T22:56:07.730Z consumes: ddm-admin-client
20552026-02-16T22:56:07.730Z consumes: dpd-client
20562026-02-16T22:56:07.730Z consumes: gateway-client
20572026-02-16T22:56:07.730Z
20582026-02-16T22:56:07.730Z omicron-gateway (omicron/gateway)
20592026-02-16T22:56:07.730Z exposes: Management Gateway Service (client = gateway-client)
20602026-02-16T22:56:07.733Z
20612026-02-16T22:56:07.733Z omicron-sled-agent (omicron/sled-agent)
20622026-02-16T22:56:07.733Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20632026-02-16T22:56:07.733Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20642026-02-16T22:56:07.733Z exposes: Repo Depot API (client = repo-depot-client)
20652026-02-16T22:56:07.733Z exposes: Sled Agent (client = sled-agent-client)
20662026-02-16T22:56:07.736Z consumes: bootstrap-agent-client
20672026-02-16T22:56:07.736Z consumes: cockroach-admin-client
20682026-02-16T22:56:07.736Z consumes: ddm-admin-client
20692026-02-16T22:56:07.736Z consumes: dns-service-client
20702026-02-16T22:56:07.736Z consumes: dpd-client
20712026-02-16T22:56:07.736Z consumes: gateway-client
20722026-02-16T22:56:07.736Z consumes: mg-admin-client
20732026-02-16T22:56:07.736Z consumes: nexus-client
20742026-02-16T22:56:07.736Z consumes: nexus-lockstep-client
20752026-02-16T22:56:07.736Z consumes: ntp-admin-client
20762026-02-16T22:56:07.736Z consumes: propolis-client
20772026-02-16T22:56:07.736Z consumes: repo-depot-client
20782026-02-16T22:56:07.736Z
20792026-02-16T22:56:07.736Z propolis-server (propolis/bin/propolis-server)
20802026-02-16T22:56:07.736Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20812026-02-16T22:56:07.736Z exposes: Propolis (client = propolis-client)
20822026-02-16T22:56:07.736Z consumes: nexus-client
20832026-02-16T22:56:07.737Z
20842026-02-16T22:56:07.737Z tfportd (dendrite/tfportd)
20852026-02-16T22:56:07.737Z consumes: dpd-client
20862026-02-16T22:56:07.737Z consumes: lldpd-client
20872026-02-16T22:56:07.737Z
20882026-02-16T22:56:07.737Z wicketd (omicron/wicketd)
20892026-02-16T22:56:07.737Z exposes: Wicketd Installinator (client = installinator-client)
20902026-02-16T22:56:07.737Z exposes: Wicketd (client = wicketd-client)
20912026-02-16T22:56:07.740Z consumes: bootstrap-agent-client
20922026-02-16T22:56:07.740Z consumes: bootstrap-agent-lockstep-client
20932026-02-16T22:56:07.740Z consumes: ddm-admin-client
20942026-02-16T22:56:07.740Z consumes: dpd-client
20952026-02-16T22:56:07.740Z consumes: gateway-client
20962026-02-16T22:56:07.740Z
20972026-02-16T22:56:07.740Z
20982026-02-16T22:56:07.740ZInstallinator
20992026-02-16T22:56:07.740Z installinator (omicron/installinator)
21002026-02-16T22:56:07.740Z consumes: ddm-admin-client
21012026-02-16T22:56:07.740Z consumes: installinator-client
21022026-02-16T22:56:07.740Z
21032026-02-16T22:56:07.740Z
21042026-02-16T22:56:07.740ZNTP
21052026-02-16T22:56:07.740Z omicron-ntp-admin (omicron/ntp-admin)
21062026-02-16T22:56:07.740Z exposes: NTP Admin (client = ntp-admin-client)
21072026-02-16T22:56:07.740Z
21082026-02-16T22:56:07.740Z
21092026-02-16T22:56:07.740ZNexus
21102026-02-16T22:56:07.740Z omicron-nexus (omicron/nexus)
21112026-02-16T22:56:07.740Z exposes: Nexus Internal API (client = nexus-client)
21122026-02-16T22:56:07.740Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21132026-02-16T22:56:07.740Z exposes: External API (client = oxide-client)
21142026-02-16T22:56:07.743Z consumes: clickhouse-admin-keeper-client
21152026-02-16T22:56:07.744Z consumes: clickhouse-admin-server-client
21162026-02-16T22:56:07.744Z consumes: clickhouse-admin-single-client
21172026-02-16T22:56:07.744Z consumes: cockroach-admin-client
21182026-02-16T22:56:07.744Z consumes: crucible-agent-client
21192026-02-16T22:56:07.744Z consumes: crucible-pantry-client
21202026-02-16T22:56:07.744Z consumes: dns-service-client
21212026-02-16T22:56:07.744Z consumes: dpd-client
21222026-02-16T22:56:07.744Z consumes: gateway-client
21232026-02-16T22:56:07.744Z consumes: lldpd-client
21242026-02-16T22:56:07.744Z consumes: mg-admin-client
21252026-02-16T22:56:07.744Z consumes: ntp-admin-client
21262026-02-16T22:56:07.744Z consumes: oximeter-client
21272026-02-16T22:56:07.744Z consumes: propolis-client
21282026-02-16T22:56:07.744Z consumes: repo-depot-client
21292026-02-16T22:56:07.744Z consumes: sled-agent-client
21302026-02-16T22:56:07.744Z
21312026-02-16T22:56:07.744Z
21322026-02-16T22:56:07.744ZOximeter
21332026-02-16T22:56:07.744Z oximeter-collector (omicron/oximeter/collector)
21342026-02-16T22:56:07.744Z exposes: Oximeter (client = oximeter-client)
21352026-02-16T22:56:07.747Z consumes: nexus-client
21362026-02-16T22:56:07.747Z
21372026-02-16T22:56:07.747Z
21382026-02-16T22:56:07.835Z
21392026-02-16T22:56:07.838Zreal 9.056734967
21402026-02-16T22:56:07.838Zuser 7.364573151
21412026-02-16T22:56:07.838Zsys 3.023507210
21422026-02-16T22:56:07.838Ztrap 0.003625049
21432026-02-16T22:56:07.838Ztflt 0.000059555
21442026-02-16T22:56:07.838Zdflt 0.000254318
21452026-02-16T22:56:07.838Zkflt 0.000000000
21462026-02-16T22:56:07.838Zlock 0.391998459
21472026-02-16T22:56:07.838Zslp 35.831234134
21482026-02-16T22:56:07.838Zlat 0.036710314
21492026-02-16T22:56:07.838Zstop 0.007616521
21502026-02-16T22:56:07.839Z+ ptime -m cargo xtask ls-apis servers
21512026-02-16T22:56:08.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21522026-02-16T22:56:08.651Z Running `target/debug/xtask ls-apis servers`
21532026-02-16T22:56:09.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
21542026-02-16T22:56:09.819Z Running `target/debug/ls-apis servers`
21552026-02-16T22:56:09.869Zloading metadata for workspace omicron from current workspace
21562026-02-16T22:56:11.406Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21572026-02-16T22:56:11.409Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
21582026-02-16T22:56:11.413Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21592026-02-16T22:56:11.416Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21602026-02-16T22:56:11.419Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc121ef/Cargo.toml
21612026-02-16T22:56:15.210Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21622026-02-16T22:56:16.152Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21632026-02-16T22:56:16.174Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21642026-02-16T22:56:16.405Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21652026-02-16T22:56:16.405Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21662026-02-16T22:56:16.405Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21672026-02-16T22:56:16.405Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21682026-02-16T22:56:16.408Z
21692026-02-16T22:56:16.408Zomicron-cockroach-admin (omicron/cockroach-admin)
21702026-02-16T22:56:16.408Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21712026-02-16T22:56:16.408Z
21722026-02-16T22:56:16.408Zcrucible-agent (crucible/agent)
21732026-02-16T22:56:16.409Z exposes: Crucible Agent (client = crucible-agent-client)
21742026-02-16T22:56:16.409Z
21752026-02-16T22:56:16.409Zcrucible-downstairs (crucible/downstairs)
21762026-02-16T22:56:16.409Z exposes: Crucible Repair (client = repair-client)
21772026-02-16T22:56:16.409Z consumes: repair-client
21782026-02-16T22:56:16.409Z
21792026-02-16T22:56:16.409Zcrucible-pantry (crucible/pantry)
21802026-02-16T22:56:16.409Z exposes: Crucible Pantry (client = crucible-pantry-client)
21812026-02-16T22:56:16.412Z consumes: nexus-client
21822026-02-16T22:56:16.412Z
21832026-02-16T22:56:16.412Zdns-server (omicron/dns-server)
21842026-02-16T22:56:16.412Z exposes: DNS Server (client = dns-service-client)
21852026-02-16T22:56:16.412Z
21862026-02-16T22:56:16.412Zomicron-sled-agent (omicron/sled-agent)
21872026-02-16T22:56:16.412Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21882026-02-16T22:56:16.412Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21892026-02-16T22:56:16.412Z exposes: Repo Depot API (client = repo-depot-client)
21902026-02-16T22:56:16.412Z exposes: Sled Agent (client = sled-agent-client)
21912026-02-16T22:56:16.415Z consumes: bootstrap-agent-client
21922026-02-16T22:56:16.415Z consumes: cockroach-admin-client
21932026-02-16T22:56:16.415Z consumes: ddm-admin-client
21942026-02-16T22:56:16.415Z consumes: dns-service-client
21952026-02-16T22:56:16.415Z consumes: dpd-client
21962026-02-16T22:56:16.415Z consumes: gateway-client
21972026-02-16T22:56:16.415Z consumes: mg-admin-client
21982026-02-16T22:56:16.415Z consumes: nexus-client
21992026-02-16T22:56:16.415Z consumes: nexus-lockstep-client
22002026-02-16T22:56:16.415Z consumes: ntp-admin-client
22012026-02-16T22:56:16.415Z consumes: propolis-client
22022026-02-16T22:56:16.415Z consumes: repo-depot-client
22032026-02-16T22:56:16.416Z
22042026-02-16T22:56:16.416Zpropolis-server (propolis/bin/propolis-server)
22052026-02-16T22:56:16.416Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22062026-02-16T22:56:16.416Z exposes: Propolis (client = propolis-client)
22072026-02-16T22:56:16.419Z consumes: nexus-client
22082026-02-16T22:56:16.419Z
22092026-02-16T22:56:16.419Zddmd (maghemite/ddmd)
22102026-02-16T22:56:16.419Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22112026-02-16T22:56:16.419Z consumes: dpd-client
22122026-02-16T22:56:16.419Z
22132026-02-16T22:56:16.419Zdpd (dendrite/dpd)
22142026-02-16T22:56:16.419Z exposes: Dendrite DPD (client = dpd-client)
22152026-02-16T22:56:16.419Z consumes: gateway-client
22162026-02-16T22:56:16.419Z consumes: nexus-client
22172026-02-16T22:56:16.419Z
22182026-02-16T22:56:16.419Zlldpd (lldp/lldpd)
22192026-02-16T22:56:16.419Z exposes: LLDP daemon (client = lldpd-client)
22202026-02-16T22:56:16.419Z consumes: dpd-client
22212026-02-16T22:56:16.419Z
22222026-02-16T22:56:16.419Zmgd (maghemite/mgd)
22232026-02-16T22:56:16.419Z exposes: Maghemite MG Admin (client = mg-admin-client)
22242026-02-16T22:56:16.423Z consumes: ddm-admin-client
22252026-02-16T22:56:16.423Z consumes: dpd-client
22262026-02-16T22:56:16.423Z consumes: gateway-client
22272026-02-16T22:56:16.423Z
22282026-02-16T22:56:16.423Zomicron-gateway (omicron/gateway)
22292026-02-16T22:56:16.423Z exposes: Management Gateway Service (client = gateway-client)
22302026-02-16T22:56:16.423Z
22312026-02-16T22:56:16.423Ztfportd (dendrite/tfportd)
22322026-02-16T22:56:16.423Z consumes: dpd-client
22332026-02-16T22:56:16.423Z consumes: lldpd-client
22342026-02-16T22:56:16.423Z
22352026-02-16T22:56:16.423Zwicketd (omicron/wicketd)
22362026-02-16T22:56:16.423Z exposes: Wicketd Installinator (client = installinator-client)
22372026-02-16T22:56:16.423Z exposes: Wicketd (client = wicketd-client)
22382026-02-16T22:56:16.423Z consumes: bootstrap-agent-client
22392026-02-16T22:56:16.423Z consumes: bootstrap-agent-lockstep-client
22402026-02-16T22:56:16.423Z consumes: ddm-admin-client
22412026-02-16T22:56:16.423Z consumes: dpd-client
22422026-02-16T22:56:16.423Z consumes: gateway-client
22432026-02-16T22:56:16.424Z
22442026-02-16T22:56:16.424Zinstallinator (omicron/installinator)
22452026-02-16T22:56:16.424Z consumes: ddm-admin-client
22462026-02-16T22:56:16.424Z consumes: installinator-client
22472026-02-16T22:56:16.424Z
22482026-02-16T22:56:16.424Zomicron-ntp-admin (omicron/ntp-admin)
22492026-02-16T22:56:16.424Z exposes: NTP Admin (client = ntp-admin-client)
22502026-02-16T22:56:16.427Z
22512026-02-16T22:56:16.427Zomicron-nexus (omicron/nexus)
22522026-02-16T22:56:16.427Z exposes: Nexus Internal API (client = nexus-client)
22532026-02-16T22:56:16.427Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22542026-02-16T22:56:16.427Z exposes: External API (client = oxide-client)
22552026-02-16T22:56:16.430Z consumes: clickhouse-admin-keeper-client
22562026-02-16T22:56:16.430Z consumes: clickhouse-admin-server-client
22572026-02-16T22:56:16.430Z consumes: clickhouse-admin-single-client
22582026-02-16T22:56:16.430Z consumes: cockroach-admin-client
22592026-02-16T22:56:16.430Z consumes: crucible-agent-client
22602026-02-16T22:56:16.430Z consumes: crucible-pantry-client
22612026-02-16T22:56:16.430Z consumes: dns-service-client
22622026-02-16T22:56:16.430Z consumes: dpd-client
22632026-02-16T22:56:16.430Z consumes: gateway-client
22642026-02-16T22:56:16.430Z consumes: lldpd-client
22652026-02-16T22:56:16.430Z consumes: mg-admin-client
22662026-02-16T22:56:16.430Z consumes: ntp-admin-client
22672026-02-16T22:56:16.430Z consumes: oximeter-client
22682026-02-16T22:56:16.430Z consumes: propolis-client
22692026-02-16T22:56:16.430Z consumes: repo-depot-client
22702026-02-16T22:56:16.430Z consumes: sled-agent-client
22712026-02-16T22:56:16.430Z
22722026-02-16T22:56:16.430Zoximeter-collector (omicron/oximeter/collector)
22732026-02-16T22:56:16.430Z exposes: Oximeter (client = oximeter-client)
22742026-02-16T22:56:16.430Z consumes: nexus-client
22752026-02-16T22:56:16.430Z
22762026-02-16T22:56:16.523Z
22772026-02-16T22:56:16.526Zreal 8.660185677
22782026-02-16T22:56:16.526Zuser 7.279179645
22792026-02-16T22:56:16.526Zsys 2.745115956
22802026-02-16T22:56:16.526Ztrap 0.001158023
22812026-02-16T22:56:16.526Ztflt 0.000084186
22822026-02-16T22:56:16.526Zdflt 0.000205850
22832026-02-16T22:56:16.526Zkflt 0.000005768
22842026-02-16T22:56:16.526Zlock 0.392355893
22852026-02-16T22:56:16.526Zslp 34.081632928
22862026-02-16T22:56:16.526Zlat 0.019436138
22872026-02-16T22:56:16.526Zstop 0.006997643
22882026-02-16T22:56:16.526Z+ ptime -m cargo xtask ls-apis check
22892026-02-16T22:56:17.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22902026-02-16T22:56:17.316Z Running `target/debug/xtask ls-apis check`
22912026-02-16T22:56:18.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
22922026-02-16T22:56:18.472Z Running `target/debug/ls-apis check`
22932026-02-16T22:56:18.527Zloading metadata for workspace omicron from current workspace
22942026-02-16T22:56:20.067Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
22952026-02-16T22:56:20.070Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
22962026-02-16T22:56:20.074Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
22972026-02-16T22:56:20.078Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc121ef/Cargo.toml
22982026-02-16T22:56:20.084Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
22992026-02-16T22:56:23.798Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23002026-02-16T22:56:24.743Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23012026-02-16T22:56:24.767Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23022026-02-16T22:56:25.151Z
23032026-02-16T22:56:25.151Z
23042026-02-16T22:56:25.151ZServer-managed APIs:
23052026-02-16T22:56:25.151Z
23062026-02-16T22:56:25.151Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23072026-02-16T22:56:25.151Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23082026-02-16T22:56:25.151Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23092026-02-16T22:56:25.151Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23102026-02-16T22:56:25.151Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23112026-02-16T22:56:25.151Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23122026-02-16T22:56:25.151Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23132026-02-16T22:56:25.151Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23142026-02-16T22:56:25.151Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23152026-02-16T22:56:25.151Z DNS Server (dns-service-client, exposed by dns-server)
23162026-02-16T22:56:25.152Z Dendrite DPD (dpd-client, exposed by dpd)
23172026-02-16T22:56:25.152Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23182026-02-16T22:56:25.152Z LLDP daemon (lldpd-client, exposed by lldpd)
23192026-02-16T22:56:25.152Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23202026-02-16T22:56:25.152Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23212026-02-16T22:56:25.152Z External API (oxide-client, exposed by omicron-nexus)
23222026-02-16T22:56:25.152Z Oximeter (oximeter-client, exposed by oximeter-collector)
23232026-02-16T22:56:25.152Z Propolis (propolis-client, exposed by propolis-server)
23242026-02-16T22:56:25.152Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23252026-02-16T22:56:25.152Z Wicketd (wicketd-client, exposed by wicketd)
23262026-02-16T22:56:25.152Z
23272026-02-16T22:56:25.152Z
23282026-02-16T22:56:25.152ZClient-managed API:
23292026-02-16T22:56:25.152Z
23302026-02-16T22:56:25.152Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23312026-02-16T22:56:25.152Z reason: depends on itself (i.e., instances call each other)
23322026-02-16T22:56:25.152Z Wicketd Installinator (installinator-client, exposed by wicketd)
23332026-02-16T22:56:25.152Z reason: client is provided implicitly by the operator
23342026-02-16T22:56:25.152Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23352026-02-16T22:56:25.152Z reason: Circular dependencies between Nexus and other services
23362026-02-16T22:56:25.152Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23372026-02-16T22:56:25.152Z reason: Circular dependencies between Nexus and other services
23382026-02-16T22:56:25.152Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23392026-02-16T22:56:25.152Z reason: depends on itself (i.e., instances call each other)
23402026-02-16T22:56:25.152Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23412026-02-16T22:56:25.152Z reason: depends on itself (i.e., instances call each other)
23422026-02-16T22:56:25.152Z
23432026-02-16T22:56:25.152Z
23442026-02-16T22:56:25.152ZAPIs with unknown version management: none
23452026-02-16T22:56:25.152Z
23462026-02-16T22:56:25.152Z
23472026-02-16T22:56:25.152ZAPIs that failed consumer checks: none
23482026-02-16T22:56:25.244Z
23492026-02-16T22:56:25.244Zreal 8.692426492
23502026-02-16T22:56:25.244Zuser 7.367140635
23512026-02-16T22:56:25.244Zsys 2.691533272
23522026-02-16T22:56:25.247Ztrap 0.001400622
23532026-02-16T22:56:25.247Ztflt 0.000042326
23542026-02-16T22:56:25.247Zdflt 0.000081998
23552026-02-16T22:56:25.247Zkflt 0.000003418
23562026-02-16T22:56:25.247Zlock 0.393530895
23572026-02-16T22:56:25.247Zslp 33.413719022
23582026-02-16T22:56:25.247Zlat 0.016322029
23592026-02-16T22:56:25.247Zstop 0.006780494
23602026-02-16T22:56:25.247Z+ ptime -m cargo xtask ls-apis adoc
23612026-02-16T22:56:26.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23622026-02-16T22:56:26.049Z Running `target/debug/xtask ls-apis adoc`
23632026-02-16T22:56:27.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
23642026-02-16T22:56:27.185Z Running `target/debug/ls-apis adoc`
23652026-02-16T22:56:27.235Zloading metadata for workspace omicron from current workspace
23662026-02-16T22:56:28.779Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23672026-02-16T22:56:28.782Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23682026-02-16T22:56:28.785Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc121ef/Cargo.toml
23692026-02-16T22:56:28.785Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23702026-02-16T22:56:28.795Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23712026-02-16T22:56:32.553Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23722026-02-16T22:56:33.492Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23732026-02-16T22:56:33.515Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23742026-02-16T22:56:33.886Z
23752026-02-16T22:56:33.889Zreal 8.614315757
23762026-02-16T22:56:33.889Zuser 7.266412305
23772026-02-16T22:56:33.889Zsys 2.685007009
23782026-02-16T22:56:33.889Ztrap 0.000826966
23792026-02-16T22:56:33.889Ztflt 0.000108902
23802026-02-16T22:56:33.889Zdflt 0.000013995
23812026-02-16T22:56:33.889Zkflt 0.000000000
23822026-02-16T22:56:33.889Zlock 0.389213968
23832026-02-16T22:56:33.889Zslp 33.827952401
23842026-02-16T22:56:33.889Zlat 0.015126122
23852026-02-16T22:56:33.889Zstop 0.006964943
23862026-02-16T22:56:33.889Z+ banner build
23872026-02-16T22:56:33.892Z
23882026-02-16T22:56:33.892Z ##### # # # # #####
23892026-02-16T22:56:33.892Z # # # # # # # #
23902026-02-16T22:56:33.892Z ##### # # # # # #
23912026-02-16T22:56:33.892Z # # # # # # # #
23922026-02-16T22:56:33.893Z # # # # # # # #
23932026-02-16T22:56:33.893Z ##### #### # ###### #####
23942026-02-16T22:56:33.893Z
23952026-02-16T22:56:33.893Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23962026-02-16T22:56:33.893Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23972026-02-16T22:56:33.893Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23982026-02-16T22:56:33.893Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23992026-02-16T22:56:33.893Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24002026-02-16T22:56:33.893Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24012026-02-16T22:56:33.893Z+ export TMPDIR=/var/tmp/omicron_tmp
24022026-02-16T22:56:33.893Z+ TMPDIR=/var/tmp/omicron_tmp
24032026-02-16T22:56:33.893Z+ export RUST_BACKTRACE=1
24042026-02-16T22:56:33.893Z+ RUST_BACKTRACE=1
24052026-02-16T22:56:33.893Z+ export CARGO_INCREMENTAL=0
24062026-02-16T22:56:33.893Z+ CARGO_INCREMENTAL=0
24072026-02-16T22:56:33.893Z+ export RUSTC_BOOTSTRAP=1
24082026-02-16T22:56:33.893Z+ RUSTC_BOOTSTRAP=1
24092026-02-16T22:56:33.893Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24102026-02-16T22:56:36.982Z Compiling proc-macro2 v1.0.101
24112026-02-16T22:56:36.982Z Compiling unicode-ident v1.0.19
24122026-02-16T22:56:36.985Z Compiling libc v0.2.180
24132026-02-16T22:56:36.985Z Compiling serde_core v1.0.228
24142026-02-16T22:56:36.985Z Compiling cfg-if v1.0.4
24152026-02-16T22:56:36.985Z Compiling serde v1.0.228
24162026-02-16T22:56:36.985Z Compiling autocfg v1.4.0
24172026-02-16T22:56:37.295Z Compiling memchr v2.7.4
24182026-02-16T22:56:37.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/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`
24192026-02-16T22:56:37.324Z 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`
24202026-02-16T22:56:37.327Z 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`
24212026-02-16T22:56:37.328Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24222026-02-16T22:56:37.328Z 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`
24232026-02-16T22:56:37.356Z 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`
24242026-02-16T22:56:37.419Z 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`
24252026-02-16T22:56:37.423Z 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`
24262026-02-16T22:56:37.533Z Compiling value-bag v1.12.0
24272026-02-16T22:56:37.533Z Compiling smallvec v1.15.1
24282026-02-16T22:56:37.536Z 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`
24292026-02-16T22:56:37.536Z 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`
24302026-02-16T22:56:37.971Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-c0c0d1b4ac4c92c1/build-script-build`
24312026-02-16T22:56:38.020Z Compiling version_check v0.9.5
24322026-02-16T22:56:38.024Z 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-02-16T22:56:38.067Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24342026-02-16T22:56:38.174Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24352026-02-16T22:56:38.177Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24362026-02-16T22:56:38.228Z Compiling log v0.4.29
24372026-02-16T22:56:38.231Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=25bb4e80a514eef7 -C extra-filename=-621676faf194ecf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
24382026-02-16T22:56:38.270Z 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`
24392026-02-16T22:56:38.309Z Compiling itoa v1.0.11
24402026-02-16T22:56:38.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=918adedc60bd3c61 -C extra-filename=-c7c658e705ae5e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412026-02-16T22:56:38.346Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=366c850d108d246e -C extra-filename=-b9bf1208c93b2e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
24422026-02-16T22:56:38.395Z Compiling lock_api v0.4.12
24432026-02-16T22:56:38.398Z 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`
24442026-02-16T22:56:38.542Z 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)'`
24452026-02-16T22:56:38.597Z Compiling scopeguard v1.2.0
24462026-02-16T22:56:38.666Z 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`
24472026-02-16T22:56:38.695Z Compiling libm v0.2.8
24482026-02-16T22:56:38.698Z 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`
24492026-02-16T22:56:38.822Z Compiling num-traits v0.2.19
24502026-02-16T22:56:38.825Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24512026-02-16T22:56:38.862Z Compiling zmij v1.0.15
24522026-02-16T22:56:38.862Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24532026-02-16T22:56:38.865Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24542026-02-16T22:56:39.004Z Compiling serde_json v1.0.149
24552026-02-16T22:56:39.009Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
24562026-02-16T22:56:39.105Z 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`
24572026-02-16T22:56:39.178Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24582026-02-16T22:56:39.247Z Compiling quote v1.0.40
24592026-02-16T22:56:39.253Z 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`
24602026-02-16T22:56:39.339Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24612026-02-16T22:56:39.511Z 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`
24622026-02-16T22:56:39.517Z Compiling getrandom v0.2.15
24632026-02-16T22:56:39.521Z 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`
24642026-02-16T22:56:39.560Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24652026-02-16T22:56:39.611Z Compiling stable_deref_trait v1.2.0
24662026-02-16T22:56:39.611Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24672026-02-16T22:56:39.642Z 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`
24682026-02-16T22:56:39.713Z Compiling syn v2.0.114
24692026-02-16T22:56:39.716Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=fe400476be3c4a42 -C extra-filename=-ee84be41fe784280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702026-02-16T22:56:39.755Z 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)'`
24712026-02-16T22:56:39.814Z Compiling portable-atomic v1.11.0
24722026-02-16T22:56:39.818Z 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`
24732026-02-16T22:56:39.888Z Compiling getrandom v0.3.4
24742026-02-16T22:56:39.936Z 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`
24752026-02-16T22:56:39.942Z Compiling critical-section v1.1.3
24762026-02-16T22:56:39.985Z 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`
24772026-02-16T22:56:39.990Z Compiling percent-encoding v2.3.2
24782026-02-16T22:56:39.994Z 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`
24792026-02-16T22:56:40.198Z Compiling litemap v0.7.3
24802026-02-16T22:56:40.243Z 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`
24812026-02-16T22:56:40.354Z Compiling writeable v0.5.5
24822026-02-16T22:56:40.357Z 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`
24832026-02-16T22:56:40.412Z 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)'`
24842026-02-16T22:56:40.671Z Compiling icu_locid_transform_data v1.5.0
24852026-02-16T22:56:40.741Z 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`
24862026-02-16T22:56:40.747Z Compiling icu_properties_data v1.5.0
24872026-02-16T22:56:40.747Z 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-02-16T22:56:40.849Z Compiling errno v0.3.12
24892026-02-16T22:56:40.853Z 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`
24902026-02-16T22:56:40.951Z Compiling allocator-api2 v0.2.21
24912026-02-16T22:56:40.954Z 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`
24922026-02-16T22:56:40.999Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
24932026-02-16T22:56:41.051Z Compiling write16 v1.0.0
24942026-02-16T22:56:41.054Z 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`
24952026-02-16T22:56:41.127Z 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"))'`
24962026-02-16T22:56:41.175Z Compiling utf16_iter v1.0.5
24972026-02-16T22:56:41.177Z 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`
24982026-02-16T22:56:41.264Z Compiling utf8_iter v1.0.4
24992026-02-16T22:56:41.283Z 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-02-16T22:56:41.364Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
25012026-02-16T22:56:41.439Z 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`
25022026-02-16T22:56:41.489Z Compiling icu_normalizer_data v1.5.0
25032026-02-16T22:56:41.492Z 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`
25042026-02-16T22:56:41.583Z Compiling form_urlencoded v1.2.2
25052026-02-16T22:56:41.587Z 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`
25062026-02-16T22:56:41.642Z Compiling rand_core v0.6.4
25072026-02-16T22:56:41.645Z 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`
25082026-02-16T22:56:41.682Z Compiling pin-project-lite v0.2.14
25092026-02-16T22:56:41.686Z 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`
25102026-02-16T22:56:41.880Z Compiling byteorder v1.5.0
25112026-02-16T22:56:41.894Z 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`
25122026-02-16T22:56:41.931Z Compiling shlex v1.3.0
25132026-02-16T22:56:41.970Z 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`
25142026-02-16T22:56:41.977Z Compiling parking_lot_core v0.9.10
25152026-02-16T22:56:41.987Z 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`
25162026-02-16T22:56:42.163Z Compiling once_cell v1.21.3
25172026-02-16T22:56:42.166Z 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`
25182026-02-16T22:56:42.216Z Compiling regex-syntax v0.8.5
25192026-02-16T22:56:42.269Z 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`
25202026-02-16T22:56:42.335Z Compiling equivalent v1.0.2
25212026-02-16T22:56:42.338Z 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`
25222026-02-16T22:56:42.386Z Compiling heck v0.5.0
25232026-02-16T22:56:42.430Z 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`
25242026-02-16T22:56:42.435Z Compiling subtle v2.6.1
25252026-02-16T22:56:42.438Z 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`
25262026-02-16T22:56:42.525Z Compiling jobserver v0.1.32
25272026-02-16T22:56:42.528Z 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`
25282026-02-16T22:56:42.576Z 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"))'`
25292026-02-16T22:56:42.619Z Compiling semver v1.0.27
25302026-02-16T22:56:42.622Z 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`
25312026-02-16T22:56:42.823Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25322026-02-16T22:56:42.876Z Compiling rustix v0.38.37
25332026-02-16T22:56:42.878Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
25342026-02-16T22:56:42.918Z Compiling signal-hook-registry v1.4.2
25352026-02-16T22:56:42.921Z 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`
25362026-02-16T22:56:42.966Z 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`
25372026-02-16T22:56:43.333Z Compiling cc v1.2.30
25382026-02-16T22:56:43.336Z 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`
25392026-02-16T22:56:43.383Z Compiling parking_lot v0.12.3
25402026-02-16T22:56:43.448Z 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`
25412026-02-16T22:56:43.545Z Compiling typenum v1.17.0
25422026-02-16T22:56:43.548Z 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`
25432026-02-16T22:56:43.658Z Compiling generic-array v0.14.7
25442026-02-16T22:56:43.661Z 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`
25452026-02-16T22:56:43.710Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
25462026-02-16T22:56:44.118Z Compiling fnv v1.0.7
25472026-02-16T22:56:44.121Z 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`
25482026-02-16T22:56:44.172Z Compiling aho-corasick v1.1.3
25492026-02-16T22:56:44.172Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25502026-02-16T22:56:44.175Z 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`
25512026-02-16T22:56:44.320Z Compiling mio v1.0.2
25522026-02-16T22:56:44.333Z 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`
25532026-02-16T22:56:44.372Z Compiling futures-core v0.3.31
25542026-02-16T22:56:44.375Z 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`
25552026-02-16T22:56:44.530Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25562026-02-16T22:56:44.689Z Compiling thiserror v2.0.18
25572026-02-16T22:56:44.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7da980e5b8813f56 -C extra-filename=-ec39bc20e6761ebe --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-02-16T22:56:44.839Z 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`
25592026-02-16T22:56:45.395Z Compiling iana-time-zone v0.1.63
25602026-02-16T22:56:45.398Z 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`
25612026-02-16T22:56:45.463Z Compiling uuid v1.19.0
25622026-02-16T22:56:45.466Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=3f2ab953a35d7319 -C extra-filename=-b561f39f43570a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-02-16T22:56:45.613Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe/build-script-build`
25642026-02-16T22:56:45.831Z Compiling hashbrown v0.16.1
25652026-02-16T22:56:45.835Z 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`
25662026-02-16T22:56:46.042Z Compiling socket2 v0.6.1
25672026-02-16T22:56:46.045Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=760e9958a75fb98d -C extra-filename=-742c923e3785b97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-02-16T22:56:46.159Z Compiling regex-automata v0.4.11
25692026-02-16T22:56:46.162Z 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`
25702026-02-16T22:56:47.022Z Compiling synstructure v0.13.1
25712026-02-16T22:56:47.026Z Compiling either v1.15.0
25722026-02-16T22:56:47.026Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=e6e17177ac7f3125 -C extra-filename=-bb5b0e05316dd842 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-02-16T22:56:47.026Z 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`
25742026-02-16T22:56:47.107Z Compiling indexmap v2.13.0
25752026-02-16T22:56:47.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=eab17d071ad56e5a -C extra-filename=-833783da88e2e52d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-02-16T22:56:47.156Z Compiling thiserror v1.0.69
25772026-02-16T22:56:47.159Z 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`
25782026-02-16T22:56:47.530Z Compiling spin v0.9.8
25792026-02-16T22:56:47.533Z 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`
25802026-02-16T22:56:47.868Z Compiling serde_derive_internals v0.29.1
25812026-02-16T22:56:47.871Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e2f206d703254a0 -C extra-filename=-5f235eb19fcf9029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-02-16T22:56:47.916Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25832026-02-16T22:56:47.969Z Compiling schemars v0.8.22
25842026-02-16T22:56:47.972Z 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`
25852026-02-16T22:56:48.458Z Compiling dyn-clone v1.0.20
25862026-02-16T22:56:48.461Z 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`
25872026-02-16T22:56:48.508Z Compiling const-oid v0.9.6
25882026-02-16T22:56:48.513Z Compiling rustversion v1.0.22
25892026-02-16T22:56:48.513Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
25902026-02-16T22:56:48.544Z 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-02-16T22:56:48.545Z 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`
25922026-02-16T22:56:48.619Z Compiling futures-io v0.3.31
25932026-02-16T22:56:48.622Z Compiling lazy_static v1.5.0
25942026-02-16T22:56:48.622Z 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`
25952026-02-16T22:56:48.622Z 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`
25962026-02-16T22:56:48.729Z Compiling slab v0.4.9
25972026-02-16T22:56:48.732Z 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`
25982026-02-16T22:56:48.856Z Compiling syn v1.0.109
25992026-02-16T22:56:48.866Z 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`
26002026-02-16T22:56:48.953Z Compiling pkg-config v0.3.31
26012026-02-16T22:56:48.956Z 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`
26022026-02-16T22:56:49.209Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
26032026-02-16T22:56:49.399Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
26042026-02-16T22:56:49.514Z 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`
26052026-02-16T22:56:49.518Z 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"))'`
26062026-02-16T22:56:49.596Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26072026-02-16T22:56:49.716Z Compiling strsim v0.11.1
26082026-02-16T22:56:49.797Z 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`
26092026-02-16T22:56:49.873Z 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`
26102026-02-16T22:56:49.995Z Compiling pin-utils v0.1.0
26112026-02-16T22:56:49.998Z 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`
26122026-02-16T22:56:50.170Z Compiling futures-sink v0.3.31
26132026-02-16T22:56:50.174Z 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`
26142026-02-16T22:56:50.242Z Compiling cpufeatures v0.2.14
26152026-02-16T22:56:50.247Z 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`
26162026-02-16T22:56:50.412Z Compiling futures-channel v0.3.31
26172026-02-16T22:56:50.415Z 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`
26182026-02-16T22:56:50.461Z Compiling futures-task v0.3.31
26192026-02-16T22:56:50.471Z 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`
26202026-02-16T22:56:50.546Z Compiling foldhash v0.1.5
26212026-02-16T22:56:50.549Z 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`
26222026-02-16T22:56:50.597Z Compiling adler2 v2.0.0
26232026-02-16T22:56:50.600Z 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`
26242026-02-16T22:56:50.834Z Compiling miniz_oxide v0.8.5
26252026-02-16T22:56:50.837Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=bcaf0fd9c57cbabf -C extra-filename=-ebd2cfde094068a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-4e01008adafbd2a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-02-16T22:56:50.887Z Compiling hashbrown v0.15.4
26272026-02-16T22:56:50.890Z Compiling tracing-core v0.1.32
26282026-02-16T22:56:50.890Z 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`
26292026-02-16T22:56:50.890Z 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`
26302026-02-16T22:56:50.978Z Compiling glob v0.3.2
26312026-02-16T22:56:50.981Z Compiling gimli v0.31.1
26322026-02-16T22:56:50.981Z 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`
26332026-02-16T22:56:50.981Z 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`
26342026-02-16T22:56:51.442Z Compiling serde_derive v1.0.228
26352026-02-16T22:56:51.446Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=df963b0a772b4e56 -C extra-filename=-2f7eb2a94594c188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362026-02-16T22:56:51.854Z Compiling zeroize_derive v1.4.2
26372026-02-16T22:56:51.857Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d9f882b5c46cce4 -C extra-filename=-3d27ccaca2b2c317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382026-02-16T22:56:52.151Z Compiling zerofrom-derive v0.1.4
26392026-02-16T22:56:52.154Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb15ed7f07ebbe0b -C extra-filename=-751d2817b3426727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-bb5b0e05316dd842.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-02-16T22:56:52.233Z Compiling yoke-derive v0.7.4
26412026-02-16T22:56:52.236Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c87730e0141801bb -C extra-filename=-0cb70b6945d2d870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-bb5b0e05316dd842.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-02-16T22:56:52.283Z Compiling zerovec-derive v0.10.3
26432026-02-16T22:56:52.288Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50a87c864f7ecbf1 -C extra-filename=-dd6be4383d650882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-02-16T22:56:53.572Z Compiling zeroize v1.8.1
26452026-02-16T22:56:53.576Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=32fca3869c34e97b -C extra-filename=-01346246a6800d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-3d27ccaca2b2c317.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-02-16T22:56:54.038Z Compiling displaydoc v0.2.5
26472026-02-16T22:56:54.042Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dd8b19039ee64e72 -C extra-filename=-eed70be336d44950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-02-16T22:56:54.955Z Compiling icu_provider_macros v1.5.0
26492026-02-16T22:56:54.959Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11647fc92fdb907d -C extra-filename=-9603663e77db664e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-02-16T22:56:55.264Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0523f276a75fa33b -C extra-filename=-e031f19ba2f6cfb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26512026-02-16T22:56:55.765Z Compiling thiserror-impl v2.0.18
26522026-02-16T22:56:55.812Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47ef5e6ffb7883b2 -C extra-filename=-213a015b855d8289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-02-16T22:56:55.816Z Compiling zerofrom v0.1.4
26542026-02-16T22:56:55.830Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=5c64477b328d9e5c -C extra-filename=-7b15205c3cd6d8d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-751d2817b3426727.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-02-16T22:56:55.872Z Compiling tokio-macros v2.6.0
26562026-02-16T22:56:55.875Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3777c6fd2faeb028 -C extra-filename=-d932b8ea04d1a71e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-02-16T22:56:56.102Z Compiling yoke v0.7.4
26582026-02-16T22:56:56.105Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=794fc193904138aa -C extra-filename=-27cbb94b25f9ed99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-0cb70b6945d2d870.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-02-16T22:56:56.284Z Compiling regex v1.11.3
26602026-02-16T22:56:56.345Z 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`
26612026-02-16T22:56:56.523Z Compiling zerovec v0.10.4
26622026-02-16T22:56:56.526Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=7a5cfb535a4e50f2 -C extra-filename=-7ec14a15c92ebdd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-27cbb94b25f9ed99.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-dd6be4383d650882.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-02-16T22:56:56.578Z Compiling thiserror-impl v1.0.69
26642026-02-16T22:56:56.630Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f458f8aed4ab77ef -C extra-filename=-a335c9c2d5edac0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652026-02-16T22:56:56.786Z Compiling crypto-common v0.1.6
26662026-02-16T22:56:56.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=b06843b07cd9ebe0 -C extra-filename=-b7ae764de0150ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-02-16T22:56:57.087Z Compiling zerocopy-derive v0.7.35
26682026-02-16T22:56:57.090Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d7aa2075a01f7f -C extra-filename=-311e59c130d175fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692026-02-16T22:56:57.293Z Compiling schemars_derive v0.8.22
26702026-02-16T22:56:57.297Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f24f57928cba5b9a -C extra-filename=-afed3a46409a0a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-5f235eb19fcf9029.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-02-16T22:56:57.724Z Compiling block-buffer v0.10.4
26722026-02-16T22:56:57.728Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caee4471c45d8154 -C extra-filename=-1ba527f0bd51faa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-02-16T22:56:58.083Z Compiling digest v0.10.7
26742026-02-16T22:56:58.133Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=f64a10a3e9aa783d -C extra-filename=-832701acb9ca9d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-1ba527f0bd51faa1.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752026-02-16T22:56:58.614Z Compiling tinystr v0.7.6
26762026-02-16T22:56:58.657Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=209acd5728f51634 -C extra-filename=-60e70dd17c9f37cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-02-16T22:56:58.661Z Compiling icu_collections v1.5.0
26782026-02-16T22:56:58.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=d47a2db14210f61a -C extra-filename=-cd64382b37d6e4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-27cbb94b25f9ed99.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792026-02-16T22:56:59.029Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8f1e5c9203710c8c -C extra-filename=-839c1c9f312a7691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
26802026-02-16T22:56:59.077Z Compiling icu_locid v1.5.0
26812026-02-16T22:56:59.080Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=f28c8bbc6589cfb1 -C extra-filename=-814e3df3b74b3df3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822026-02-16T22:56:59.126Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b5f95472a0d9bcda -C extra-filename=-4bb6e69cb038f134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-213a015b855d8289.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
26832026-02-16T22:56:59.266Z Compiling zerocopy v0.7.35
26842026-02-16T22:56:59.269Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6c9f23ccba1ce833 -C extra-filename=-86657b3b2519ee82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-311e59c130d175fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-02-16T22:56:59.350Z Compiling futures-macro v0.3.31
26862026-02-16T22:56:59.353Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c53c25fe52832698 -C extra-filename=-008aa4605d5b62d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-02-16T22:56:59.709Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e6347042e4cb283 -C extra-filename=-faea33d7e770db07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-a335c9c2d5edac0b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
26882026-02-16T22:56:59.908Z Compiling tracing-attributes v0.1.27
26892026-02-16T22:56:59.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=105e3ef7a89e0819 -C extra-filename=-4ea6efd8ce9b3b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-02-16T22:56:59.959Z Compiling addr2line v0.24.2
26912026-02-16T22:56:59.963Z 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`
26922026-02-16T22:57:00.341Z Compiling bitflags v2.9.4
26932026-02-16T22:57:00.387Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=ccbdc791c43f7d6b -C extra-filename=-9880ddee2528f34f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-02-16T22:57:00.497Z Compiling bytes v1.11.1
26952026-02-16T22:57:00.501Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=808a667ad1562aa3 -C extra-filename=-d3b297ef696f7fa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-02-16T22:57:00.740Z Compiling icu_provider v1.5.0
26972026-02-16T22:57:00.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=47782b91145ebfbe -C extra-filename=-8198728342b386f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-814e3df3b74b3df3.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-9603663e77db664e.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-27cbb94b25f9ed99.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-7b15205c3cd6d8d6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-02-16T22:57:00.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=910e993cec1055a1 -C extra-filename=-f03f04b4b6546582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26992026-02-16T22:57:00.848Z Compiling chrono v0.4.43
27002026-02-16T22:57:00.848Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=47f214ca391674db -C extra-filename=-26147300913a2b5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-02-16T22:57:01.151Z Compiling ppv-lite86 v0.2.20
27022026-02-16T22:57:01.156Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=16f95148333148f4 -C extra-filename=-a48a7ff70d304dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032026-02-16T22:57:01.452Z Compiling object v0.36.5
27042026-02-16T22:57:01.455Z 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`
27052026-02-16T22:57:01.517Z Compiling icu_locid_transform v1.5.0
27062026-02-16T22:57:01.520Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=2a67fde22f0c4eea -C extra-filename=-33c55017373b9bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-814e3df3b74b3df3.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-ff5ddd7b436347e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-8198728342b386f7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-02-16T22:57:01.773Z Compiling tokio v1.49.0
27082026-02-16T22:57:01.776Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=59df016a95b64102 -C extra-filename=-595358cf5c627738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-d932b8ea04d1a71e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092026-02-16T22:57:01.990Z Compiling futures-util v0.3.31
27102026-02-16T22:57:01.993Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=30ead4c9c81bd24b -C extra-filename=-17ee7386fcecf0f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-008aa4605d5b62d0.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112026-02-16T22:57:02.055Z Compiling rustc-demangle v0.1.24
27122026-02-16T22:57:02.058Z 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`
27132026-02-16T22:57:03.082Z Compiling icu_properties v1.5.1
27142026-02-16T22:57:03.086Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=3fdf3becba708822 -C extra-filename=-658f172d9b02107a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-cd64382b37d6e4d0.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-33c55017373b9bd3.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-4a8118ea9a2ac535.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-8198728342b386f7.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-60e70dd17c9f37cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152026-02-16T22:57:03.363Z Compiling tracing v0.1.40
27162026-02-16T22:57:03.366Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=822b4c0a62abd5fe -C extra-filename=-cc4c8bb02a9b9e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-4ea6efd8ce9b3b76.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5da925d4b013e013.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-02-16T22:57:03.885Z Compiling http v1.4.0
27182026-02-16T22:57:03.889Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9db5461f2d5157bb -C extra-filename=-a2a2a4a16aad62f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-02-16T22:57:03.936Z Compiling crossbeam-utils v0.8.21
27202026-02-16T22:57:03.939Z 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`
27212026-02-16T22:57:04.230Z Compiling clang-sys v1.8.1
27222026-02-16T22:57:04.233Z 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`
27232026-02-16T22:57:04.638Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27242026-02-16T22:57:04.715Z Compiling paste v1.0.15
27252026-02-16T22:57:04.780Z 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`
27262026-02-16T22:57:05.127Z Compiling minimal-lexical v0.2.1
27272026-02-16T22:57:05.173Z 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`
27282026-02-16T22:57:05.426Z Compiling prettyplease v0.2.36
27292026-02-16T22:57:05.429Z 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`
27302026-02-16T22:57:05.603Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
27312026-02-16T22:57:05.724Z Compiling nom v7.1.3
27322026-02-16T22:57:05.768Z 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`
27332026-02-16T22:57:05.775Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
27342026-02-16T22:57:05.850Z 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)'`
27352026-02-16T22:57:05.936Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
27362026-02-16T22:57:06.008Z Compiling serde_tokenstream v0.2.2
27372026-02-16T22:57:06.085Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a6a63990c74d4c7 -C extra-filename=-5445f283397c81ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-02-16T22:57:06.161Z 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"))'`
27392026-02-16T22:57:06.631Z Compiling anyhow v1.0.99
27402026-02-16T22:57:06.634Z 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`
27412026-02-16T22:57:07.009Z Compiling icu_normalizer v1.5.0
27422026-02-16T22:57:07.010Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=570bf3c5ad9f9f64 -C extra-filename=-6ba67635549b5f50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-eed70be336d44950.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-cd64382b37d6e4d0.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-54abd0820f39e054.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-658f172d9b02107a.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-8198728342b386f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-1912248d2e789ee1.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-93ab4f48133cf7c0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-7ec14a15c92ebdd2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432026-02-16T22:57:07.419Z Compiling libloading v0.8.5
27442026-02-16T22:57:07.423Z 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`
27452026-02-16T22:57:07.453Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27462026-02-16T22:57:07.650Z Compiling base64ct v1.6.0
27472026-02-16T22:57:07.653Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=3639cdff17fde07c -C extra-filename=-0a4b7964ee767b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-02-16T22:57:07.702Z Compiling time-core v0.1.6
27492026-02-16T22:57:07.755Z 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`
27502026-02-16T22:57:07.871Z Compiling num-conv v0.1.0
27512026-02-16T22:57:07.874Z 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`
27522026-02-16T22:57:07.994Z Compiling idna_adapter v1.2.0
27532026-02-16T22:57:07.997Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=aba280016be13369 -C extra-filename=-dba284a274537dc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-6ba67635549b5f50.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-658f172d9b02107a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-02-16T22:57:08.054Z Compiling backtrace v0.3.74
27552026-02-16T22:57:08.100Z 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`
27562026-02-16T22:57:08.209Z Compiling powerfmt v0.2.0
27572026-02-16T22:57:08.212Z 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`
27582026-02-16T22:57:08.282Z Compiling idna v1.0.3
27592026-02-16T22:57:08.289Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=67f3dcb215808611 -C extra-filename=-23c24be66a4c0dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-dba284a274537dc4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602026-02-16T22:57:08.331Z Compiling utf8parse v0.2.2
27612026-02-16T22:57:08.334Z 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`
27622026-02-16T22:57:08.553Z Compiling deranged v0.5.3
27632026-02-16T22:57:08.588Z 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`
27642026-02-16T22:57:08.594Z Compiling time-macros v0.2.24
27652026-02-16T22:57:08.597Z 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`
27662026-02-16T22:57:08.648Z 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`
27672026-02-16T22:57:08.772Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=e81bc8649d9aa8c0 -C extra-filename=-948b859312dbbac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
27682026-02-16T22:57:09.148Z Compiling url v2.5.4
27692026-02-16T22:57:09.151Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=de29814e67bd8485 -C extra-filename=-47e15988146239e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-02-16T22:57:09.800Z 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)'`
27712026-02-16T22:57:10.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=d368a9a48f89b9ed -C extra-filename=-78a47547c8250cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-afed3a46409a0a3f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27722026-02-16T22:57:10.917Z Compiling cexpr v0.6.0
27732026-02-16T22:57:10.968Z 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`
27742026-02-16T22:57:11.068Z Compiling block-padding v0.3.3
27752026-02-16T22:57:11.071Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=98ebeef94e99f6d2 -C extra-filename=-3dbd7d43ff320970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-02-16T22:57:11.280Z Compiling base64 v0.22.1
27772026-02-16T22:57:11.339Z 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`
27782026-02-16T22:57:11.416Z Compiling num_threads v0.1.7
27792026-02-16T22:57:11.429Z 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`
27802026-02-16T22:57:11.487Z Compiling home v0.5.9
27812026-02-16T22:57:11.547Z 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`
27822026-02-16T22:57:11.624Z Compiling time v0.3.43
27832026-02-16T22:57:11.627Z 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`
27842026-02-16T22:57:11.675Z Compiling inout v0.1.3
27852026-02-16T22:57:11.681Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=a57f13719f532af1 -C extra-filename=-13ddba1753151442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-3dbd7d43ff320970.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-02-16T22:57:11.781Z Compiling ring v0.17.14
27872026-02-16T22:57:11.838Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
27882026-02-16T22:57:11.966Z Compiling vcpkg v0.2.15
27892026-02-16T22:57:11.969Z 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`
27902026-02-16T22:57:12.039Z Compiling cipher v0.4.4
27912026-02-16T22:57:12.042Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=dc9915d1aaa45065 -C extra-filename=-c4cf7be64d07a3a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-02-16T22:57:12.498Z Compiling ipnet v2.11.0
27932026-02-16T22:57:12.502Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f954fe15e41acd96 -C extra-filename=-58606c2cc24cce8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-02-16T22:57:12.648Z Compiling anstyle v1.0.11
27952026-02-16T22:57:12.651Z 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`
27962026-02-16T22:57:13.046Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-285c5b5f920ddaea/build-script-build`
27972026-02-16T22:57:13.151Z Compiling zerocopy v0.8.27
27982026-02-16T22:57:13.158Z 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`
27992026-02-16T22:57:13.681Z Compiling ident_case v1.0.1
28002026-02-16T22:57:13.684Z 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`
28012026-02-16T22:57:13.731Z Compiling zerocopy-derive v0.8.27
28022026-02-16T22:57:13.734Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2a36e2d894f2e3e -C extra-filename=-55891c5e1399b889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032026-02-16T22:57:13.881Z Compiling itertools v0.12.1
28042026-02-16T22:57:13.884Z 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`
28052026-02-16T22:57:13.949Z Compiling bindgen v0.69.5
28062026-02-16T22:57:13.952Z 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`
28072026-02-16T22:57:14.063Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
28082026-02-16T22:57:14.199Z Compiling which v4.4.2
28092026-02-16T22:57:14.202Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=52bd0645d2592b13 -C extra-filename=-897848bac94cf146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-02-16T22:57:14.817Z Compiling tokio-util v0.7.15
28112026-02-16T22:57:14.821Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=9fca5e946b32e025 -C extra-filename=-894ddf120530f547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-02-16T22:57:15.049Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-b0796a1bbf5748de/build-script-build`
28132026-02-16T22:57:15.149Z Compiling anstyle-parse v0.2.5
28142026-02-16T22:57:15.152Z 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`
28152026-02-16T22:57:15.376Z Compiling pem-rfc7468 v0.7.0
28162026-02-16T22:57:15.379Z 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`
28172026-02-16T22:57:15.529Z Compiling sha2 v0.10.9
28182026-02-16T22:57:15.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=a3e756f03413614c -C extra-filename=-f63087145c59662c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192026-02-16T22:57:15.685Z Compiling anstyle-query v1.1.1
28202026-02-16T22:57:15.740Z 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`
28212026-02-16T22:57:15.915Z Compiling rustc-hash v1.1.0
28222026-02-16T22:57:15.974Z 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`
28232026-02-16T22:57:16.062Z Compiling httparse v1.9.5
28242026-02-16T22:57:16.065Z 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`
28252026-02-16T22:57:16.150Z Compiling is_terminal_polyfill v1.70.1
28262026-02-16T22:57:16.153Z 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`
28272026-02-16T22:57:16.346Z Compiling atomic-waker v1.1.2
28282026-02-16T22:57:16.349Z 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`
28292026-02-16T22:57:16.579Z Compiling lazycell v1.3.0
28302026-02-16T22:57:16.582Z 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`
28312026-02-16T22:57:16.784Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=ef993397c2d7e548 -C extra-filename=-af45d7a74cb7353d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-55891c5e1399b889.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
28322026-02-16T22:57:16.834Z Compiling colorchoice v1.0.2
28332026-02-16T22:57:16.837Z 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`
28342026-02-16T22:57:16.876Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
28352026-02-16T22:57:16.921Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=c25f281119442b34 -C extra-filename=-8fa5e0c848dd2add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-7e95de5e094cac83.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-afaf0736521ebcd3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-897848bac94cf146.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-02-16T22:57:16.990Z Compiling hmac v0.12.1
28372026-02-16T22:57:16.993Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=5a36aea1c36f6a34 -C extra-filename=-1f53edda588876e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382026-02-16T22:57:17.048Z Compiling anstream v0.6.18
28392026-02-16T22:57:17.051Z 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`
28402026-02-16T22:57:17.137Z Compiling cmake v0.1.51
28412026-02-16T22:57:17.140Z 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`
28422026-02-16T22:57:17.312Z Compiling fs_extra v1.3.0
28432026-02-16T22:57:17.315Z 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`
28442026-02-16T22:57:17.675Z Compiling fastrand v2.1.1
28452026-02-16T22:57:17.678Z 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`
28462026-02-16T22:57:17.903Z Compiling dunce v1.0.5
28472026-02-16T22:57:17.952Z 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`
28482026-02-16T22:57:17.962Z Compiling untrusted v0.9.0
28492026-02-16T22:57:17.966Z 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`
28502026-02-16T22:57:18.108Z 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`
28512026-02-16T22:57:18.199Z Compiling terminal_size v0.4.0
28522026-02-16T22:57:18.202Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee14f40fd540c966 -C extra-filename=-3aa2b5a473e3452b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-02-16T22:57:18.243Z Compiling der_derive v0.7.3
28542026-02-16T22:57:18.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=48d6b2b43009a439 -C extra-filename=-802bb57aee2ae7c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-02-16T22:57:18.291Z 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`
28562026-02-16T22:57:18.505Z Compiling flagset v0.4.6
28572026-02-16T22:57:18.508Z 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`
28582026-02-16T22:57:18.771Z Compiling rand_chacha v0.3.1
28592026-02-16T22:57:18.774Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=17aeaef184b48f26 -C extra-filename=-f2585e3e3b8ef856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-02-16T22:57:18.817Z Compiling clap_lex v0.7.4
28612026-02-16T22:57:18.820Z Compiling ryu v1.0.18
28622026-02-16T22:57:18.820Z 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`
28632026-02-16T22:57:18.820Z 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`
28642026-02-16T22:57:18.964Z Compiling clap_derive v4.5.47
28652026-02-16T22:57:18.968Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=418ab262e18bbad0 -C extra-filename=-f5c766837dae8537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-02-16T22:57:19.231Z Compiling rand v0.8.5
28672026-02-16T22:57:19.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=71cbc775043b3503 -C extra-filename=-c2206934edeca671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-02-16T22:57:19.360Z Compiling clap_builder v4.5.48
28692026-02-16T22:57:19.364Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=f8353e519368b7c1 -C extra-filename=-e65843c263c6b84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8a90ebcfcef7aad8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-3aa2b5a473e3452b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-02-16T22:57:20.506Z Compiling rustls-pki-types v1.10.0
28712026-02-16T22:57:20.509Z 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`
28722026-02-16T22:57:20.747Z Compiling der v0.7.10
28732026-02-16T22:57:20.750Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=3f29a6ad9ddb3d9e -C extra-filename=-904e4fb8bb5c555d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-802bb57aee2ae7c6.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-02-16T22:57:20.799Z Compiling aws-lc-rs v1.12.4
28752026-02-16T22:57:20.802Z 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`
28762026-02-16T22:57:21.280Z Compiling http-body v1.0.1
28772026-02-16T22:57:21.283Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54b3bbc02c0b8c0b -C extra-filename=-5d581a070c6a7e88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-02-16T22:57:21.381Z Compiling unicode-segmentation v1.12.0
28792026-02-16T22:57:21.448Z 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`
28802026-02-16T22:57:21.529Z Compiling httpdate v1.0.3
28812026-02-16T22:57:21.532Z 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`
28822026-02-16T22:57:21.595Z Compiling try-lock v0.2.5
28832026-02-16T22:57:21.598Z 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`
28842026-02-16T22:57:21.834Z Compiling untrusted v0.7.1
28852026-02-16T22:57:21.837Z 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`
28862026-02-16T22:57:22.037Z Compiling want v0.3.1
28872026-02-16T22:57:22.040Z 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`
28882026-02-16T22:57:22.106Z Compiling h2 v0.4.6
28892026-02-16T22:57:22.158Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=116340007c5258f6 -C extra-filename=-6ae712a802a79a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-02-16T22:57:22.286Z Compiling toml_datetime v0.6.11
28912026-02-16T22:57:22.289Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7733059890747278 -C extra-filename=-6b10785537462411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-02-16T22:57:22.381Z Compiling serde_spanned v0.6.9
28932026-02-16T22:57:22.441Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=e6c3d13fb5276157 -C extra-filename=-45c68868da543993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942026-02-16T22:57:22.617Z Compiling slog v2.8.2
28952026-02-16T22:57:22.620Z 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`
28962026-02-16T22:57:22.699Z Compiling tower-layer v0.3.3
28972026-02-16T22:57:22.702Z 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`
28982026-02-16T22:57:22.862Z Compiling tower-service v0.3.3
28992026-02-16T22:57:22.946Z 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`
29002026-02-16T22:57:23.056Z Compiling spki v0.7.3
29012026-02-16T22:57:23.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=a627f79a3aef66bb -C extra-filename=-e8597f0e24f239bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-02-16T22:57:23.107Z Compiling pbkdf2 v0.12.2
29032026-02-16T22:57:23.110Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=86d48c82937987e1 -C extra-filename=-4b23df7d3799a162 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-02-16T22:57:23.151Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
29052026-02-16T22:57:23.223Z Compiling openssl-sys v0.9.109
29062026-02-16T22:57:23.270Z 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`
29072026-02-16T22:57:23.356Z Compiling aes v0.8.4
29082026-02-16T22:57:23.359Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=7ad36a6f9bec9a22 -C extra-filename=-b43b0f232a6e7695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-02-16T22:57:23.482Z Compiling erased-serde v0.3.31
29102026-02-16T22:57:23.567Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=fa564ecd44fa0c94 -C extra-filename=-1c7b2e78ed607d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-02-16T22:57:23.613Z Compiling clap v4.5.48
29122026-02-16T22:57:23.616Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=42132d9f000c8e92 -C extra-filename=-38ba13b1dd5cc181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-f5c766837dae8537.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-02-16T22:57:23.700Z Compiling async-trait v0.1.89
29142026-02-16T22:57:23.703Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e57f42dc50a23625 -C extra-filename=-88cea7bf556fbbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-02-16T22:57:23.806Z Compiling rand_core v0.9.3
29162026-02-16T22:57:23.809Z 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`
29172026-02-16T22:57:24.418Z Compiling camino v1.2.2
29182026-02-16T22:57:24.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e26b1113617f551b -C extra-filename=-668ad987f172a089 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-02-16T22:57:24.484Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-5ff09220dff8c077/build-script-main`
29202026-02-16T22:57:24.610Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=c3f4a1f05e91045e -C extra-filename=-5f62dafef9bf8e12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-1c7b2e78ed607d83.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
29212026-02-16T22:57:24.800Z Compiling cbc v0.1.2
29222026-02-16T22:57:24.845Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=41a3ce9b43af6c25 -C extra-filename=-ca7f16df0e7a3907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-02-16T22:57:25.164Z Compiling salsa20 v0.10.2
29242026-02-16T22:57:25.167Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=329399f10b189612 -C extra-filename=-bfd5266971cb59a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-02-16T22:57:25.244Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089/build-script-build`
29262026-02-16T22:57:25.366Z Compiling rustc_version v0.4.1
29272026-02-16T22:57:25.413Z 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`
29282026-02-16T22:57:25.462Z Compiling rustix v1.1.3
29292026-02-16T22:57:25.465Z 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`
29302026-02-16T22:57:25.510Z Compiling mime v0.3.17
29312026-02-16T22:57:25.513Z 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`
29322026-02-16T22:57:26.093Z Compiling ucd-trie v0.1.7
29332026-02-16T22:57:26.096Z Compiling scrypt v0.11.0
29342026-02-16T22:57:26.096Z 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`
29352026-02-16T22:57:26.140Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=01693d98263319ce -C extra-filename=-20a065212688c054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b23df7d3799a162.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-bfd5266971cb59a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-02-16T22:57:26.190Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=0e495548df05e318 -C extra-filename=-3066b3ace58dda21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
29372026-02-16T22:57:26.306Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
29382026-02-16T22:57:26.501Z Compiling pest v2.8.2
29392026-02-16T22:57:26.504Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=612ecda71e2e13cf -C extra-filename=-ce22f19b9acdf3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-a26b2f99a5a31eff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402026-02-16T22:57:26.649Z Compiling pkcs5 v0.7.1
29412026-02-16T22:57:26.652Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=1f0cf84f5686b132 -C extra-filename=-b20cc15bb5109791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b43b0f232a6e7695.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b23df7d3799a162.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-20a065212688c054.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-02-16T22:57:26.700Z Compiling rand_chacha v0.9.0
29432026-02-16T22:57:26.703Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=3c8b63c98395f419 -C extra-filename=-40431de2039ba476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442026-02-16T22:57:27.045Z Compiling http-body-util v0.1.3
29452026-02-16T22:57:27.050Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=054bffaa7a15e95c -C extra-filename=-00677b18825d4732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-02-16T22:57:27.098Z Compiling plain v0.2.3
29472026-02-16T22:57:27.102Z 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`
29482026-02-16T22:57:27.348Z Compiling pkcs8 v0.10.2
29492026-02-16T22:57:27.351Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=7293f16e76737c8a -C extra-filename=-c0a33bd7df5bf90f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b20cc15bb5109791.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-02-16T22:57:27.395Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=91c1006d2fd72974 -C extra-filename=-1939e5575b5e5905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29512026-02-16T22:57:27.598Z Compiling rand v0.9.2
29522026-02-16T22:57:27.601Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=96a39c5547f80834 -C extra-filename=-afe5225732d12924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-02-16T22:57:27.703Z Compiling hex v0.4.3
29542026-02-16T22:57:27.769Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8e18ba13abf8a31a -C extra-filename=-f6123d8c48a96a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-02-16T22:57:28.030Z Compiling foreign-types-shared v0.1.1
29562026-02-16T22:57:28.033Z 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`
29572026-02-16T22:57:28.222Z Compiling openssl v0.10.73
29582026-02-16T22:57:28.226Z 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`
29592026-02-16T22:57:28.358Z Compiling openssl-probe v0.1.5
29602026-02-16T22:57:28.361Z 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`
29612026-02-16T22:57:28.401Z Compiling foreign-types v0.3.2
29622026-02-16T22:57:28.404Z 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`
29632026-02-16T22:57:28.558Z 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)'`
29642026-02-16T22:57:28.699Z Compiling serde_urlencoded v0.7.1
29652026-02-16T22:57:28.702Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95885e325bd749e6 -C extra-filename=-fdb259f868f965ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-02-16T22:57:28.807Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29672026-02-16T22:57:28.882Z Compiling openssl-macros v0.1.1
29682026-02-16T22:57:28.889Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e69b7443db071612 -C extra-filename=-c3396d39a1849df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-02-16T22:57:29.293Z Compiling hyper v1.8.1
29702026-02-16T22:57:29.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=66a4fc3525c6299e -C extra-filename=-edfb34fb7fdc0918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6ae712a802a79a83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-84f095c4003bf950.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-02-16T22:57:29.391Z Compiling pest_meta v2.8.2
29722026-02-16T22:57:29.395Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=5bed8dc2de413f95 -C extra-filename=-f6791c44f3ef5020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ce22f19b9acdf3d4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-02-16T22:57:29.590Z Compiling encoding_rs v0.8.34
29742026-02-16T22:57:29.634Z 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`
29752026-02-16T22:57:29.822Z Compiling tempfile v3.24.0
29762026-02-16T22:57:29.825Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=71c0c43b08e98074 -C extra-filename=-ab6b255b7ac8a78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-02-16T22:57:29.952Z Compiling pretty-hex v0.4.1
29782026-02-16T22:57:29.955Z 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`
29792026-02-16T22:57:30.281Z Compiling rustls v0.23.19
29802026-02-16T22:57:30.285Z 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`
29812026-02-16T22:57:30.335Z 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=629ca0f0ff86b56f -C extra-filename=-4825ab682e841f54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-c3396d39a1849df6.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-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)'`
29822026-02-16T22:57:30.718Z Compiling ipnetwork v0.21.1
29832026-02-16T22:57:30.722Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=9bdc3dfd936b5874 -C extra-filename=-b506b73b6d5c9588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-02-16T22:57:30.768Z Compiling openapiv3 v2.2.0
29852026-02-16T22:57:30.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=0906a649e12a7e1c -C extra-filename=-1e2967a1dca46d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-02-16T22:57:31.659Z Compiling pest_generator v2.8.2
29872026-02-16T22:57:31.663Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6fa9dfca1051bc27 -C extra-filename=-9d47e53324d0441d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ce22f19b9acdf3d4.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-f6791c44f3ef5020.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-02-16T22:57:31.844Z Compiling hyper-util v0.1.19
29892026-02-16T22:57:31.847Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=718293843aa9fda1 -C extra-filename=-579e2954eea9547f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902026-02-16T22:57:33.055Z Compiling native-tls v0.2.12
29912026-02-16T22:57:33.059Z 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`
29922026-02-16T22:57:33.290Z Compiling cookie v0.18.1
29932026-02-16T22:57:33.293Z 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`
29942026-02-16T22:57:33.446Z Compiling litrs v0.4.1
29952026-02-16T22:57:33.507Z 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`
29962026-02-16T22:57:33.544Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
29972026-02-16T22:57:33.620Z Compiling sync_wrapper v1.0.1
29982026-02-16T22:57:33.623Z 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`
29992026-02-16T22:57:33.754Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
30002026-02-16T22:57:33.847Z Compiling pest_derive v2.8.2
30012026-02-16T22:57:33.856Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=572c1cf8fbdeda47 -C extra-filename=-2f1083ffc39265f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ce22f19b9acdf3d4.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-9d47e53324d0441d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-02-16T22:57:33.898Z Compiling psl-types v2.0.11
30032026-02-16T22:57:33.901Z 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`
30042026-02-16T22:57:33.901Z 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`
30052026-02-16T22:57:34.171Z Compiling publicsuffix v2.3.0
30062026-02-16T22:57:34.174Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=1f5084e306757a95 -C extra-filename=-1575111f248de117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0758c31e43c3b82a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-02-16T22:57:34.556Z Compiling tower v0.5.2
30082026-02-16T22:57:34.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=34b36035ac9c2c18 -C extra-filename=-32d9d227e9d46b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-02-16T22:57:34.607Z Compiling document-features v0.2.11
30102026-02-16T22:57:34.610Z 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`
30112026-02-16T22:57:34.850Z Compiling rustls-native-certs v0.8.1
30122026-02-16T22:57:34.852Z 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`
30132026-02-16T22:57:34.923Z Compiling webpki-roots v1.0.1
30142026-02-16T22:57:34.926Z 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`
30152026-02-16T22:57:35.191Z Compiling signature v2.2.0
30162026-02-16T22:57:35.199Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=bc0552c4981ad328 -C extra-filename=-a1e74511cd0f7d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-02-16T22:57:35.241Z Compiling winnow v0.7.14
30182026-02-16T22:57:35.248Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=34f41ac93253362e -C extra-filename=-1a96771fab1efe2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192026-02-16T22:57:35.464Z Compiling iri-string v0.7.8
30202026-02-16T22:57:35.468Z 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`
30212026-02-16T22:57:35.582Z Compiling darling_core v0.21.0
30222026-02-16T22:57:35.586Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=b002ebdba808dfaa -C extra-filename=-ff59f6015b73c226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-02-16T22:57:35.716Z Compiling strum_macros v0.26.4
30242026-02-16T22:57:35.765Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44ff6d143ed1213f -C extra-filename=-4ac1d7462826bad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-02-16T22:57:35.953Z 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=84915f428368ba37 -C extra-filename=-74fe7759bbdf01a6 --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-4825ab682e841f54.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-02-16T22:57:36.003Z Compiling cookie_store v0.21.1
30272026-02-16T22:57:36.008Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=315ad63ef9d12332 -C extra-filename=-6909c91a0e6918b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-1575111f248de117.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-02-16T22:57:36.645Z Compiling tokio-native-tls v0.3.1
30292026-02-16T22:57:36.649Z 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=28d850b5ce4e09e3 -C extra-filename=-317dd4b701f59d5d --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-74fe7759bbdf01a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30302026-02-16T22:57:36.990Z Compiling hyper-tls v0.6.0
30312026-02-16T22:57:36.994Z 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=b012e067f46abaf9 -C extra-filename=-4876fac56dac68e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-74fe7759bbdf01a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-317dd4b701f59d5d.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`
30322026-02-16T22:57:37.464Z Compiling winnow v0.5.40
30332026-02-16T22:57:37.467Z 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`
30342026-02-16T22:57:37.540Z Compiling data-encoding v2.9.0
30352026-02-16T22:57:37.545Z 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`
30362026-02-16T22:57:37.765Z Compiling static_assertions v1.1.0
30372026-02-16T22:57:37.768Z 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`
30382026-02-16T22:57:37.945Z Compiling darling_core v0.20.10
30392026-02-16T22:57:37.948Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=464ff38523829cad -C extra-filename=-f1c1ed5aa1f92500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-02-16T22:57:38.971Z Compiling tower-http v0.6.6
30412026-02-16T22:57:38.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=7c506ee451c2ea70 -C extra-filename=-0970b0bdb1e40c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-81fbfc3f0f1ebf8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-32d9d227e9d46b8a.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-02-16T22:57:39.305Z Compiling hubpack_derive v0.1.1
30432026-02-16T22:57:39.308Z 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`
30442026-02-16T22:57:39.356Z Compiling sha1 v0.10.6
30452026-02-16T22:57:39.410Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=d9f98196b0acf405 -C extra-filename=-0c2878dfc4a36e8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-02-16T22:57:39.831Z Compiling tinyvec_macros v0.1.1
30472026-02-16T22:57:39.834Z 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`
30482026-02-16T22:57:39.931Z Compiling oxnet v0.1.4
30492026-02-16T22:57:39.934Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=9f70b950d7c6b95a -C extra-filename=-c6bc5f10b3790839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-02-16T22:57:39.993Z Compiling tinyvec v1.8.0
30512026-02-16T22:57:39.996Z 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`
30522026-02-16T22:57:40.195Z Compiling strum v0.26.3
30532026-02-16T22:57:40.198Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=3fb99d04ffb53ab7 -C extra-filename=-6efbd3184f8ad59c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4ac1d7462826bad0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-02-16T22:57:40.454Z Compiling scroll_derive v0.12.0
30552026-02-16T22:57:40.457Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d821e05d794374c1 -C extra-filename=-af0900b05587b3ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562026-02-16T22:57:40.502Z Compiling hubpack v0.1.2
30572026-02-16T22:57:40.505Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25346907f2ddffd7 -C extra-filename=-0f24a40b7ddc99d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-bd8e2a888e539771.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-02-16T22:57:40.869Z Compiling toml_edit v0.19.15
30592026-02-16T22:57:40.873Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=ef33ad7cd0ce892a -C extra-filename=-3c7f2b74b49a7e41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-72473495d17f19f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-02-16T22:57:40.996Z Compiling num-integer v0.1.46
30612026-02-16T22:57:40.999Z 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`
30622026-02-16T22:57:41.061Z Compiling quick-error v1.2.3
30632026-02-16T22:57:41.064Z 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`
30642026-02-16T22:57:41.296Z Compiling ahash v0.8.12
30652026-02-16T22:57:41.299Z 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`
30662026-02-16T22:57:41.500Z Compiling base16ct v0.2.0
30672026-02-16T22:57:41.573Z 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`
30682026-02-16T22:57:41.645Z Compiling darling_macro v0.21.0
30692026-02-16T22:57:41.648Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97e9d7e3efd44942 -C extra-filename=-a077cf67efcb350a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ff59f6015b73c226.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-02-16T22:57:41.732Z Compiling ff v0.13.0
30712026-02-16T22:57:41.736Z 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`
30722026-02-16T22:57:41.851Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30732026-02-16T22:57:41.893Z Compiling sec1 v0.7.3
30742026-02-16T22:57:41.896Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=df5a4fd1b1dba750 -C extra-filename=-04e0b5fa969b42d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-02-16T22:57:41.941Z Compiling usdt-impl v0.5.0
30762026-02-16T22:57:41.944Z 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`
30772026-02-16T22:57:42.041Z Compiling crc32fast v1.4.2
30782026-02-16T22:57:42.041Z 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`
30792026-02-16T22:57:42.092Z Compiling scroll v0.12.0
30802026-02-16T22:57:42.139Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=50db4d2d7fd47a4a -C extra-filename=-3fedb01225eaa083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-af0900b05587b3ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-02-16T22:57:42.450Z Compiling bit-vec v0.8.0
30822026-02-16T22:57:42.453Z 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`
30832026-02-16T22:57:42.498Z Compiling group v0.13.0
30842026-02-16T22:57:42.498Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
30852026-02-16T22:57:42.501Z 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`
30862026-02-16T22:57:42.668Z Compiling goblin v0.8.2
30872026-02-16T22:57:42.671Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=4ca92d560e9dbc4e -C extra-filename=-0cc35fa5acdc4555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-3fedb01225eaa083.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-02-16T22:57:42.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=d5cfbb279fa30ce9 -C extra-filename=-994143e5b7399f4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
30892026-02-16T22:57:42.811Z Compiling darling v0.21.0
30902026-02-16T22:57:42.814Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=0ccb6b6b1b067d44 -C extra-filename=-4d19c3bf96515cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ff59f6015b73c226.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-a077cf67efcb350a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-02-16T22:57:42.930Z Compiling bit-set v0.8.0
30922026-02-16T22:57:42.933Z 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`
30932026-02-16T22:57:42.983Z Compiling num-iter v0.1.45
30942026-02-16T22:57:43.028Z 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`
30952026-02-16T22:57:43.033Z Compiling dtrace-parser v0.2.0
30962026-02-16T22:57:43.037Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa185cfaaa5e5587 -C extra-filename=-84c8967017630403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ce22f19b9acdf3d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f1083ffc39265f6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-02-16T22:57:43.206Z Compiling hkdf v0.12.4
30982026-02-16T22:57:43.209Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d76b0dc7b18f9a0f -C extra-filename=-95d50c88f87ccb76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-02-16T22:57:43.258Z Compiling crypto-bigint v0.5.5
31002026-02-16T22:57:43.261Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=07e9fdaac3104003 -C extra-filename=-03c6821a0aabcab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-02-16T22:57:43.309Z Compiling scroll_derive v0.13.1
31022026-02-16T22:57:43.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3069eb714aa6809 -C extra-filename=-6171e07e520d9b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-02-16T22:57:43.548Z Compiling wait-timeout v0.2.0
31042026-02-16T22:57:43.551Z 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`
31052026-02-16T22:57:43.752Z Compiling darling_macro v0.20.10
31062026-02-16T22:57:43.755Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d71f0397a01f19 -C extra-filename=-26c24931c7d2465d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-f1c1ed5aa1f92500.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-02-16T22:57:44.104Z Compiling thread-id v4.2.2
31082026-02-16T22:57:44.107Z 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`
31092026-02-16T22:57:44.283Z Compiling num-bigint-dig v0.8.6
31102026-02-16T22:57:44.286Z 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`
31112026-02-16T22:57:44.772Z Compiling toml_write v0.1.2
31122026-02-16T22:57:44.775Z 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`
31132026-02-16T22:57:45.011Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
31142026-02-16T22:57:45.015Z Compiling darling v0.20.10
31152026-02-16T22:57:45.018Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=0b74ae9b4ffe3edd -C extra-filename=-13fd113cb7d4e44c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-f1c1ed5aa1f92500.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-26c24931c7d2465d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-02-16T22:57:45.094Z Compiling heck v0.4.1
31172026-02-16T22:57:45.094Z 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`
31182026-02-16T22:57:45.201Z Compiling toml_edit v0.22.27
31192026-02-16T22:57:45.204Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=29e2ce33a823c311 -C extra-filename=-00a3611f23739f0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-02170c98dd0eef5f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-02-16T22:57:45.251Z Compiling crossbeam-epoch v0.9.18
31212026-02-16T22:57:45.257Z 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`
31222026-02-16T22:57:45.445Z Compiling scroll v0.13.0
31232026-02-16T22:57:45.449Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=8d5e1318c1d6020f -C extra-filename=-1b9d7aaf6e91b17b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-6171e07e520d9b83.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-02-16T22:57:45.613Z Compiling bstr v1.10.0
31252026-02-16T22:57:45.616Z 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`
31262026-02-16T22:57:46.012Z Compiling itertools v0.13.0
31272026-02-16T22:57:46.015Z 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`
31282026-02-16T22:57:46.087Z Compiling zlib-rs v0.5.1
31292026-02-16T22:57:46.090Z 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`
31302026-02-16T22:57:47.257Z Compiling elliptic-curve v0.13.8
31312026-02-16T22:57:47.323Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=04fd1a1e7514ccfc -C extra-filename=-72fe975ad5fe86d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-03c6821a0aabcab9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-04e0b5fa969b42d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-02-16T22:57:47.661Z Compiling goblin v0.10.2
31332026-02-16T22:57:47.706Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=2d0f1db47538b6d3 -C extra-filename=-1e008dae7feaf673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-1b9d7aaf6e91b17b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-02-16T22:57:48.220Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=1483259a30c92a7a -C extra-filename=-2dd8e7bf4dc5ca8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-aca419b966ec5f81.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31352026-02-16T22:57:49.028Z Compiling dof v0.3.0
31362026-02-16T22:57:49.031Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=c2249ea65e4988e3 -C extra-filename=-458baaceb28d36ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0cc35fa5acdc4555.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-02-16T22:57:49.080Z Compiling rusty-fork v0.3.0
31382026-02-16T22:57:49.149Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=2c00a53d779619fe -C extra-filename=-d4079aa94c837bbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-02-16T22:57:49.804Z Compiling pkcs1 v0.7.5
31402026-02-16T22:57:49.807Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=47cdc607eb97940e -C extra-filename=-0f01b34c3b6ddffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-02-16T22:57:50.792Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=12ee9aca2eee5f8c -C extra-filename=-e4e20a9c5ff34c84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-84c8967017630403.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ffaf04ed8428d73d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
31422026-02-16T22:57:50.846Z Compiling curve25519-dalek v4.1.3
31432026-02-16T22:57:50.849Z 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`
31442026-02-16T22:57:51.700Z Compiling rand_xorshift v0.4.0
31452026-02-16T22:57:51.704Z 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`
31462026-02-16T22:57:51.751Z Compiling x509-cert v0.2.5
31472026-02-16T22:57:51.754Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=878e638bb9e94608 -C extra-filename=-c984b9133564234d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482026-02-16T22:57:52.063Z Compiling bzip2-sys v0.1.13+1.0.8
31492026-02-16T22:57:52.066Z 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`
31502026-02-16T22:57:52.196Z Compiling unarray v0.1.4
31512026-02-16T22:57:52.251Z 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`
31522026-02-16T22:57:52.259Z Compiling usdt-impl v0.6.0
31532026-02-16T22:57:52.263Z 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`
31542026-02-16T22:57:52.485Z Compiling libz-rs-sys v0.5.1
31552026-02-16T22:57:52.489Z 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`
31562026-02-16T22:57:52.792Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31572026-02-16T22:57:52.844Z Compiling flate2 v1.1.2
31582026-02-16T22:57:52.844Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a9a7c6f802534066/build-script-build`
31592026-02-16T22:57:52.847Z 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`
31602026-02-16T22:57:52.938Z Compiling proptest v1.7.0
31612026-02-16T22:57:52.941Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=4f75cd9650569699 -C extra-filename=-893308a963c2f473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1bbb8a7353698747.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a477195100bc788b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-b6c7f4a8f1590593.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-d4079aa94c837bbc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0d1cbf4decd5986d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-02-16T22:57:53.320Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31632026-02-16T22:57:53.500Z Compiling rsa v0.9.8
31642026-02-16T22:57:53.503Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=ad7aee5425aaea00 -C extra-filename=-6bdd53e489872ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-0f01b34c3b6ddffe.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-02-16T22:57:53.807Z Compiling dtrace-parser v0.3.0
31662026-02-16T22:57:53.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c26e2e528b9fa03c -C extra-filename=-7f5adff475df68a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ce22f19b9acdf3d4.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f1083ffc39265f6.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-02-16T22:57:54.345Z Compiling rfc6979 v0.4.0
31682026-02-16T22:57:54.348Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6afa1bb45478b961 -C extra-filename=-0ca824fb91ff1f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-02-16T22:57:54.622Z Compiling curve25519-dalek-derive v0.1.1
31702026-02-16T22:57:54.625Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6329bf85dd7717 -C extra-filename=-f845f13fedf4ea42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712026-02-16T22:57:55.766Z Compiling dof v0.4.0
31722026-02-16T22:57:55.769Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=397d77c2abb1b64d -C extra-filename=-1d0003365d08156c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-1e008dae7feaf673.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-02-16T22:57:55.972Z Compiling thread-id v5.0.0
31742026-02-16T22:57:56.034Z 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`
31752026-02-16T22:57:56.169Z Compiling bitflags v1.3.2
31762026-02-16T22:57:56.169Z 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`
31772026-02-16T22:57:56.288Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=19a96bf579b5adb3 -C extra-filename=-52021b1685c9fddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f845f13fedf4ea42.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31782026-02-16T22:57:56.349Z Compiling ecdsa v0.16.9
31792026-02-16T22:57:56.349Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=d2998602704aa52d -C extra-filename=-eb43643541947398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-0ca824fb91ff1f10.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-02-16T22:57:57.291Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=aa90448e61b63e45 -C extra-filename=-09a17b58795e45a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-7f5adff475df68a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-dbb73afa9ba27761.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
31812026-02-16T22:57:58.149Z 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`
31822026-02-16T22:57:58.369Z Compiling derive_builder_core v0.20.2
31832026-02-16T22:57:58.372Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=a804e1ad92147e67 -C extra-filename=-2142c90bff437c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-13fd113cb7d4e44c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-02-16T22:57:58.629Z Compiling serde_with_macros v3.16.1
31852026-02-16T22:57:58.632Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=4978d26c01c040db -C extra-filename=-1b45a0b9cfade78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-4d19c3bf96515cb2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-02-16T22:57:58.735Z Compiling memmap2 v0.9.8
31872026-02-16T22:57:58.739Z 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`
31882026-02-16T22:57:59.213Z Compiling env_filter v0.1.2
31892026-02-16T22:57:59.216Z 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`
31902026-02-16T22:57:59.927Z Compiling memoffset v0.9.1
31912026-02-16T22:57:59.930Z 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`
31922026-02-16T22:58:00.476Z Compiling signal-hook v0.3.18
31932026-02-16T22:58:00.480Z 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`
31942026-02-16T22:58:00.573Z Compiling siphasher v0.3.11
31952026-02-16T22:58:00.576Z 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`
31962026-02-16T22:58:00.932Z Compiling cfg_aliases v0.2.1
31972026-02-16T22:58:00.935Z 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`
31982026-02-16T22:58:01.018Z Compiling keccak v0.1.5
31992026-02-16T22:58:01.021Z 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`
32002026-02-16T22:58:01.100Z Compiling phf_shared v0.11.2
32012026-02-16T22:58:01.108Z 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`
32022026-02-16T22:58:01.220Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
32032026-02-16T22:58:01.296Z Compiling derive_builder_macro v0.20.2
32042026-02-16T22:58:01.299Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=b93ff638fde0b23c -C extra-filename=-7ae465b1be8b1d2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-2142c90bff437c02.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-02-16T22:58:01.349Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
32062026-02-16T22:58:01.454Z Compiling serde_with v3.16.1
32072026-02-16T22:58:01.454Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=e7a37bd5058ae16d -C extra-filename=-522443f97758344a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1b45a0b9cfade78e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-02-16T22:58:01.550Z Compiling sha3 v0.10.8
32092026-02-16T22:58:01.553Z Compiling env_logger v0.11.8
32102026-02-16T22:58:01.553Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=fce6d19b38f67c29 -C extra-filename=-5e50f97cdfef7b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-988f9cb713822ff4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-02-16T22:58:01.553Z 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`
32122026-02-16T22:58:02.443Z Compiling newtype-uuid v1.3.2
32132026-02-16T22:58:02.447Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=78efc4f2ce71760a -C extra-filename=-e8cdefffbc26f2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142026-02-16T22:58:02.497Z Compiling toml v0.7.8
32152026-02-16T22:58:02.500Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=c286d588119f9a36 -C extra-filename=-9169fd5e318a8d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-02-16T22:58:02.652Z Compiling ed25519 v2.2.3
32172026-02-16T22:58:02.668Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=b673c8ca8cd5811e -C extra-filename=-d85c9cd4094494b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-02-16T22:58:03.170Z Compiling daft-derive v0.1.4
32192026-02-16T22:58:03.220Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e99a4a8619c3d918 -C extra-filename=-d09cdbbee05de78d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-02-16T22:58:03.305Z Compiling zstd-sys v2.0.14+zstd.1.5.7
32212026-02-16T22:58:03.309Z 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`
32222026-02-16T22:58:04.035Z Compiling ed25519-dalek v2.1.1
32232026-02-16T22:58:04.048Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=e67d26f3f95f4305 -C extra-filename=-6af5bb40bdb644ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d85c9cd4094494b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-02-16T22:58:04.315Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-0f856328fcfd2ce7/build-script-build`
32252026-02-16T22:58:04.391Z Compiling derive_builder v0.20.2
32262026-02-16T22:58:04.394Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=a0e32a99c246728e -C extra-filename=-18f1cf9a5f88f30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-7ae465b1be8b1d2f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-02-16T22:58:04.637Z 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`
32282026-02-16T22:58:04.817Z 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`
32292026-02-16T22:58:04.836Z Compiling usdt-attr-macro v0.6.0
32302026-02-16T22:58:04.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eeab32cd490a93e -C extra-filename=-3e1ae2f80e582f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-7f5adff475df68a2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-02-16T22:58:05.017Z Compiling daft v0.1.4
32322026-02-16T22:58:05.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=dc114b92f045a459 -C extra-filename=-0fae711ad65ff322 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-d09cdbbee05de78d.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-02-16T22:58:05.488Z Compiling usdt-macro v0.6.0
32342026-02-16T22:58:05.498Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0fd474b799f0c95 -C extra-filename=-737f40c9f6ee7a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-7f5adff475df68a2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-02-16T22:58:05.678Z Compiling unicode-normalization v0.1.24
32362026-02-16T22:58:05.682Z 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`
32372026-02-16T22:58:05.725Z Compiling enum-as-inner v0.6.1
32382026-02-16T22:58:05.729Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=227fde85ab5a546f -C extra-filename=-171c4431306085eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-02-16T22:58:05.799Z Compiling vergen-lib v0.1.6
32402026-02-16T22:58:05.802Z 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`
32412026-02-16T22:58:06.258Z Compiling managed v0.8.0
32422026-02-16T22:58:06.307Z 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`
32432026-02-16T22:58:06.689Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32442026-02-16T22:58:06.739Z Compiling cargo-platform v0.1.8
32452026-02-16T22:58:06.742Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0b3f7cc6da02025 -C extra-filename=-244ab7d9f4f4994c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-02-16T22:58:06.787Z Compiling vergen v9.0.6
32472026-02-16T22:58:06.790Z 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`
32482026-02-16T22:58:06.834Z Compiling itertools v0.10.5
32492026-02-16T22:58:06.843Z 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`
32502026-02-16T22:58:06.929Z Compiling precomputed-hash v0.1.1
32512026-02-16T22:58:06.932Z 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`
32522026-02-16T22:58:07.116Z Compiling zstd-safe v7.2.3
32532026-02-16T22:58:07.135Z 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`
32542026-02-16T22:58:07.251Z Compiling ref-cast v1.0.25
32552026-02-16T22:58:07.254Z 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`
32562026-02-16T22:58:07.301Z Compiling new_debug_unreachable v1.0.6
32572026-02-16T22:58:07.305Z 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`
32582026-02-16T22:58:07.353Z Compiling usdt v0.6.0
32592026-02-16T22:58:07.425Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d4e153f37f7e9c14 -C extra-filename=-c99ea7f9de61c02c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-1e008dae7feaf673.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3e1ae2f80e582f1d.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-737f40c9f6ee7a06.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-02-16T22:58:07.473Z Compiling fixedbitset v0.4.2
32612026-02-16T22:58:07.476Z 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`
32622026-02-16T22:58:07.635Z Compiling string_cache v0.8.9
32632026-02-16T22:58:07.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=57282af72ef2b47d -C extra-filename=-250bbb7014fdbcd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-84cd7013a5593a73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-506dacd16d4fb18a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642026-02-16T22:58:07.830Z Compiling petgraph v0.6.5
32652026-02-16T22:58:07.833Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=45033aa893c7932e -C extra-filename=-0ea5c03b1627206b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-14f9139bb36270dd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-02-16T22:58:07.949Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32672026-02-16T22:58:07.996Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32682026-02-16T22:58:08.061Z Compiling cargo_metadata v0.19.2
32692026-02-16T22:58:08.064Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=904c65f6f23cb088 -C extra-filename=-7d19fad91e71d42e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-244ab7d9f4f4994c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-02-16T22:58:08.110Z Compiling signal-hook-mio v0.2.4
32712026-02-16T22:58:08.111Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=df5ba538b506b78d -C extra-filename=-d1190d30f9aea155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-18f1cf9a5f88f30f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32722026-02-16T22:58:08.114Z 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`
32732026-02-16T22:58:08.361Z Compiling bzip2 v0.4.4
32742026-02-16T22:58:08.364Z 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`
32752026-02-16T22:58:08.820Z Compiling ref-cast-impl v1.0.25
32762026-02-16T22:58:08.855Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=315b78c7ea4bdb88 -C extra-filename=-47deb9d620e48efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-02-16T22:58:08.909Z Compiling rustc-hash v2.1.1
32782026-02-16T22:58:08.912Z 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`
32792026-02-16T22:58:09.173Z Compiling zip v0.6.6
32802026-02-16T22:58:09.176Z 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`
32812026-02-16T22:58:09.327Z Compiling heapless v0.7.17
32822026-02-16T22:58:09.330Z 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`
32832026-02-16T22:58:09.946Z Compiling simd-adler32 v0.3.7
32842026-02-16T22:58:10.005Z 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`
32852026-02-16T22:58:10.249Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2db356a9a0f4be0 -C extra-filename=-a72601627a6a109b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-47deb9d620e48efc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32862026-02-16T22:58:10.430Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=ed33b16e862522d4 -C extra-filename=-9d1c7305ddaa88d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7d19fad91e71d42e.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-18f1cf9a5f88f30f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32872026-02-16T22:58:10.478Z Compiling bumpalo v3.16.0
32882026-02-16T22:58:10.481Z 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`
32892026-02-16T22:58:10.594Z Compiling lalrpop-util v0.19.12
32902026-02-16T22:58:10.653Z 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`
32912026-02-16T22:58:11.041Z Compiling lockfree-object-pool v0.1.6
32922026-02-16T22:58:11.044Z 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`
32932026-02-16T22:58:11.044Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
32942026-02-16T22:58:11.211Z Compiling crossterm v0.28.1
32952026-02-16T22:58:11.215Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=8b9a6d89c283d17d -C extra-filename=-92c99ae1ab92930d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-02-16T22:58:11.329Z Compiling zopfli v0.8.1
32972026-02-16T22:58:11.332Z 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`
32982026-02-16T22:58:11.381Z Compiling nix v0.29.0
32992026-02-16T22:58:11.384Z Compiling bzip2 v0.5.2
33002026-02-16T22:58:11.384Z 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`
33012026-02-16T22:58:11.425Z 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`
33022026-02-16T22:58:11.523Z Compiling serde-big-array v0.5.1
33032026-02-16T22:58:11.581Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fec654d9004abd2b -C extra-filename=-d33bafe36fafd045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-02-16T22:58:11.801Z Compiling hash32 v0.2.1
33052026-02-16T22:58:11.805Z 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`
33062026-02-16T22:58:11.851Z Compiling socket2 v0.5.10
33072026-02-16T22:58:11.854Z 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`
33082026-02-16T22:58:12.206Z Compiling fs-err v3.1.1
33092026-02-16T22:58:12.210Z 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`
33102026-02-16T22:58:12.414Z Compiling winnow v0.6.26
33112026-02-16T22:58:12.419Z 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`
33122026-02-16T22:58:12.676Z Compiling buf-list v1.0.3
33132026-02-16T22:58:12.679Z 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`
33142026-02-16T22:58:12.763Z Compiling smoltcp v0.9.1
33152026-02-16T22:58:12.766Z 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`
33162026-02-16T22:58:12.897Z Compiling jiff v0.2.15
33172026-02-16T22:58:12.901Z 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`
33182026-02-16T22:58:13.362Z Compiling predicates-core v1.0.8
33192026-02-16T22:58:13.365Z 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`
33202026-02-16T22:58:13.532Z Compiling unicode-bidi v0.3.17
33212026-02-16T22:58:13.584Z 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`
33222026-02-16T22:58:13.763Z Compiling unicode-properties v0.1.3
33232026-02-16T22:58:13.766Z 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`
33242026-02-16T22:58:14.258Z Compiling stringprep v0.1.5
33252026-02-16T22:58:14.261Z 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`
33262026-02-16T22:58:14.467Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33272026-02-16T22:58:14.488Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33282026-02-16T22:58:14.614Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
33292026-02-16T22:58:14.761Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33302026-02-16T22:58:14.812Z 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`
33312026-02-16T22:58:14.882Z Compiling hickory-proto v0.25.2
33322026-02-16T22:58:14.885Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=87afcf46cf9bdfb8 -C extra-filename=-e64b9610087ab7c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-171c4431306085eb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332026-02-16T22:58:15.317Z Compiling similar v2.7.0
33342026-02-16T22:58:15.320Z 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`
33352026-02-16T22:58:15.976Z Compiling tokio-stream v0.1.17
33362026-02-16T22:58:15.979Z Compiling md-5 v0.10.6
33372026-02-16T22:58:15.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=e98dd38855a609c0 -C extra-filename=-c772f91fd049de46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-02-16T22:58:15.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=5fcf25067631a919 -C extra-filename=-70c8559c972cc899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-02-16T22:58:16.372Z Compiling strum_macros v0.27.2
33402026-02-16T22:58:16.375Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5234d49ec3cb73af -C extra-filename=-186d0fb397a8c2a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412026-02-16T22:58:16.977Z Compiling float-cmp v0.10.0
33422026-02-16T22:58:16.980Z 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`
33432026-02-16T22:58:17.295Z Compiling normalize-line-endings v0.3.0
33442026-02-16T22:58:17.297Z 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`
33452026-02-16T22:58:17.336Z Compiling difflib v0.4.0
33462026-02-16T22:58:17.339Z 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`
33472026-02-16T22:58:17.490Z Compiling fallible-iterator v0.2.0
33482026-02-16T22:58:17.493Z 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`
33492026-02-16T22:58:18.064Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33502026-02-16T22:58:18.135Z 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`
33512026-02-16T22:58:18.231Z Compiling postgres-protocol v0.6.8
33522026-02-16T22:58:18.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=6b86477edae44eb3 -C extra-filename=-a073d9b8c6f6390d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-70c8559c972cc899.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-78dd981619b27a4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-02-16T22:58:18.423Z 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`
33542026-02-16T22:58:18.660Z Compiling predicates v3.1.3
33552026-02-16T22:58:18.664Z 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`
33562026-02-16T22:58:18.877Z Compiling zstd v0.13.3
33572026-02-16T22:58:18.881Z 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`
33582026-02-16T22:58:18.929Z 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`
33592026-02-16T22:58:19.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=27b14f8d96fab6f5 -C extra-filename=-f223968053a21210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
33602026-02-16T22:58:19.541Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=9d68152ccbc2bb36 -C extra-filename=-5ad0edf18e465266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
33612026-02-16T22:58:20.130Z Compiling zip v4.2.0
33622026-02-16T22:58:20.176Z 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=fc786303e1f84d68 -C extra-filename=-de7810c222b46d02 --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-833783da88e2e52d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-a81af4a9abbae8c3.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-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`
33632026-02-16T22:58:20.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=78a84059e446bbac -C extra-filename=-3ad25da4e0be3c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
33642026-02-16T22:58:20.952Z Compiling serde_repr v0.1.19
33652026-02-16T22:58:20.955Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a058622916eeb1c6 -C extra-filename=-80dfe11afb1ae366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-02-16T22:58:21.024Z Compiling peg-runtime v0.8.5
33672026-02-16T22:58:21.028Z 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`
33682026-02-16T22:58:21.563Z Compiling strum v0.27.2
33692026-02-16T22:58:21.566Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=912b6ea45aac8d86 -C extra-filename=-a7388f5d6b570266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-186d0fb397a8c2a1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-02-16T22:58:21.614Z Compiling foldhash v0.2.0
33712026-02-16T22:58:21.653Z 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`
33722026-02-16T22:58:21.658Z Compiling fixedbitset v0.5.7
33732026-02-16T22:58:21.661Z 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`
33742026-02-16T22:58:21.829Z Compiling postgres-types v0.2.9
33752026-02-16T22:58:21.832Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=b396e045e15eb3fd -C extra-filename=-22a53ab63963f93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a073d9b8c6f6390d.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-02-16T22:58:22.089Z Compiling iddqd v0.3.16
33772026-02-16T22:58:22.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=0ae84e70db0d3392 -C extra-filename=-13b7c297f0c180b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-02-16T22:58:22.205Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33792026-02-16T22:58:22.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=e05d3c1653e30639 -C extra-filename=-655d5fdec46223d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d33bafe36fafd045.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-80dfe11afb1ae366.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bc1599dfac370cad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-186d0fb397a8c2a1.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-02-16T22:58:22.321Z Compiling petgraph v0.8.2
33812026-02-16T22:58:22.367Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=c707d4911e7bdf0d -C extra-filename=-fa15e0097da5bf7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-02-16T22:58:22.372Z Compiling phf v0.11.2
33832026-02-16T22:58:22.375Z 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`
33842026-02-16T22:58:22.743Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33852026-02-16T22:58:22.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=0b94527b88f426ac -C extra-filename=-15cf27f70eb8100b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-02-16T22:58:23.110Z Compiling whoami v1.5.2
33872026-02-16T22:58:23.119Z 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`
33882026-02-16T22:58:23.229Z Compiling futures-executor v0.3.31
33892026-02-16T22:58:23.233Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=61844cac0102b649 -C extra-filename=-f6e8c97bfb491e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-02-16T22:58:23.766Z Compiling tokio-postgres v0.7.13
33912026-02-16T22:58:23.769Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=58cc607753a671a0 -C extra-filename=-befaf97320b47129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b0e5e94ce985ebb8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a073d9b8c6f6390d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-22a53ab63963f93c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-02-16T22:58:23.814Z Compiling is-terminal v0.4.13
33932026-02-16T22:58:23.817Z 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`
33942026-02-16T22:58:24.021Z Compiling futures v0.3.31
33952026-02-16T22:58:24.024Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=d5452742a2387782 -C extra-filename=-1c251e2ec15413d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-f6e8c97bfb491e71.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-02-16T22:58:24.209Z Compiling regress v0.10.4
33972026-02-16T22:58:24.252Z 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`
33982026-02-16T22:58:24.399Z Compiling crossbeam-channel v0.5.15
33992026-02-16T22:58:24.403Z 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`
34002026-02-16T22:58:24.719Z Compiling thread_local v1.1.8
34012026-02-16T22:58:24.722Z 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`
34022026-02-16T22:58:25.279Z Compiling slog-async v2.8.0
34032026-02-16T22:58:25.282Z 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`
34042026-02-16T22:58:25.499Z Compiling take_mut v0.2.2
34052026-02-16T22:58:25.562Z 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`
34062026-02-16T22:58:25.749Z Compiling term v1.1.0
34072026-02-16T22:58:25.793Z 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`
34082026-02-16T22:58:25.960Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
34092026-02-16T22:58:26.084Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0c1b114a81aaa151 -C extra-filename=-281721aadc6d9abf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f84fe4a131bfb0f7.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
34102026-02-16T22:58:26.644Z Compiling slog-term v2.9.2
34112026-02-16T22:58:26.646Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=14a09c1f66d0c2aa -C extra-filename=-b76851797875188d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-16fc5061b61c59eb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-02-16T22:58:26.840Z Compiling unsafe-libyaml v0.2.11
34132026-02-16T22:58:26.890Z 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`
34142026-02-16T22:58:27.166Z Compiling match_cfg v0.1.0
34152026-02-16T22:58:27.169Z 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`
34162026-02-16T22:58:27.215Z Compiling newtype-uuid-macros v0.1.0
34172026-02-16T22:58:27.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad4b105b17146dc7 -C extra-filename=-629984ee1cbfbcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-02-16T22:58:27.323Z Compiling hostname v0.3.1
34192026-02-16T22:58:27.326Z 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`
34202026-02-16T22:58:27.626Z Compiling unicode-width v0.1.14
34212026-02-16T22:58:27.629Z 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-02-16T22:58:28.017Z Compiling typify-impl v0.4.3
34232026-02-16T22:58:28.020Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=426a207068db9b68 -C extra-filename=-ac2c69e0c057d99e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-02-16T22:58:28.220Z Compiling debug-ignore v1.0.5
34252026-02-16T22:58:28.223Z 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`
34262026-02-16T22:58:28.446Z Compiling serde_yaml v0.9.34+deprecated
34272026-02-16T22:58:28.492Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b66a44c9bfa3b10d -C extra-filename=-3335f0fd2f76fccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c10c08c29bf29e7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-02-16T22:58:28.736Z Compiling structmeta-derive v0.3.0
34292026-02-16T22:58:28.739Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=923c11fa5701520f -C extra-filename=-a964df5e7d7077ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-02-16T22:58:28.989Z Compiling slog-json v2.6.1
34312026-02-16T22:58:28.993Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=af5e2aae6de8de84 -C extra-filename=-d9bb9983b440f0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-02-16T22:58:29.048Z Compiling rustls v0.22.4
34332026-02-16T22:58:29.066Z 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`
34342026-02-16T22:58:29.128Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34352026-02-16T22:58:29.131Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=b5e55d2d569e47e2 -C extra-filename=-e84c8108dbd32815 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-629984ee1cbfbcc0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-02-16T22:58:29.424Z Compiling slog-bunyan v2.5.0
34372026-02-16T22:58:29.429Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c0e0c652e9e4fc45 -C extra-filename=-326615d2ebd3e016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-62ffab0ce663e2c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d9bb9983b440f0ee.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-02-16T22:58:29.564Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34392026-02-16T22:58:29.574Z Compiling toml_parser v1.0.6+spec-1.1.0
34402026-02-16T22:58:29.629Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=0fe000cef67d4f23 -C extra-filename=-3f8e36d2bbf07629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-02-16T22:58:29.718Z Compiling serde_spanned v1.0.4
34422026-02-16T22:58:29.721Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3ccb8b2904e6231d -C extra-filename=-028e209388a215b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-02-16T22:58:30.068Z Compiling serde_path_to_error v0.1.20
34442026-02-16T22:58:30.071Z 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`
34452026-02-16T22:58:30.721Z Compiling toml_datetime v0.7.5+spec-1.1.0
34462026-02-16T22:58:30.725Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=146ca033cd30c27e -C extra-filename=-c169eca65e6750c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-02-16T22:58:30.975Z Compiling multer v3.1.0
34482026-02-16T22:58:30.979Z 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`
34492026-02-16T22:58:31.127Z Compiling toml_writer v1.0.6+spec-1.1.0
34502026-02-16T22:58:31.131Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f71b5b7f72f144da -C extra-filename=-aebd109ca9aa7787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-02-16T22:58:31.345Z Compiling async-stream-impl v0.3.6
34522026-02-16T22:58:31.348Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=827374fa2968917b -C extra-filename=-1ad707df664123af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-02-16T22:58:31.452Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34542026-02-16T22:58:31.530Z Compiling structmeta v0.3.0
34552026-02-16T22:58:31.534Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=550ace98a260664c -C extra-filename=-42232e75d48ccb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-a964df5e7d7077ad.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-02-16T22:58:31.577Z Compiling toml v0.9.11+spec-1.1.0
34572026-02-16T22:58:31.620Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.11+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=95368f423a126068 -C extra-filename=-f9eb69c1c26ec2c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-028e209388a215b5.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c169eca65e6750c6.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-3f8e36d2bbf07629.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-aebd109ca9aa7787.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-02-16T22:58:31.623Z Compiling dropshot v0.16.7
34592026-02-16T22:58:31.623Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c993a58cd0ca5eef -C extra-filename=-c2ae5bc30d6ecaab --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602026-02-16T22:58:31.992Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=b72f25ca370328b9 -C extra-filename=-937df4ade9988992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-02-16T22:58:32.037Z Compiling rustls-pemfile v2.2.0
34622026-02-16T22:58:32.037Z 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`
34632026-02-16T22:58:32.081Z Compiling waitgroup v0.1.2
34642026-02-16T22:58:32.123Z 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`
34652026-02-16T22:58:32.127Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab/build-script-build`
34662026-02-16T22:58:32.239Z Compiling dropshot_endpoint v0.16.7
34672026-02-16T22:58:32.243Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f28f4e89aca09856 -C extra-filename=-b9ca482e2ea89265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-02-16T22:58:32.344Z Compiling hostname v0.4.2
34692026-02-16T22:58:32.347Z 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`
34702026-02-16T22:58:32.432Z Compiling derive-ex v0.1.8
34712026-02-16T22:58:32.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72458401229ed956 -C extra-filename=-393965ccfb6cea86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-42232e75d48ccb26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-02-16T22:58:32.612Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34732026-02-16T22:58:32.661Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/70d3253/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=7185e535c1e01efc -C extra-filename=-f3fb1f928f6ef4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-02-16T22:58:32.804Z Compiling async-stream v0.3.6
34752026-02-16T22:58:32.808Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f969747a9818d19 -C extra-filename=-e4276711ec4f513d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-1ad707df664123af.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-02-16T22:58:32.881Z Compiling itertools v0.14.0
34772026-02-16T22:58:32.950Z 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`
34782026-02-16T22:58:33.008Z Compiling macaddr v1.0.1
34792026-02-16T22:58:33.014Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=62d915cfe082bb16 -C extra-filename=-d9f5788e2a13327f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-02-16T22:58:33.137Z Compiling tabwriter v1.4.0
34812026-02-16T22:58:33.143Z 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`
34822026-02-16T22:58:33.493Z Compiling instant v0.1.13
34832026-02-16T22:58:33.498Z 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`
34842026-02-16T22:58:33.641Z Compiling parse-display-derive v0.10.0
34852026-02-16T22:58:33.645Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d7316c14ac8585b -C extra-filename=-dada7742d2a97463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-42232e75d48ccb26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-02-16T22:58:33.733Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34872026-02-16T22:58:33.737Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=efae9e150f5dbca3 -C extra-filename=-e08d3380c6a431f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-02-16T22:58:34.749Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34892026-02-16T22:58:34.753Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=177e054476e55596 -C extra-filename=-f6fb1a5ce0daea4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-e08d3380c6a431f2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-02-16T22:58:34.790Z Compiling backoff v0.4.0
34912026-02-16T22:58:34.793Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=190999b5697580e4 -C extra-filename=-e5577dd0b2ee6471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-02-16T22:58:34.997Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34932026-02-16T22:58:35.001Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/rdb-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=3dc43f109dd013c9 -C extra-filename=-0d75efef0704100a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-02-16T22:58:35.252Z Compiling colored v3.0.0
34952026-02-16T22:58:35.255Z 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`
34962026-02-16T22:58:35.865Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34972026-02-16T22:58:35.868Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a284735c7948ae -C extra-filename=-0d4ce179ccc9bb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-02-16T22:58:35.912Z Compiling camino-tempfile v1.4.1
34992026-02-16T22:58:35.915Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d72df2a306a34829 -C extra-filename=-30204990db0efbd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-02-16T22:58:36.075Z Compiling proc-macro-error-attr v1.0.4
35012026-02-16T22:58:36.078Z 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`
35022026-02-16T22:58:36.445Z Compiling proc-macro-error v1.0.4
35032026-02-16T22:58:36.448Z 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`
35042026-02-16T22:58:36.531Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
35052026-02-16T22:58:36.623Z Compiling toml v0.8.23
35062026-02-16T22:58:36.626Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=53d885fbba73d3f3 -C extra-filename=-6854385f42794fc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-45c68868da543993.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072026-02-16T22:58:36.722Z 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`
35082026-02-16T22:58:36.839Z Compiling test-strategy v0.4.3
35092026-02-16T22:58:36.842Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51e21b0618c71573 -C extra-filename=-22e823a1af21dd78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-393965ccfb6cea86.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-42232e75d48ccb26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-02-16T22:58:36.950Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
35112026-02-16T22:58:37.120Z Compiling crossbeam-deque v0.8.5
35122026-02-16T22:58:37.123Z 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`
35132026-02-16T22:58:37.551Z Compiling rayon-core v1.12.1
35142026-02-16T22:58:37.554Z 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`
35152026-02-16T22:58:37.616Z 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-02-16T22:58:37.901Z Compiling crucible-workspace-hack v0.1.0
35172026-02-16T22:58:37.921Z 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`
35182026-02-16T22:58:37.976Z Compiling parse-display v0.10.0
35192026-02-16T22:58:37.979Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=aea1576016e9e1d2 -C extra-filename=-0507e84d998ece5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-dada7742d2a97463.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-02-16T22:58:38.026Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35212026-02-16T22:58:38.161Z 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`
35222026-02-16T22:58:38.164Z Compiling nix v0.30.1
35232026-02-16T22:58:38.167Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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-02-16T22:58:38.249Z Compiling proc-macro-crate v1.3.1
35252026-02-16T22:58:38.253Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c63160c9a8d0d360 -C extra-filename=-89f348f475756096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262026-02-16T22:58:38.355Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35272026-02-16T22:58:38.426Z 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`
35282026-02-16T22:58:38.595Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35292026-02-16T22:58:38.598Z 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`
35302026-02-16T22:58:38.644Z Compiling heapless v0.8.0
35312026-02-16T22:58:38.647Z 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`
35322026-02-16T22:58:39.118Z Compiling rayon v1.10.0
35332026-02-16T22:58:39.165Z 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`
35342026-02-16T22:58:39.169Z Compiling num_enum_derive v0.5.11
35352026-02-16T22:58:39.172Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35362026-02-16T22:58:39.206Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=f85d0d5a877222f7 -C extra-filename=-24da450cb59ea405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-89f348f475756096.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-02-16T22:58:39.315Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=06007aeeb7cc756a -C extra-filename=-db86bf4fdb6fd800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
35382026-02-16T22:58:39.331Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35392026-02-16T22:58:39.511Z Compiling typify-macro v0.4.3
35402026-02-16T22:58:39.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eae1ba1352dcf66 -C extra-filename=-bcb4289674bd28f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ac2c69e0c057d99e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-02-16T22:58:39.615Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35422026-02-16T22:58:39.690Z Compiling ingot-macros v0.1.1
35432026-02-16T22:58:39.693Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61a60aaee73ee220 -C extra-filename=-aa1697d0dc720005 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-4d19c3bf96515cb2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-02-16T22:58:39.739Z Compiling hash32 v0.3.1
35452026-02-16T22:58:39.742Z 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`
35462026-02-16T22:58:40.057Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35472026-02-16T22:58:40.061Z 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`
35482026-02-16T22:58:40.388Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35492026-02-16T22:58:40.391Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=89c2836e2ad944d8 -C extra-filename=-84c477954e7e3850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-02-16T22:58:40.557Z Compiling unicode-width v0.2.0
35512026-02-16T22:58:40.560Z 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`
35522026-02-16T22:58:41.190Z Compiling smoltcp v0.11.0
35532026-02-16T22:58:41.194Z 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`
35542026-02-16T22:58:41.534Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35552026-02-16T22:58:41.608Z 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`
35562026-02-16T22:58:41.841Z Compiling num_enum v0.5.11
35572026-02-16T22:58:41.844Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=9fdd728b7fc47d1a -C extra-filename=-0e07d87924c0ed0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-24da450cb59ea405.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-02-16T22:58:42.007Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35592026-02-16T22:58:42.082Z Compiling foreign-types-macros v0.2.3
35602026-02-16T22:58:42.128Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c727e52168f990ab -C extra-filename=-50a36c55870eb48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-02-16T22:58:42.132Z Compiling foreign-types-shared v0.3.1
35622026-02-16T22:58:42.197Z 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`
35632026-02-16T22:58:42.341Z Compiling cobs v0.2.3
35642026-02-16T22:58:42.388Z 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`
35652026-02-16T22:58:42.448Z 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`
35662026-02-16T22:58:42.565Z 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`
35672026-02-16T22:58:42.675Z Compiling postcard v1.0.10
35682026-02-16T22:58:42.678Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=b298deae3037f2ac -C extra-filename=-b10c6420826924ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-a200751c873a6898.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-02-16T22:58:42.721Z 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`
35702026-02-16T22:58:42.949Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35712026-02-16T22:58:42.953Z 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`
35722026-02-16T22:58:43.379Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35732026-02-16T22:58:43.379Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=dae6eb44823ec0d8 -C extra-filename=-6e4062c45034bcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-02-16T22:58:43.465Z Compiling foreign-types v0.5.0
35752026-02-16T22:58:43.469Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ca1b4858daad12b2 -C extra-filename=-4d412400db8f1918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-50a36c55870eb48c.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ef07b04c2fa087cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-02-16T22:58:43.566Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35772026-02-16T22:58:43.569Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=d5056a65f3948f71 -C extra-filename=-2648ea4352b7f92b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782026-02-16T22:58:43.643Z Compiling cstr-argument v0.1.2
35792026-02-16T22:58:43.646Z 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`
35802026-02-16T22:58:43.950Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35812026-02-16T22:58:43.992Z 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`
35822026-02-16T22:58:43.995Z Compiling pretty-hex v0.2.1
35832026-02-16T22:58:44.037Z 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`
35842026-02-16T22:58:44.042Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35852026-02-16T22:58:44.042Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b/build-script-build`
35862026-02-16T22:58:44.045Z 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`
35872026-02-16T22:58:44.162Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35882026-02-16T22:58:44.166Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=daa84ee0dea8e3a0 -C extra-filename=-17871132bb614b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-7d2e50debd4289d0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4d412400db8f1918.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-02-16T22:58:44.209Z Compiling typify v0.4.3
35902026-02-16T22:58:44.213Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=594da15bc63fe11d -C extra-filename=-696980fc5e7d4d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ac2c69e0c057d99e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bcb4289674bd28f2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-02-16T22:58:44.265Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35922026-02-16T22:58:44.268Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4542bdc2453aafc3 -C extra-filename=-238135c30d2dabc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-2d39aff2288d2df1.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e07d87924c0ed0c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-02-16T22:58:44.323Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35942026-02-16T22:58:44.326Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d815a713b6650e12 -C extra-filename=-c2ea16f2fa6500a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-02-16T22:58:44.383Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
35962026-02-16T22:58:44.433Z Compiling progenitor-impl v0.11.2
35972026-02-16T22:58:44.436Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9eb3966aab419c1 -C extra-filename=-420a8e3f15170aaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-696980fc5e7d4d8c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-02-16T22:58:44.498Z Compiling colored v2.2.0
35992026-02-16T22:58:44.503Z 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`
36002026-02-16T22:58:44.698Z Compiling sigpipe v0.1.3
36012026-02-16T22:58:44.746Z 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`
36022026-02-16T22:58:44.746Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36032026-02-16T22:58:44.805Z 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`
36042026-02-16T22:58:44.892Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36052026-02-16T22:58:44.896Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45abe9442e879cba -C extra-filename=-fa70e72376fb3500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e07d87924c0ed0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-02-16T22:58:45.313Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c8cb92c84b202cc -C extra-filename=-ab9a3159c4975703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-238135c30d2dabc3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e07d87924c0ed0c.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-17871132bb614b34.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-e7fd82d532f9ddf9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36072026-02-16T22:58:45.359Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-81d3e4acd776cb10/build-script-build`
36082026-02-16T22:58:45.435Z Compiling zone_cfg_derive v0.3.0
36092026-02-16T22:58:45.439Z 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`
36102026-02-16T22:58:45.510Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36112026-02-16T22:58:45.514Z 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/bc121ef/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=2a9d09e1fac981c6 -C extra-filename=-17ce0b46a0d91bad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-02-16T22:58:45.564Z Compiling smf v0.2.3
36132026-02-16T22:58:45.567Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01aa01e27a4bf75c -C extra-filename=-bf0f1ab4025844ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-02-16T22:58:46.000Z Compiling num-derive v0.4.2
36152026-02-16T22:58:46.003Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a745371a1206e39c -C extra-filename=-3e301da5baf53841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-02-16T22:58:46.774Z Compiling convert_case v0.4.0
36172026-02-16T22:58:46.777Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=03ee88d4196f5b08 -C extra-filename=-d0bcfd7d873695a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-02-16T22:58:46.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36192026-02-16T22:58:46.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`
36202026-02-16T22:58:46.891Z Compiling ingot-types v0.1.2
36212026-02-16T22:58:46.948Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=34d1b8155d431ba6 -C extra-filename=-76ebd80fe8064a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-aa1697d0dc720005.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-02-16T22:58:47.058Z Compiling zone v0.3.1
36232026-02-16T22:58:47.062Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=61c9d8f8e1557da8 -C extra-filename=-aec6cbaaf359968a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-8b178e14ad8dba81.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-02-16T22:58:47.306Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36252026-02-16T22:58:47.377Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36262026-02-16T22:58:47.415Z 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/bc121ef/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=ced13302f040c2d2 -C extra-filename=-1cfc0feee6f07f51 --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-17ce0b46a0d91bad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-02-16T22:58:47.636Z Compiling derive_more v0.99.20
36282026-02-16T22:58:47.640Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=b456a7cdaaf39379 -C extra-filename=-d537e50f274b5c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-d0bcfd7d873695a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292026-02-16T22:58:47.812Z Compiling ingot v0.1.1
36302026-02-16T22:58:47.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=b235b468f07c59e7 -C extra-filename=-dbfab2f4ea4db3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-aa1697d0dc720005.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-76ebd80fe8064a7f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-02-16T22:58:47.921Z 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=eda170af173c32fb -C extra-filename=-11decbbedf7b7250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fa70e72376fb3500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-ea950bd608a63962/out -l static=pci`
36322026-02-16T22:58:48.314Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36332026-02-16T22:58:48.318Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7eb32f754463fc3 -C extra-filename=-a69d61b81f6a260b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3e301da5baf53841.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-02-16T22:58:48.424Z Compiling progenitor-impl v0.10.0
36352026-02-16T22:58:48.531Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16f52fb7f261360a -C extra-filename=-d7735dfc5c954c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-696980fc5e7d4d8c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-02-16T22:58:48.579Z Compiling aws-lc-sys v0.26.0
36372026-02-16T22:58:48.627Z 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=2c695a4b7e6be561 -C extra-filename=-648a8b1eb1347310 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-648a8b1eb1347310 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-8fa5e0c848dd2add.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-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`
36382026-02-16T22:58:48.630Z Compiling half v2.4.1
36392026-02-16T22:58:48.633Z 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`
36402026-02-16T22:58:48.931Z Compiling ciborium-io v0.2.2
36412026-02-16T22:58:48.934Z 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`
36422026-02-16T22:58:49.138Z Compiling indent_write v2.2.0
36432026-02-16T22:58:49.186Z 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`
36442026-02-16T22:58:49.186Z Compiling ciborium-ll v0.2.2
36452026-02-16T22:58:49.189Z 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`
36462026-02-16T22:58:49.230Z Compiling secrecy v0.10.3
36472026-02-16T22:58:49.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7b058d33d9ccfd28 -C extra-filename=-e7c33b969303809a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-02-16T22:58:49.438Z Compiling usdt-attr-macro v0.5.0
36492026-02-16T22:58:49.441Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=added5f920f7ae9c -C extra-filename=-774fdd5f4a8beb66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-84c8967017630403.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-02-16T22:58:49.554Z Compiling ciborium v0.2.2
36512026-02-16T22:58:49.557Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ff74c8acc22bfce7 -C extra-filename=-94666c5d13597da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-a140d3d2df69c2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-02-16T22:58:49.639Z Compiling usdt-macro v0.5.0
36532026-02-16T22:58:49.642Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=70b2bbc8167183c4 -C extra-filename=-cd2d360f2e1c9fda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-84c8967017630403.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-02-16T22:58:50.927Z Compiling memmap v0.7.0
36552026-02-16T22:58:50.930Z 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`
36562026-02-16T22:58:51.178Z Compiling progenitor-macro v0.11.2
36572026-02-16T22:58:51.181Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97f5918f224366d9 -C extra-filename=-6152c6915f3ec687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-420a8e3f15170aaf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3335f0fd2f76fccd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-02-16T22:58:51.296Z Compiling universal-hash v0.5.1
36592026-02-16T22:58:51.296Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8a3034e2da7146c2 -C extra-filename=-d08d56fcf854aefa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-02-16T22:58:51.474Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36612026-02-16T22:58:51.478Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=74d8295252a50f84 -C extra-filename=-60b135d39996b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-6e4062c45034bcc0.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-dbfab2f4ea4db3ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b10c6420826924ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97f60e8e3f4c1bdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-02-16T22:58:51.524Z Compiling usdt v0.5.0
36632026-02-16T22:58:51.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=a055c49f24b5f5f4 -C extra-filename=-b5d8d2d6b8567c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-84c8967017630403.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0cc35fa5acdc4555.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-774fdd5f4a8beb66.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-cd2d360f2e1c9fda.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-02-16T22:58:51.579Z Compiling opaque-debug v0.3.1
36652026-02-16T22:58:51.648Z 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`
36662026-02-16T22:58:51.745Z Compiling swrite v0.1.0
36672026-02-16T22:58:51.750Z 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`
36682026-02-16T22:58:51.793Z Compiling aead v0.5.2
36692026-02-16T22:58:51.796Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=2a4c80f7adf6a05d -C extra-filename=-728ba8e2f14f5afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-02-16T22:58:51.953Z Compiling poly1305 v0.8.0
36712026-02-16T22:58:51.956Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1c4c8371cd875060 -C extra-filename=-be6a669294179270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d08d56fcf854aefa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-02-16T22:58:52.043Z Compiling chacha20 v0.9.1
36732026-02-16T22:58:52.046Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9b8d561200dc450b -C extra-filename=-176f7e30da96d363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-02-16T22:58:52.207Z Compiling thiserror-impl-no-std v2.0.2
36752026-02-16T22:58:52.211Z 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`
36762026-02-16T22:58:52.605Z Compiling password-hash v0.5.0
36772026-02-16T22:58:52.609Z 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`
36782026-02-16T22:58:53.566Z Compiling blake2 v0.10.6
36792026-02-16T22:58:53.569Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=deb6cb186c2cfafc -C extra-filename=-3b4df9476f3c2b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-02-16T22:58:53.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=571815ce1f5330bb -C extra-filename=-d0356284bd1845b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-6e4062c45034bcc0.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-dbfab2f4ea4db3ea.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-c2ea16f2fa6500a1.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-60b135d39996b192.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b10c6420826924ae.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
36812026-02-16T22:58:54.185Z Compiling argon2 v0.5.3
36822026-02-16T22:58:54.188Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=49963266d7fca0e7 -C extra-filename=-2f5f3c9501bb523c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-3b4df9476f3c2b7f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-31785880907915a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-02-16T22:58:54.233Z Compiling chacha20poly1305 v0.10.1
36842026-02-16T22:58:54.237Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=b51485577266346f -C extra-filename=-ccdf398cf07cacbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-728ba8e2f14f5afb.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-176f7e30da96d363.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-be6a669294179270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-02-16T22:58:54.549Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36862026-02-16T22:58:54.552Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=35d1b7043c8f1e50 -C extra-filename=-18800e7cec4c4855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-6e4062c45034bcc0.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d0356284bd1845b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-02-16T22:58:54.741Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36882026-02-16T22:58:54.745Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=268ae5c6d244062e -C extra-filename=-830a3bed8fd2fb03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-02-16T22:58:54.846Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36902026-02-16T22:58:54.850Z 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/bc121ef/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=5152590647a064e7 -C extra-filename=-0f96d52e4fe7cd15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-02-16T22:58:55.074Z Compiling progenitor-macro v0.10.0
36922026-02-16T22:58:55.077Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfec396809523e16 -C extra-filename=-c28c513e9fdd0a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d7735dfc5c954c6f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3335f0fd2f76fccd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-02-16T22:58:55.153Z Compiling thiserror-no-std v2.0.2
36942026-02-16T22:58:55.156Z 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`
36952026-02-16T22:58:55.364Z Compiling vsss-rs v3.3.4
36962026-02-16T22:58:55.368Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=21c072af9373afef -C extra-filename=-378bfe3bd2c3ab3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-1d871a8b34b4eee3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-02-16T22:58:55.585Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36982026-02-16T22:58:55.589Z 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/bc121ef/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=601ac8d40aecda59 -C extra-filename=-8d95ba39071bd572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-830a3bed8fd2fb03.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0f96d52e4fe7cd15.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-02-16T22:58:55.903Z Compiling console v0.15.10
37002026-02-16T22:58:55.906Z 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`
37012026-02-16T22:58:57.173Z Compiling derive-where v1.5.0
37022026-02-16T22:58:57.176Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=a868a5ee03e447fb -C extra-filename=-faeb7aac8eb71b65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-02-16T22:58:57.309Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
37042026-02-16T22:58:57.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d326da737cba7b4 -C extra-filename=-2af3499fa6024671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ab9a3159c4975703.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-d0356284bd1845b0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b10c6420826924ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-02-16T22:58:57.649Z Compiling atomicwrites v0.4.4
37062026-02-16T22:58:57.652Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f30c8f6c9d828542 -C extra-filename=-8d5c5cfd6e356a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-02-16T22:58:58.073Z Compiling newline-converter v0.3.0
37082026-02-16T22:58:58.118Z 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`
37092026-02-16T22:58:58.329Z Compiling expectorate v1.2.0
37102026-02-16T22:58:58.332Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=19eeef6cd7580f4c -C extra-filename=-0c440abe45f834e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-05b935fbee1218fc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-02-16T22:58:58.676Z Compiling bytecount v0.6.8
37122026-02-16T22:58:58.679Z 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`
37132026-02-16T22:58:58.974Z Compiling num-rational v0.4.2
37142026-02-16T22:58:58.977Z 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`
37152026-02-16T22:58:59.541Z Compiling num-complex v0.4.6
37162026-02-16T22:58:59.544Z 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`
37172026-02-16T22:58:59.742Z Compiling float-ord v0.3.2
37182026-02-16T22:58:59.746Z 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`
37192026-02-16T22:58:59.972Z Compiling owo-colors v4.2.3
37202026-02-16T22:58:59.975Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=ea633c41b8de65a2 -C extra-filename=-ca97be9177a51abf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-02-16T22:59:00.438Z Compiling tokio-dtrace v0.1.0
37222026-02-16T22:59:00.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceff91aef3b0cccd -C extra-filename=-5016ec0cf6eb5351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-02-16T22:59:00.499Z Compiling num v0.4.3
37242026-02-16T22:59:00.502Z 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`
37252026-02-16T22:59:00.572Z Compiling cancel-safe-futures v0.1.5
37262026-02-16T22:59:00.576Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
37272026-02-16T22:59:00.674Z Compiling libsw-core v0.3.1
37282026-02-16T22:59:00.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=dbc22d62a80816f9 -C extra-filename=-9fd9a64a12a4121e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-02-16T22:59:00.796Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf/build-script-build`
37302026-02-16T22:59:00.816Z Compiling oxide-tokio-rt v0.1.2
37312026-02-16T22:59:00.819Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=8f0735a0a2d5af3a -C extra-filename=-20e21b9c25ad411b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-5016ec0cf6eb5351.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-02-16T22:59:00.905Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=14879751cb5345e3 -C extra-filename=-32f3b4bd9ec60dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
37332026-02-16T22:59:00.908Z Compiling linear-map v1.2.0
37342026-02-16T22:59:00.911Z 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`
37352026-02-16T22:59:00.997Z Compiling libsw v3.5.0
37362026-02-16T22:59:01.000Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=0c7375136a47731c -C extra-filename=-35bc9e709ee2586e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-9fd9a64a12a4121e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-02-16T22:59:01.057Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37382026-02-16T22:59:01.129Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=ffa235d015ae761a -C extra-filename=-1c77f98783115915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-02-16T22:59:01.183Z Compiling gethostname v0.5.0
37402026-02-16T22:59:01.187Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e8a879ac12d37e5 -C extra-filename=-c676e4095544447e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-02-16T22:59:01.300Z Compiling same-file v1.0.6
37422026-02-16T22:59:01.303Z 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`
37432026-02-16T22:59:01.355Z Compiling unicode-xid v0.2.6
37442026-02-16T22:59:01.399Z 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`
37452026-02-16T22:59:01.406Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-648a8b1eb1347310/build-script-main`
37462026-02-16T22:59:01.457Z Compiling async-recursion v1.1.1
37472026-02-16T22:59:01.460Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30d28c108d115bc7 -C extra-filename=-8c2c3fd5c7fb1f46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-02-16T22:59:01.625Z Compiling walkdir v2.5.0
37492026-02-16T22:59:01.628Z Compiling resolv-conf v0.7.0
37502026-02-16T22:59:01.628Z 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`
37512026-02-16T22:59:01.671Z 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`
37522026-02-16T22:59:01.732Z Compiling convert_case v0.7.1
37532026-02-16T22:59:01.833Z 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`
37542026-02-16T22:59:02.364Z Compiling unicode-linebreak v0.1.5
37552026-02-16T22:59:02.367Z 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`
37562026-02-16T22:59:02.480Z Compiling smawk v0.3.2
37572026-02-16T22:59:02.484Z 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`
37582026-02-16T22:59:02.601Z Compiling derive_more-impl v2.0.1
37592026-02-16T22:59:02.661Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=2dc3fb77d74e3936 -C extra-filename=-56513a73e97b395a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-c88d4181c4d5466a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602026-02-16T22:59:02.764Z Compiling slog-dtrace v0.3.0
37612026-02-16T22:59:02.767Z 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`
37622026-02-16T22:59:02.927Z Compiling globset v0.4.15
37632026-02-16T22:59:02.935Z 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`
37642026-02-16T22:59:02.975Z Compiling vte_generate_state_changes v0.1.2
37652026-02-16T22:59:02.975Z 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`
37662026-02-16T22:59:03.115Z Compiling termtree v0.5.1
37672026-02-16T22:59:03.177Z 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-02-16T22:59:03.250Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37692026-02-16T22:59:03.376Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f6c3f64d0e166a7 -C extra-filename=-c4de183ece159f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-02-16T22:59:03.439Z Compiling fd-lock v4.0.2
37712026-02-16T22:59:03.504Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01f207f5f44beb8e -C extra-filename=-ed3fe41626786fc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-02-16T22:59:03.715Z Compiling linked-hash-map v0.5.6
37732026-02-16T22:59:03.757Z 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`
37742026-02-16T22:59:03.761Z Compiling vte v0.11.1
37752026-02-16T22:59:03.761Z 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-02-16T22:59:04.000Z Compiling hickory-proto v0.24.4
37772026-02-16T22:59:04.047Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=e8d1545928a8a768 -C extra-filename=-9e0bf447e16fe659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-171c4431306085eb.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-02-16T22:59:04.134Z Compiling lru-cache v0.1.2
37792026-02-16T22:59:04.139Z 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-02-16T22:59:04.471Z Compiling nibble_vec v0.1.0
37812026-02-16T22:59:04.474Z 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`
37822026-02-16T22:59:04.521Z Compiling endian-type v0.1.2
37832026-02-16T22:59:04.566Z 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`
37842026-02-16T22:59:04.649Z Compiling derive_more v2.0.1
37852026-02-16T22:59:04.701Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=d5a93362a376bc0b -C extra-filename=-81e350c12ea15abc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-56513a73e97b395a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-02-16T22:59:04.758Z Compiling display-error-chain v0.2.2
37872026-02-16T22:59:04.762Z 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`
37882026-02-16T22:59:04.816Z Compiling crossterm v0.29.0
37892026-02-16T22:59:04.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=c82ed7e5b11deeaf -C extra-filename=-4a3c62c97b5beaa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-81e350c12ea15abc.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-02-16T22:59:04.862Z Compiling nu-ansi-term v0.50.1
37912026-02-16T22:59:04.865Z 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`
37922026-02-16T22:59:04.966Z Compiling radix_trie v0.2.1
37932026-02-16T22:59:05.012Z 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`
37942026-02-16T22:59:05.016Z Compiling pin-project-internal v1.1.6
37952026-02-16T22:59:05.094Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=009e9c1c05291d18 -C extra-filename=-c376430b425ff65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-02-16T22:59:05.374Z Compiling strip-ansi-escapes v0.2.0
37972026-02-16T22:59:05.378Z 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`
37982026-02-16T22:59:05.670Z Compiling reedline v0.40.0
37992026-02-16T22:59:05.673Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=f281698021cf4dec -C extra-filename=-81076bf3f848e0d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ed3fe41626786fc1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d4bb1c7ccf391199.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-c429b87060133146.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4ac1d7462826bad0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002026-02-16T22:59:05.717Z Compiling textwrap v0.16.2
38012026-02-16T22:59:05.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a3c74898c9838b71 -C extra-filename=-3a41fdc669eacdfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-997c13e0f27c0ed3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-3aa2b5a473e3452b.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022026-02-16T22:59:05.782Z Compiling pem v3.0.5
38032026-02-16T22:59:05.786Z 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`
38042026-02-16T22:59:06.558Z Compiling snafu-derive v0.8.5
38052026-02-16T22:59:06.563Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=0e7da760e9a9486b -C extra-filename=-0e07dcc8571476f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-02-16T22:59:06.821Z Compiling csv-core v0.1.11
38072026-02-16T22:59:06.824Z 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`
38082026-02-16T22:59:07.416Z Compiling cfg_aliases v0.1.1
38092026-02-16T22:59:07.420Z 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`
38102026-02-16T22:59:07.584Z Compiling humantime v2.2.0
38112026-02-16T22:59:07.588Z 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`
38122026-02-16T22:59:07.634Z Compiling nix v0.28.0
38132026-02-16T22:59:07.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
38142026-02-16T22:59:07.942Z Compiling pin-project v1.1.6
38152026-02-16T22:59:07.946Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec9af2e7d6ad2610 -C extra-filename=-558c8dd83b84dff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-c376430b425ff65e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-02-16T22:59:08.117Z Compiling csv v1.3.1
38172026-02-16T22:59:08.120Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b38164d0b87bd110 -C extra-filename=-838063cee5c7bef7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-18ebdb12a2c1271b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-02-16T22:59:08.170Z Compiling olpc-cjson v0.1.4
38192026-02-16T22:59:08.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcd376741f00a72d -C extra-filename=-5b18c826a41a0d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-02-16T22:59:08.476Z Compiling serde_plain v1.0.2
38212026-02-16T22:59:08.480Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54a0e5892e83f728 -C extra-filename=-7b24f3b731a1a55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222026-02-16T22:59:08.521Z Compiling siphasher v1.0.1
38232026-02-16T22:59:08.524Z 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`
38242026-02-16T22:59:08.630Z Compiling typed-path v0.9.3
38252026-02-16T22:59:08.679Z 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`
38262026-02-16T22:59:08.908Z Compiling phf_shared v0.12.1
38272026-02-16T22:59:08.911Z 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`
38282026-02-16T22:59:08.961Z Compiling hickory-resolver v0.24.4
38292026-02-16T22:59:08.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=62f10d3192a346d1 -C extra-filename=-5a35215342818094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9e0bf447e16fe659.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-02-16T22:59:09.314Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38312026-02-16T22:59:09.374Z Compiling papergrid v0.11.0
38322026-02-16T22:59:09.377Z 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`
38332026-02-16T22:59:09.443Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38342026-02-16T22:59:09.446Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a79fb08411752a9 -C extra-filename=-3572cb27f8f66195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-02-16T22:59:11.408Z Compiling qorb v0.4.1
38362026-02-16T22:59:11.411Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=0001ad62b8f5e0bb -C extra-filename=-085fd6f52ea50190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-5a35215342818094.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-02-16T22:59:11.744Z Compiling snafu v0.8.5
38382026-02-16T22:59:11.748Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=2c7ea263d997acb8 -C extra-filename=-b0ccaff2b6d5c39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-558c8dd83b84dff9.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0e07dcc8571476f5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-02-16T22:59:11.793Z Compiling tabled_derive v0.7.0
38402026-02-16T22:59:11.796Z 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`
38412026-02-16T22:59:12.176Z Compiling chrono-tz v0.10.4
38422026-02-16T22:59:12.179Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
38432026-02-16T22:59:12.346Z Compiling highway v1.3.0
38442026-02-16T22:59:12.350Z 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`
38452026-02-16T22:59:12.553Z Compiling base64 v0.21.7
38462026-02-16T22:59:12.556Z 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`
38472026-02-16T22:59:12.642Z Compiling semver v0.1.20
38482026-02-16T22:59:12.645Z 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`
38492026-02-16T22:59:12.988Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38502026-02-16T22:59:13.064Z Compiling rustc_version v0.1.7
38512026-02-16T22:59:13.124Z 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-02-16T22:59:13.253Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b460860310c24714 -C extra-filename=-5376c3a1ebbcb4bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38532026-02-16T22:59:13.256Z Compiling phf v0.12.1
38542026-02-16T22:59:13.303Z 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`
38552026-02-16T22:59:13.306Z Compiling const_format_proc_macros v0.2.34
38562026-02-16T22:59:13.347Z 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`
38572026-02-16T22:59:13.574Z Compiling peg-macros v0.8.5
38582026-02-16T22:59:13.578Z 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`
38592026-02-16T22:59:13.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38602026-02-16T22:59:13.626Z 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`
38612026-02-16T22:59:14.202Z Compiling tabled v0.15.0
38622026-02-16T22:59:14.205Z 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`
38632026-02-16T22:59:14.410Z Compiling sqlparser_derive v0.2.2
38642026-02-16T22:59:14.413Z 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=e8257d206bb2f6a4 -C extra-filename=-29c4f4a505a1fbab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-02-16T22:59:14.838Z Compiling unicode_categories v0.1.1
38662026-02-16T22:59:14.842Z 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`
38672026-02-16T22:59:15.255Z Compiling sqlformat v0.3.5
38682026-02-16T22:59:15.260Z 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`
38692026-02-16T22:59:15.402Z Compiling const_format v0.2.34
38702026-02-16T22:59:15.458Z 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`
38712026-02-16T22:59:15.696Z Compiling sqlparser v0.45.0
38722026-02-16T22:59:15.699Z 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=66ee59aa06406d89 -C extra-filename=-8a8fc5855e9bd164 --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-29c4f4a505a1fbab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-02-16T22:59:16.102Z Compiling rustyline v14.0.0
38742026-02-16T22:59:16.105Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=6b0a44193f9f885b -C extra-filename=-c9172f5d3701e141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-ed3fe41626786fc1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5376c3a1ebbcb4bf.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-02-16T22:59:16.142Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-7b27d2d534b176a2/build-script-build`
38762026-02-16T22:59:16.210Z Compiling newtype_derive v0.1.6
38772026-02-16T22:59:16.213Z 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`
38782026-02-16T22:59:16.584Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=fa9a3a9ef1e91b16 -C extra-filename=-b2eb96f28f0124c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-02-16T22:59:16.688Z Compiling bcs v0.1.6
38802026-02-16T22:59:16.691Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8b646be496d6e08 -C extra-filename=-23a35671277130b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-02-16T22:59:17.041Z Compiling peg v0.8.5
38822026-02-16T22:59:17.046Z 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`
38832026-02-16T22:59:17.219Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
38842026-02-16T22:59:17.319Z Compiling utf-8 v0.7.6
38852026-02-16T22:59:17.322Z 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`
38862026-02-16T22:59:17.369Z 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`
38872026-02-16T22:59:17.548Z Compiling steno v0.4.1
38882026-02-16T22:59:17.552Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=165fac7826555832 -C extra-filename=-a16fab7cf1860802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0ea5c03b1627206b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-02-16T22:59:17.628Z Compiling arc-swap v1.7.1
38902026-02-16T22:59:17.631Z 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`
38912026-02-16T22:59:17.696Z Compiling tungstenite v0.21.0
38922026-02-16T22:59:17.699Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=ba13de325dfab6d5 -C extra-filename=-b0e75c336531a474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-02-16T22:59:18.259Z Compiling slog-scope v4.4.0
38942026-02-16T22:59:18.306Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ad11197a78f93cc -C extra-filename=-11c19b4f5c34c777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-aca7a564c430cc69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-02-16T22:59:18.788Z Compiling slog-stdlog v4.1.1
38962026-02-16T22:59:18.792Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=f081f861b8153705 -C extra-filename=-71de6e4b9effd102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-11c19b4f5c34c777.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-02-16T22:59:19.230Z Compiling tokio-tungstenite v0.21.0
38982026-02-16T22:59:19.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=f23c4184c3968b63 -C extra-filename=-105361971c29a71a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b0e75c336531a474.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992026-02-16T22:59:19.680Z Compiling xattr v1.3.1
39002026-02-16T22:59:19.746Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=e6afda8c532c466b -C extra-filename=-36ff6a7e5361ff09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-02-16T22:59:19.788Z Compiling filetime v0.2.26
39022026-02-16T22:59:19.791Z 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`
39032026-02-16T22:59:19.889Z Compiling slog-envlogger v2.2.0
39042026-02-16T22:59:19.892Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=2398a1b2b4b22cd3 -C extra-filename=-e846b58d2700cb43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-11c19b4f5c34c777.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-71de6e4b9effd102.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052026-02-16T22:59:20.014Z Compiling typify-impl v0.2.0
39062026-02-16T22:59:20.017Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30c5c8ec7861a29b -C extra-filename=-ddaa7d6005de31b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-02-16T22:59:20.169Z Compiling tar v0.4.44
39082026-02-16T22:59:20.173Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6f2dd9c94b9a5a32 -C extra-filename=-6a737287b10e2c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-36ff6a7e5361ff09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092026-02-16T22:59:20.216Z Compiling subprocess v0.2.9
39102026-02-16T22:59:20.235Z 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`
39112026-02-16T22:59:20.738Z Compiling headers-core v0.3.0
39122026-02-16T22:59:20.741Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4233dff656b45c1c -C extra-filename=-c7482cf31fd4e607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-02-16T22:59:20.982Z Compiling headers v0.4.1
39142026-02-16T22:59:21.054Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f671e62ee56b6e75 -C extra-filename=-c901b26b160583a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c7482cf31fd4e607.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-02-16T22:59:21.885Z Compiling lzma-sys v0.1.20
39162026-02-16T22:59:21.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/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`
39172026-02-16T22:59:22.272Z Compiling heck v0.3.3
39182026-02-16T22:59:22.277Z 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`
39192026-02-16T22:59:22.695Z Compiling zone_cfg_derive v0.1.2
39202026-02-16T22:59:22.698Z 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`
39212026-02-16T22:59:22.793Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39222026-02-16T22:59:22.796Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b2e8934f8c5b879 -C extra-filename=-87a310b7061c6c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-02-16T22:59:22.841Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-5b18d0890e752614/build-script-build`
39242026-02-16T22:59:22.918Z 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`
39252026-02-16T22:59:23.161Z Compiling yasna v0.5.2
39262026-02-16T22:59:23.165Z 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`
39272026-02-16T22:59:23.242Z Compiling number_prefix v0.4.0
39282026-02-16T22:59:23.245Z 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`
39292026-02-16T22:59:23.542Z Compiling base64 v0.13.1
39302026-02-16T22:59:23.546Z 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`
39312026-02-16T22:59:23.749Z Compiling indicatif v0.17.11
39322026-02-16T22:59:23.753Z 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`
39332026-02-16T22:59:24.099Z Compiling ron v0.7.1
39342026-02-16T22:59:24.164Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=e63e6b85a95a29e5 -C extra-filename=-b585e073d24a7e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e33a127eafee9ce.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-02-16T22:59:24.323Z Compiling zone v0.1.8
39362026-02-16T22:59:24.326Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7345f2d9a5c2e6ae -C extra-filename=-f60413d8a4d8969c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6fa974682e292462.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372026-02-16T22:59:24.684Z Compiling rcgen v0.12.1
39382026-02-16T22:59:24.688Z 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`
39392026-02-16T22:59:25.715Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39402026-02-16T22:59:25.719Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671262ad547a90bd -C extra-filename=-cdb82b18a6a87a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-87a310b7061c6c5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-02-16T22:59:25.800Z Compiling xz2 v0.1.7
39422026-02-16T22:59:25.861Z 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`
39432026-02-16T22:59:26.194Z Compiling dropshot-api-manager-types v0.3.0
39442026-02-16T22:59:26.197Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2d38e0ba7d8869 -C extra-filename=-567df5da3eaa495f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452026-02-16T22:59:26.309Z Compiling moka v0.12.10
39462026-02-16T22:59:26.313Z 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`
39472026-02-16T22:59:26.433Z Compiling tagptr v0.2.0
39482026-02-16T22:59:26.436Z 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`
39492026-02-16T22:59:26.756Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39502026-02-16T22:59:26.808Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39512026-02-16T22:59:26.811Z 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`
39522026-02-16T22:59:26.867Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=c9c65a95e1ba8305 -C extra-filename=-bcd6f628300fa26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-e5bb230662a23a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532026-02-16T22:59:26.917Z Compiling libefi-sys v0.1.0
39542026-02-16T22:59:26.920Z Compiling bitfield-struct v0.6.2
39552026-02-16T22:59:26.920Z 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`
39562026-02-16T22:59:26.963Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97d47ea4d42375dc -C extra-filename=-d3fa528bdfd96f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-02-16T22:59:27.386Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39582026-02-16T22:59:27.519Z 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`
39592026-02-16T22:59:27.758Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
39602026-02-16T22:59:27.805Z Compiling radium v0.7.0
39612026-02-16T22:59:27.846Z 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`
39622026-02-16T22:59:27.926Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39632026-02-16T22:59:27.929Z 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`
39642026-02-16T22:59:28.116Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39652026-02-16T22:59:28.119Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d98fd5421669b69 -C extra-filename=-2b58e19978114f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-85791516602225b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-02-16T22:59:28.450Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39672026-02-16T22:59:28.501Z Compiling hickory-resolver v0.25.2
39682026-02-16T22:59:28.505Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=3a66cd28c79cad10 -C extra-filename=-027944bdf890a5a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-bcd6f628300fa26e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-02-16T22:59:28.542Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39702026-02-16T22:59:28.545Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dfa0321a75f1f85 -C extra-filename=-1c8b259ee9c957aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-d3fa528bdfd96f30.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712026-02-16T22:59:28.589Z Compiling tap v1.0.1
39722026-02-16T22:59:28.632Z 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`
39732026-02-16T22:59:28.637Z Compiling maybe-uninit v2.0.0
39742026-02-16T22:59:28.641Z 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`
39752026-02-16T22:59:28.641Z 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`
39762026-02-16T22:59:28.847Z Compiling wyz v0.5.1
39772026-02-16T22:59:28.851Z 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`
39782026-02-16T22:59:29.215Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39792026-02-16T22:59:29.218Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e952be5adec6fb5 -C extra-filename=-51bd8ba17db94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-1c8b259ee9c957aa.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-02-16T22:59:29.291Z Compiling zerocopy-derive v0.6.6
39812026-02-16T22:59:29.295Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=206c3483c1004d99 -C extra-filename=-5b0d5c5c034bb7cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-02-16T22:59:29.338Z Compiling crc-catalog v2.4.0
39832026-02-16T22:59:29.382Z 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`
39842026-02-16T22:59:29.382Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
39852026-02-16T22:59:29.508Z Compiling packed_struct v0.10.1
39862026-02-16T22:59:29.512Z 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`
39872026-02-16T22:59:29.564Z Compiling funty v2.0.0
39882026-02-16T22:59:29.568Z 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`
39892026-02-16T22:59:30.127Z Compiling crc v3.2.1
39902026-02-16T22:59:30.131Z 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`
39912026-02-16T22:59:30.250Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
39922026-02-16T22:59:30.327Z 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`
39932026-02-16T22:59:30.463Z Compiling packed_struct_codegen v0.10.1
39942026-02-16T22:59:30.466Z 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`
39952026-02-16T22:59:30.900Z Compiling bitvec v1.0.1
39962026-02-16T22:59:30.904Z 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`
39972026-02-16T22:59:31.191Z Compiling typify-macro v0.2.0
39982026-02-16T22:59:31.194Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0290e88653693ac8 -C extra-filename=-f0733444683e8624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ddaa7d6005de31b5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-02-16T22:59:31.248Z Compiling bitfield-macros v0.19.2
40002026-02-16T22:59:31.316Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ad27c1bbe683205 -C extra-filename=-f61ab67a6032eff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-02-16T22:59:31.382Z Compiling zerocopy v0.6.6
40022026-02-16T22:59:31.385Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=5c21f9eb19452ca5 -C extra-filename=-9437aad5e0312fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-5b0d5c5c034bb7cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-02-16T22:59:31.649Z Compiling indexmap v1.9.3
40042026-02-16T22:59:31.652Z 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`
40052026-02-16T22:59:32.139Z Compiling nodrop v0.1.14
40062026-02-16T22:59:32.142Z 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`
40072026-02-16T22:59:32.230Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
40082026-02-16T22:59:32.303Z Compiling smallvec v0.6.14
40092026-02-16T22:59:32.347Z 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`
40102026-02-16T22:59:32.350Z Compiling array-init v0.0.4
40112026-02-16T22:59:32.414Z 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`
40122026-02-16T22:59:32.784Z Compiling hashbrown v0.12.3
40132026-02-16T22:59:32.787Z 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`
40142026-02-16T22:59:32.834Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40152026-02-16T22:59:32.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=01a256a3f7e0046a -C extra-filename=-ee6680d41ed105d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-02-16T22:59:32.960Z Compiling bitfield v0.19.2
40172026-02-16T22:59:32.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e617170a02bfbab1 -C extra-filename=-bd760947fbb59a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-f61ab67a6032eff5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-02-16T22:59:33.195Z Compiling ron v0.8.1
40192026-02-16T22:59:33.199Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=6513eb3238a62d93 -C extra-filename=-530a017e09487a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-02-16T22:59:33.241Z Compiling hashbrown v0.13.2
40212026-02-16T22:59:33.245Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=20f6d14c2670b86b -C extra-filename=-af60e98674f42cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222026-02-16T22:59:33.333Z Compiling serde-hex v0.1.0
40232026-02-16T22:59:33.336Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f26ce280938f438 -C extra-filename=-f0e95fd8d2a95297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-be8d4840c8760702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ea83feec3a1d4b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-02-16T22:59:33.485Z Compiling crc-any v2.5.0
40252026-02-16T22:59:33.488Z 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`
40262026-02-16T22:59:33.916Z 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`
40272026-02-16T22:59:34.038Z Compiling xshell-macros v0.2.7
40282026-02-16T22:59:34.041Z 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`
40292026-02-16T22:59:34.344Z Compiling path-slash v0.1.5
40302026-02-16T22:59:34.347Z 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`
40312026-02-16T22:59:34.461Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=aa394d3327e092d4 -C extra-filename=-46a08f90ab0b3c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-e6939c5a88ba2374.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b550990bd8ff6ff5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-02-16T22:59:34.607Z Compiling half v1.8.3
40332026-02-16T22:59:34.610Z 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`
40342026-02-16T22:59:34.752Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40352026-02-16T22:59:34.755Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc4cc97ca0bc4423 -C extra-filename=-00680467ea0f2a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-530a017e09487a2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ee6680d41ed105d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-02-16T22:59:34.932Z Compiling xshell v0.2.7
40372026-02-16T22:59:35.000Z 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`
40382026-02-16T22:59:35.284Z Compiling object v0.30.4
40392026-02-16T22:59:35.288Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=3267db04579a919c -C extra-filename=-2a79d1e0e76312dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-af60e98674f42cc1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d8b29b81dce012b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-02-16T22:59:35.481Z Compiling serde_cbor v0.11.2
40412026-02-16T22:59:35.484Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=e40b7e270d6cbae7 -C extra-filename=-892e4d8dc6f71793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-43d9803fb1a42f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-02-16T22:59:35.531Z Compiling proc-macro-error-attr2 v2.0.0
40432026-02-16T22:59:35.531Z 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`
40442026-02-16T22:59:35.662Z Compiling typify v0.2.0
40452026-02-16T22:59:35.705Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=f38ca61f10468b99 -C extra-filename=-0824cfc453d341d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-ddaa7d6005de31b5.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-f0733444683e8624.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-02-16T22:59:35.906Z Compiling progenitor-impl v0.8.0
40472026-02-16T22:59:35.909Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc03145f3e4b7344 -C extra-filename=-1b13e008c6f74885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0824cfc453d341d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-02-16T22:59:36.187Z Compiling num-derive v0.3.3
40492026-02-16T22:59:36.190Z 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`
40502026-02-16T22:59:36.499Z Compiling proc-macro-error2 v2.0.1
40512026-02-16T22:59:36.503Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=83d035ccb953ab16 -C extra-filename=-afa9d8919c105671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-c6c77d2ad762da72.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-02-16T22:59:36.825Z 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`
40532026-02-16T22:59:37.136Z Compiling maplit v1.0.2
40542026-02-16T22:59:37.139Z 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`
40552026-02-16T22:59:37.181Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40562026-02-16T22:59:37.185Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=262226ea9e94ab0b -C extra-filename=-fbb3802d90c287fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-02-16T22:59:37.323Z Compiling fxhash v0.2.1
40582026-02-16T22:59:37.326Z 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`
40592026-02-16T22:59:37.595Z Compiling tabled_derive v0.11.0
40602026-02-16T22:59:37.598Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4da10def5907c330 -C extra-filename=-66e5bdf55cd77a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-afa9d8919c105671.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-02-16T22:59:37.723Z Compiling papergrid v0.17.0
40622026-02-16T22:59:37.723Z 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`
40632026-02-16T22:59:37.767Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40642026-02-16T22:59:37.770Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f029a938e97fa0a -C extra-filename=-c7a84a0dc70f0431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-bd760947fbb59a80.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-46a08f90ab0b3c69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-02-16T22:59:38.173Z Compiling testing_table v0.3.0
40662026-02-16T22:59:38.176Z 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`
40672026-02-16T22:59:38.521Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40682026-02-16T22:59:38.524Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=c44a80ef0e29196d -C extra-filename=-9b1e090e10b87cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-02-16T22:59:38.568Z Compiling libscf-sys v1.1.0
40702026-02-16T22:59:38.571Z 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`
40712026-02-16T22:59:38.854Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40722026-02-16T22:59:38.857Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c136b897c70d6ff -C extra-filename=-c6a096c4a50ffc09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-bd8dd9d5f2e734b5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-02-16T22:59:39.672Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40742026-02-16T22:59:39.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/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`
40752026-02-16T22:59:40.185Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
40762026-02-16T22:59:40.306Z Compiling crc8 v0.1.1
40772026-02-16T22:59:40.309Z 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-02-16T22:59:40.547Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
40792026-02-16T22:59:40.551Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7d14ac54a08da57d -C extra-filename=-2d0c4951bdb35768 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-9b1e090e10b87cea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-02-16T22:59:40.601Z Compiling tabled v0.20.0
40812026-02-16T22:59:40.605Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=75f078ea814cec8e -C extra-filename=-b0a728840e7c847e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-d0a6d5674adb6166.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-66e5bdf55cd77a05.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-ec9706cf3e972bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-02-16T22:59:40.796Z Compiling unicase v2.8.1
40832026-02-16T22:59:40.799Z 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`
40842026-02-16T22:59:41.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40852026-02-16T22:59:41.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/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`
40862026-02-16T22:59:41.721Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
40872026-02-16T22:59:41.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3393991d2c289581 -C extra-filename=-fac091bac27f8609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
40882026-02-16T22:59:41.837Z Compiling diff v0.1.13
40892026-02-16T22:59:41.840Z 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`
40902026-02-16T22:59:42.207Z Compiling parking_lot_core v0.8.6
40912026-02-16T22:59:42.210Z 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`
40922026-02-16T22:59:42.427Z Compiling dsl_auto_type v0.1.2
40932026-02-16T22:59:42.431Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2093c520fa6d72c0 -C extra-filename=-fd6481af548d9521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-13fd113cb7d4e44c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942026-02-16T22:59:42.561Z Compiling progenitor-macro v0.8.0
40952026-02-16T22:59:42.577Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c80200d26c49d0c8 -C extra-filename=-3b7a702732986b11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1b13e008c6f74885.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3335f0fd2f76fccd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-02-16T22:59:42.833Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
40972026-02-16T22:59:42.858Z Compiling kstat-rs v0.2.4
40982026-02-16T22:59:42.861Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a157a395048bec5c -C extra-filename=-9c9fd4f14932d9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-02-16T22:59:43.029Z Compiling vergen-gitcl v1.0.8
41002026-02-16T22:59:43.032Z 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`
41012026-02-16T22:59:43.467Z Compiling diesel_table_macro_syntax v0.2.0
41022026-02-16T22:59:43.471Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0596f20629d0c24 -C extra-filename=-09472575cad632ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-02-16T22:59:43.513Z Compiling scheduled-thread-pool v0.2.7
41042026-02-16T22:59:43.516Z 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`
41052026-02-16T22:59:43.839Z Compiling r2d2 v0.8.10
41062026-02-16T22:59:43.843Z 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`
41072026-02-16T22:59:43.925Z Compiling diesel_derives v2.2.3
41082026-02-16T22:59:43.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=6c0e78d4da6b4597 -C extra-filename=-93da2c68c581586b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-09472575cad632ea.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-fd6481af548d9521.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-02-16T22:59:44.131Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
41102026-02-16T22:59:44.200Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=77cee5e49a9aff82 -C extra-filename=-0a8497f91cadc05b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-b0a728840e7c847e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-2d0c4951bdb35768.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-9b1e090e10b87cea.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41112026-02-16T22:59:44.284Z 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`
41122026-02-16T22:59:44.327Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=60f2a045ee07f181 -C extra-filename=-8ad9af5bb7e87e04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-18f1cf9a5f88f30f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
41132026-02-16T22:59:44.901Z Compiling parking_lot v0.11.2
41142026-02-16T22:59:44.944Z 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`
41152026-02-16T22:59:45.694Z Compiling prefix-trie v0.7.0
41162026-02-16T22:59:45.698Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=c5e72f52a04ed234 -C extra-filename=-4ac3b0fba17df8be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-02-16T22:59:45.777Z Compiling nanorand v0.7.0
41182026-02-16T22:59:45.780Z 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`
41192026-02-16T22:59:46.390Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
41202026-02-16T22:59:46.393Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=47f5c5f51aac0ebc -C extra-filename=-2e3609058630d2d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-dbf15e3030114d5a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c7a84a0dc70f0431.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-46a08f90ab0b3c69.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-f0e95fd8d2a95297.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-02-16T22:59:46.529Z Compiling dirs-sys-next v0.1.2
41222026-02-16T22:59:46.533Z 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`
41232026-02-16T22:59:46.578Z Compiling crunchy v0.2.2
41242026-02-16T22:59:46.583Z 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`
41252026-02-16T22:59:46.890Z Compiling dirs-next v2.0.0
41262026-02-16T22:59:46.893Z 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`
41272026-02-16T22:59:47.119Z Compiling hickory-server v0.25.2
41282026-02-16T22:59:47.122Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=ac991d0fc0fef942 -C extra-filename=-222f1d3cf1381884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-171c4431306085eb.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-4ac3b0fba17df8be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292026-02-16T22:59:47.162Z Compiling flume v0.11.1
41302026-02-16T22:59:47.163Z 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`
41312026-02-16T22:59:47.246Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
41322026-02-16T22:59:47.273Z Compiling sled v0.34.7
41332026-02-16T22:59:47.276Z 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`
41342026-02-16T22:59:47.815Z Compiling hickory-client v0.25.2
41352026-02-16T22:59:47.890Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=17a74883a851744e -C extra-filename=-dbf3c26303ac12fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-02-16T22:59:48.481Z Compiling tiny-keccak v2.0.2
41372026-02-16T22:59:48.484Z 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`
41382026-02-16T22:59:48.954Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
41392026-02-16T22:59:49.076Z 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`
41402026-02-16T22:59:49.191Z Compiling term v0.7.0
41412026-02-16T22:59:49.194Z 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`
41422026-02-16T22:59:49.298Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41432026-02-16T22:59:49.301Z 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=6f6a8c5d50dcb9d9 -C extra-filename=-c5935b59dde4f1af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c7a84a0dc70f0431.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-2e3609058630d2d1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2a79d1e0e76312dc.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ee6680d41ed105d7.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-00680467ea0f2a74.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-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`
41442026-02-16T22:59:50.495Z Compiling bit-vec v0.6.3
41452026-02-16T22:59:50.499Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=92b50ef3c7f4ed6e -C extra-filename=-76c8b5f247c34eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-02-16T22:59:50.986Z Compiling salty v0.3.0
41472026-02-16T22:59:50.990Z 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`
41482026-02-16T22:59:51.538Z Compiling bit-set v0.5.3
41492026-02-16T22:59:51.542Z 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`
41502026-02-16T22:59:51.585Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
41512026-02-16T22:59:51.649Z Compiling ascii-canvas v3.0.0
41522026-02-16T22:59:51.652Z 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`
41532026-02-16T22:59:51.929Z 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`
41542026-02-16T22:59:52.205Z Compiling primeorder v0.13.6
41552026-02-16T22:59:52.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=df8f68e36af84ca3 -C extra-filename=-55536784a5509cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-02-16T22:59:52.791Z Compiling ena v0.14.3
41572026-02-16T22:59:52.794Z 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`
41582026-02-16T22:59:52.837Z Compiling bindgen v0.71.1
41592026-02-16T22:59:52.840Z 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`
41602026-02-16T22:59:52.882Z Compiling regex-syntax v0.6.29
41612026-02-16T22:59:52.885Z 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`
41622026-02-16T22:59:53.240Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=1a4598de69b80852 -C extra-filename=-3d81302466d39d0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41632026-02-16T22:59:53.927Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
41642026-02-16T22:59:53.999Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41652026-02-16T22:59:54.003Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce0a6633fb5dd951 -C extra-filename=-db0458943f458992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662026-02-16T22:59:54.237Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=ec300d0d5bb6d33b -C extra-filename=-c651a0029cd6b4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-02-16T22:59:55.279Z Compiling diesel v2.2.12
41682026-02-16T22:59:55.282Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=86fdb1c3894b59a7 -C extra-filename=-cb6fed0666e78053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-93da2c68c581586b.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-b836e920b9d7afd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
41692026-02-16T22:59:56.177Z Compiling libxml v0.3.3
41702026-02-16T22:59:56.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/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`
41712026-02-16T22:59:56.733Z Compiling lalrpop v0.19.12
41722026-02-16T22:59:56.737Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=dfb8e0c47789a754 -C extra-filename=-8bac3d11e8bee880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-b353d0e13233dd6b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-8a3b3655da3c7c70.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-9f945f6037cdafb3.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-17cb8d0f2ee754a5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0ea5c03b1627206b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9b90d9f4887f139f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-1e56a66f09b86a92.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732026-02-16T22:59:56.787Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
41742026-02-16T22:59:56.865Z Compiling p384 v0.13.1
41752026-02-16T22:59:56.869Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=0a2e1ac8ed140664 -C extra-filename=-dd5618436a68c7e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-55536784a5509cd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-02-16T22:59:58.120Z Compiling strum_macros v0.24.3
41772026-02-16T22:59:58.123Z 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`
41782026-02-16T22:59:58.167Z Compiling indoc v1.0.9
41792026-02-16T22:59:58.170Z 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`
41802026-02-16T22:59:58.764Z 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`
41812026-02-16T22:59:59.222Z Compiling oso-derive v0.27.3
41822026-02-16T22:59:59.226Z 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`
41832026-02-16T23:00:00.546Z Compiling impl-trait-for-tuples v0.2.2
41842026-02-16T23:00:00.549Z 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`
41852026-02-16T23:00:01.236Z Compiling quick-xml v0.37.2
41862026-02-16T23:00:01.239Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=f5f87a7a20ccd7e6 -C extra-filename=-fe8ca084cd2bf804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-02-16T23:00:01.527Z Compiling fs-err v2.11.0
41882026-02-16T23:00:01.531Z 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`
41892026-02-16T23:00:02.036Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
41902026-02-16T23:00:02.265Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
41912026-02-16T23:00:02.325Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=885a4f11907b261c -C extra-filename=-e9f32fbf68d7ef36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c6a096c4a50ffc09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-02-16T23:00:04.532Z Compiling predicates-tree v1.0.12
41932026-02-16T23:00:04.535Z 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`
41942026-02-16T23:00:05.048Z Compiling trait-variant v0.1.2
41952026-02-16T23:00:05.051Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b931b6707f74890b -C extra-filename=-472d9a0e51632895 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-02-16T23:00:06.427Z Compiling assert_matches v1.5.0
41972026-02-16T23:00:06.430Z 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`
41982026-02-16T23:00:06.610Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41992026-02-16T23:00:06.613Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/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`
42002026-02-16T23:00:07.088Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
42012026-02-16T23:00:07.162Z 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)'`
42022026-02-16T23:00:07.312Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
42032026-02-16T23:00:07.315Z 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=30aad24d535234a9 -C extra-filename=-d624b082b447d45a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-c7a84a0dc70f0431.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-2e3609058630d2d1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2a79d1e0e76312dc.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-ee6680d41ed105d7.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-00680467ea0f2a74.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-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`
42042026-02-16T23:00:07.642Z Compiling diesel-dtrace v0.4.2
42052026-02-16T23:00:07.645Z 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`
42062026-02-16T23:00:07.770Z Compiling parse-size v1.1.0
42072026-02-16T23:00:07.773Z 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`
42082026-02-16T23:00:08.086Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d29a0db9a9566284 -C extra-filename=-86d4063094a12ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42092026-02-16T23:00:08.135Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
42102026-02-16T23:00:08.260Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42112026-02-16T23:00:08.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=0d82e22c19aa9c3a -C extra-filename=-cbf42121684a23d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3d81302466d39d0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-02-16T23:00:08.499Z Compiling mime_guess v2.0.5
42132026-02-16T23:00:08.545Z 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`
42142026-02-16T23:00:08.865Z Compiling bb8 v0.8.5
42152026-02-16T23:00:08.868Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=0e0ebd786d2f7d6c -C extra-filename=-acf2b0bbc7663f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-02-16T23:00:09.431Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
42172026-02-16T23:00:09.435Z 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/8ba93f6/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=64a1c46fd83983dc -C extra-filename=-deeff224bbdf5ec5 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-deeff224bbdf5ec5 -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`
42182026-02-16T23:00:09.506Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42192026-02-16T23:00:09.509Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=46ed519004353f90 -C extra-filename=-b78191d88019dd99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-02-16T23:00:09.765Z Compiling http-range v0.1.5
42212026-02-16T23:00:09.815Z 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`
42222026-02-16T23:00:09.949Z Compiling corncobs v0.1.4
42232026-02-16T23:00:09.952Z 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`
42242026-02-16T23:00:10.236Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-deeff224bbdf5ec5/build-script-build`
42252026-02-16T23:00:10.252Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42262026-02-16T23:00:10.263Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=8b7b57f915c2e54f -C extra-filename=-c4c6a2f9f0bdfce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-5fbe3b841b3658e5.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-b78191d88019dd99.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d33bafe36fafd045.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-02-16T23:00:10.320Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
42282026-02-16T23:00:10.362Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42292026-02-16T23:00:10.365Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=b9063da3f2fe34d5 -C extra-filename=-bebe2a6c169fa1f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-cbf42121684a23d9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-86d4063094a12ae3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42302026-02-16T23:00:10.426Z Compiling ignore v0.4.23
42312026-02-16T23:00:10.478Z 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`
42322026-02-16T23:00:10.873Z Compiling signal-hook-tokio v0.3.1
42332026-02-16T23:00:10.911Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=63eb66521dec4e4e -C extra-filename=-d9f77773095d1fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-02-16T23:00:11.156Z Compiling secrecy v0.8.0
42352026-02-16T23:00:11.159Z Compiling atty v0.2.14
42362026-02-16T23:00:11.159Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=e0ef24b7466267de -C extra-filename=-9944887eb09a09da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372026-02-16T23:00:11.202Z 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`
42382026-02-16T23:00:11.426Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42392026-02-16T23:00:11.428Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5eeceb37e99fe85 -C extra-filename=-28b76970828cd9ef --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-02-16T23:00:11.497Z 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`
42412026-02-16T23:00:11.930Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef/build-script-build`
42422026-02-16T23:00:12.005Z Compiling globwalk v0.9.1
42432026-02-16T23:00:12.008Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8763e50355538eb -C extra-filename=-1307ab3496ba9809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5e1c5c79ae8b2e17.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-02-16T23:00:12.528Z Compiling nonempty v0.12.0
42452026-02-16T23:00:12.531Z 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`
42462026-02-16T23:00:12.583Z Compiling camino-tempfile-ext v0.3.2
42472026-02-16T23:00:12.628Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=be4547c15904528e -C extra-filename=-1b93fa9d5486cd17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1307ab3496ba9809.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-02-16T23:00:12.631Z Compiling hyper-staticfile v0.10.1
42492026-02-16T23:00:12.631Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcad3e9c34bacbc9 -C extra-filename=-18ed1948276c6267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-374c07d1fc5a9d37.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-02-16T23:00:12.912Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d0e3b7548510619 -C extra-filename=-06e126114c10eb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42512026-02-16T23:00:13.203Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
42522026-02-16T23:00:13.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/88c6684/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=b7ec8e9d5e9fbdc0 -C extra-filename=-74989801550df36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3d81302466d39d0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-02-16T23:00:13.353Z Compiling tungstenite v0.23.0
42542026-02-16T23:00:13.357Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=abfdd533b849b0f6 -C extra-filename=-7359000e00609109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-02-16T23:00:13.535Z Compiling void v1.0.2
42562026-02-16T23:00:13.538Z 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`
42572026-02-16T23:00:13.669Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42582026-02-16T23:00:13.672Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=31354caabb687536 -C extra-filename=-0e42c5379c6568c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9437aad5e0312fab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-02-16T23:00:13.773Z Compiling lzss v0.8.2
42602026-02-16T23:00:13.776Z 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`
42612026-02-16T23:00:14.074Z Compiling nix v0.27.1
42622026-02-16T23:00:14.077Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6988f6461e74edeb -C extra-filename=-b2b69863b2c2517a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-02-16T23:00:14.226Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
42642026-02-16T23:00:14.229Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/88c6684/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=d5a930eb0b716d09 -C extra-filename=-fb5836d44357ffa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-74989801550df36b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-06e126114c10eb07.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42652026-02-16T23:00:14.392Z Compiling serde_bytes v0.11.19
42662026-02-16T23:00:14.457Z 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`
42672026-02-16T23:00:14.915Z Compiling tokio-tungstenite v0.23.1
42682026-02-16T23:00:14.918Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=36cbd9bae66729de -C extra-filename=-8407c2a602f4c9fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-7359000e00609109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-02-16T23:00:15.460Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
42702026-02-16T23:00:15.518Z 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=7caa7e59f298c0d1 -C extra-filename=-976e225035409be9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-47e5e0522bae0135.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b2b69863b2c2517a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-d33bafe36fafd045.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-72d39d8d2f664748.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0e42c5379c6568c3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-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`
42712026-02-16T23:00:15.557Z Compiling rand_seeder v0.4.0
42722026-02-16T23:00:15.620Z 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`
42732026-02-16T23:00:15.903Z Compiling is_ci v1.2.0
42742026-02-16T23:00:15.906Z 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`
42752026-02-16T23:00:15.966Z Compiling yansi v1.0.1
42762026-02-16T23:00:15.969Z 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`
42772026-02-16T23:00:16.208Z Compiling typeid v1.0.3
42782026-02-16T23:00:16.212Z 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`
42792026-02-16T23:00:16.565Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42802026-02-16T23:00:16.568Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eec6cd776357d2b1 -C extra-filename=-c2b6f22af536197c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-02-16T23:00:16.814Z Compiling pretty_assertions v1.4.1
42822026-02-16T23:00:16.814Z 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`
42832026-02-16T23:00:16.854Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
42842026-02-16T23:00:16.979Z 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)'`
42852026-02-16T23:00:17.225Z Compiling tabled_derive v0.10.0
42862026-02-16T23:00:17.228Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf384d63f77cebf6 -C extra-filename=-25a3fcf29c08b687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-afa9d8919c105671.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-02-16T23:00:17.329Z Compiling papergrid v0.14.0
42882026-02-16T23:00:17.332Z 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`
42892026-02-16T23:00:18.348Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42902026-02-16T23:00:18.353Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=cccbc17c2fd8f65c -C extra-filename=-749b92214b179dc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-02-16T23:00:20.198Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42922026-02-16T23:00:20.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/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`
42932026-02-16T23:00:20.669Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
42942026-02-16T23:00:20.688Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=771f68b98902e54d -C extra-filename=-fc08cf8424c9c476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-749b92214b179dc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-02-16T23:00:20.710Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
42962026-02-16T23:00:20.826Z Compiling tabled v0.18.0
42972026-02-16T23:00:20.829Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=686f84beb53cd7e0 -C extra-filename=-4bad325f194e1f50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-c3e52a30c2ddbcd4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-25a3fcf29c08b687.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-02-16T23:00:21.042Z Compiling erased-serde v0.4.6
42992026-02-16T23:00:21.045Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=cf7b52e5d8c2587e -C extra-filename=-e59762803c0defde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-02-16T23:00:22.322Z Compiling castaway v0.2.3
43012026-02-16T23:00:22.325Z 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`
43022026-02-16T23:00:22.590Z Compiling ordered-float v2.10.1
43032026-02-16T23:00:22.593Z 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`
43042026-02-16T23:00:23.278Z Compiling indoc v2.0.6
43052026-02-16T23:00:23.281Z 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`
43062026-02-16T23:00:24.037Z Compiling serde-value v0.7.0
43072026-02-16T23:00:24.041Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fa5635380ca2235 -C extra-filename=-3e2412130ce9f024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-f127ac81b0d7a029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-02-16T23:00:24.334Z Compiling compact_str v0.8.0
43092026-02-16T23:00:24.338Z 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`
43102026-02-16T23:00:24.523Z Compiling serde-untagged v0.1.7
43112026-02-16T23:00:24.526Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=faa25f2f13eed147 -C extra-filename=-321052aface418a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-e59762803c0defde.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-02-16T23:00:24.862Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=b53a657e16736c16 -C extra-filename=-069a1e206b58c36c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4bad325f194e1f50.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-fc08cf8424c9c476.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-749b92214b179dc2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43132026-02-16T23:00:25.103Z Compiling unicode-truncate v1.1.0
43142026-02-16T23:00:25.106Z 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`
43152026-02-16T23:00:25.429Z Compiling lru v0.12.5
43162026-02-16T23:00:25.432Z 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`
43172026-02-16T23:00:25.719Z Compiling instability v0.3.2
43182026-02-16T23:00:25.722Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=772aa685fe7f6bdb -C extra-filename=-a308a7981ccdacb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-02-16T23:00:25.821Z Compiling cassowary v0.3.0
43202026-02-16T23:00:25.824Z 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`
43212026-02-16T23:00:26.933Z Compiling cargo-util-schemas v0.8.2
43222026-02-16T23:00:26.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=5b3369258eb2359c -C extra-filename=-bd7e7ba7055f39f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-321052aface418a9.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-3e2412130ce9f024.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-02-16T23:00:26.980Z Compiling ratatui v0.29.0
43242026-02-16T23:00:27.025Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=4912c5e28afd354f -C extra-filename=-a032cef27cf8de49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-7ab2166777ec0c14.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-216cbe61b944a0a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-a308a7981ccdacb9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-e7e8a7c7bb9f4ca8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2ff59afd3380950f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252026-02-16T23:00:27.237Z Compiling console v0.16.0
43262026-02-16T23:00:27.240Z 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`
43272026-02-16T23:00:27.536Z Compiling cargo-platform v0.2.0
43282026-02-16T23:00:27.600Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8eaf6c9cab188406 -C extra-filename=-befdefd9304fdce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-02-16T23:00:28.170Z Compiling unit-prefix v0.5.1
43302026-02-16T23:00:28.173Z 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`
43312026-02-16T23:00:28.488Z Compiling indicatif v0.18.0
43322026-02-16T23:00:28.491Z 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`
43332026-02-16T23:00:28.593Z Compiling supports-color v3.0.2
43342026-02-16T23:00:28.666Z 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`
43352026-02-16T23:00:28.955Z Compiling concurrent-queue v2.5.0
43362026-02-16T23:00:28.959Z 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`
43372026-02-16T23:00:29.420Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d36943682bc75eb -C extra-filename=-6bb6224ddadfe465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43382026-02-16T23:00:29.982Z Compiling async-bb8-diesel v0.2.1
43392026-02-16T23:00:29.986Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=56558dd6435a0337 -C extra-filename=-42cf0d5c083d7881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-acf2b0bbc7663f73.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43402026-02-16T23:00:30.057Z Compiling cargo_metadata v0.21.0
43412026-02-16T23:00:30.060Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=803dc3a5ba904214 -C extra-filename=-84bb7bf787c4e466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-befdefd9304fdce5.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-bd7e7ba7055f39f5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-02-16T23:00:30.421Z Compiling parking v2.2.1
43432026-02-16T23:00:30.424Z 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`
43442026-02-16T23:00:30.824Z Compiling libz-sys v1.1.20
43452026-02-16T23:00:30.867Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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`
43462026-02-16T23:00:30.870Z Compiling event-listener v5.3.1
43472026-02-16T23:00:30.870Z 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`
43482026-02-16T23:00:31.176Z Compiling libgit2-sys v0.18.2+1.9.1
43492026-02-16T23:00:31.180Z 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`
43502026-02-16T23:00:31.467Z Compiling shell-words v1.1.0
43512026-02-16T23:00:31.470Z 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`
43522026-02-16T23:00:31.706Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf39d4d60c5d9c75/build-script-build`
43532026-02-16T23:00:31.808Z Compiling hex-literal v0.4.1
43542026-02-16T23:00:31.811Z 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`
43552026-02-16T23:00:31.904Z 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`
43562026-02-16T23:00:32.023Z Compiling event-listener-strategy v0.5.2
43572026-02-16T23:00:32.026Z 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`
43582026-02-16T23:00:32.080Z Compiling petname v2.0.2
43592026-02-16T23:00:32.083Z 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`
43602026-02-16T23:00:32.235Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-542a07f8b11952af/build-script-build`
43612026-02-16T23:00:32.332Z Compiling futures-lite v2.3.0
43622026-02-16T23:00:32.335Z 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`
43632026-02-16T23:00:33.277Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-70fb2662767f429b/build-script-build`
43642026-02-16T23:00:33.404Z Compiling vergen-git2 v1.0.7
43652026-02-16T23:00:33.407Z 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`
43662026-02-16T23:00:33.574Z Compiling sapling-renderdag v0.1.0
43672026-02-16T23:00:33.578Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=4cda5f8d06184519 -C extra-filename=-e4c04f53b101375e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-02-16T23:00:33.633Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=15b7101b2407561a -C extra-filename=-bda9d7b3463089bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-02-16T23:00:33.872Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
43702026-02-16T23:00:33.943Z Compiling rtoolbox v0.0.2
43712026-02-16T23:00:33.955Z 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`
43722026-02-16T23:00:34.011Z Compiling rustls v0.21.12
43732026-02-16T23:00:34.027Z 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`
43742026-02-16T23:00:34.294Z Compiling sync-ptr v0.1.4
43752026-02-16T23:00:34.297Z 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`
43762026-02-16T23:00:34.363Z Compiling rpassword v7.4.0
43772026-02-16T23:00:34.366Z 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`
43782026-02-16T23:00:34.454Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
43792026-02-16T23:00:34.523Z Compiling async-lock v3.4.0
43802026-02-16T23:00:34.527Z 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`
43812026-02-16T23:00:34.570Z Compiling tui-tree-widget v0.23.1
43822026-02-16T23:00:34.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaf03a52589fcef6 -C extra-filename=-836bfab03d98ee71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-02-16T23:00:34.681Z Compiling sct v0.7.1
43842026-02-16T23:00:34.684Z 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`
43852026-02-16T23:00:34.979Z Compiling rustls-webpki v0.101.7
43862026-02-16T23:00:34.982Z 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`
43872026-02-16T23:00:35.058Z Compiling polling v3.7.3
43882026-02-16T23:00:35.061Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42252405d4bf6123 -C extra-filename=-fccef564772adfce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892026-02-16T23:00:35.757Z Compiling async-io v2.3.4
43902026-02-16T23:00:35.760Z Compiling polyval v0.6.2
43912026-02-16T23:00:35.803Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e01513599aae250d -C extra-filename=-9947249917473251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-fccef564772adfce.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922026-02-16T23:00:35.803Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=572e6ed270ebb41a -C extra-filename=-906df03ac5fb7add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d08d56fcf854aefa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-02-16T23:00:35.876Z 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`
43942026-02-16T23:00:36.263Z Compiling target-lexicon v0.13.2
43952026-02-16T23:00:36.267Z 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`
43962026-02-16T23:00:36.670Z Compiling async-task v4.7.1
43972026-02-16T23:00:36.674Z 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`
43982026-02-16T23:00:37.204Z Compiling ghash v0.5.1
43992026-02-16T23:00:37.225Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3f38e1b545388a13 -C extra-filename=-67c6e6140791cffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-906df03ac5fb7add.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-02-16T23:00:37.385Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
44012026-02-16T23:00:37.470Z Compiling async-channel v2.3.1
44022026-02-16T23:00:37.473Z 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`
44032026-02-16T23:00:37.519Z Compiling rustls-pemfile v1.0.4
44042026-02-16T23:00:37.522Z 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`
44052026-02-16T23:00:37.737Z Compiling twox-hash v2.1.0
44062026-02-16T23:00:37.740Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=5e9167e179c1f900 -C extra-filename=-15e324ea2161d371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072026-02-16T23:00:37.861Z Compiling piper v0.2.4
44082026-02-16T23:00:37.864Z 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`
44092026-02-16T23:00:37.983Z Compiling ctr v0.9.2
44102026-02-16T23:00:37.986Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=d23ca4c727b3086f -C extra-filename=-4d64d25d14b919c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-02-16T23:00:38.316Z Compiling guppy-workspace-hack v0.1.0
44122026-02-16T23:00:38.319Z 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`
44132026-02-16T23:00:38.430Z Compiling plotters-backend v0.3.7
44142026-02-16T23:00:38.434Z 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`
44152026-02-16T23:00:38.508Z Compiling aes-gcm v0.10.3
44162026-02-16T23:00:38.511Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=2c656d96e8aef9b8 -C extra-filename=-14054e13aba39bfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-728ba8e2f14f5afb.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b43b0f232a6e7695.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-67c6e6140791cffc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-02-16T23:00:38.751Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
44182026-02-16T23:00:38.810Z Compiling blocking v1.6.1
44192026-02-16T23:00:38.814Z 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`
44202026-02-16T23:00:38.871Z Compiling plotters-svg v0.3.7
44212026-02-16T23:00:38.916Z 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`
44222026-02-16T23:00:38.988Z 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"'`
44232026-02-16T23:00:39.341Z Compiling async-executor v1.13.1
44242026-02-16T23:00:39.345Z 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`
44252026-02-16T23:00:39.396Z Compiling async-signal v0.2.10
44262026-02-16T23:00:39.400Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8510579d99afa1e8 -C extra-filename=-5c0d753f22ffa5c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9947249917473251.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-02-16T23:00:39.686Z Compiling tokio-rustls v0.24.1
44282026-02-16T23:00:39.689Z 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=8f981cd5cfd28e08 -C extra-filename=-bc5e9f755d8bd288 --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-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
44292026-02-16T23:00:39.886Z Compiling fatfs v0.3.6
44302026-02-16T23:00:39.889Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=19c925ac1d09d752 -C extra-filename=-798d48f9b368db03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44312026-02-16T23:00:40.083Z Compiling ssh-encoding v0.2.0
44322026-02-16T23:00:40.086Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=b0b8f30d9fdd05b9 -C extra-filename=-91a113f9622444fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332026-02-16T23:00:40.176Z Compiling blowfish v0.9.1
44342026-02-16T23:00:40.180Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=a1895fc716b54c32 -C extra-filename=-3ac058f09460e845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-02-16T23:00:40.652Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44362026-02-16T23:00:40.655Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=15d72cbb19a4764c -C extra-filename=-4c7bd181e4351380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44372026-02-16T23:00:40.701Z Compiling arrayref v0.3.9
44382026-02-16T23:00:40.704Z 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`
44392026-02-16T23:00:40.875Z Compiling target-spec v3.5.0
44402026-02-16T23:00:40.878Z 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`
44412026-02-16T23:00:41.522Z Compiling constant_time_eq v0.3.1
44422026-02-16T23:00:41.525Z 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`
44432026-02-16T23:00:41.569Z Compiling arrayvec v0.7.6
44442026-02-16T23:00:41.616Z 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`
44452026-02-16T23:00:41.788Z Compiling cast v0.3.0
44462026-02-16T23:00:41.791Z 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`
44472026-02-16T23:00:42.052Z Compiling futures-timer v3.0.3
44482026-02-16T23:00:42.055Z 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`
44492026-02-16T23:00:42.172Z Compiling event-listener v2.5.3
44502026-02-16T23:00:42.194Z 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`
44512026-02-16T23:00:42.642Z Compiling seq-macro v0.3.6
44522026-02-16T23:00:42.645Z 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`
44532026-02-16T23:00:42.808Z Compiling async-channel v1.9.0
44542026-02-16T23:00:42.811Z 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`
44552026-02-16T23:00:43.136Z Compiling criterion-plot v0.6.0
44562026-02-16T23:00:43.140Z 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`
44572026-02-16T23:00:43.203Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
44582026-02-16T23:00:43.273Z Compiling ssh-cipher v0.2.0
44592026-02-16T23:00:43.277Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=1491541b82c83c6f -C extra-filename=-efd3430a8e1a21c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b43b0f232a6e7695.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-14054e13aba39bfe.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-176f7e30da96d363.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-be6a669294179270.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-02-16T23:00:43.814Z Compiling bcrypt-pbkdf v0.10.0
44612026-02-16T23:00:43.817Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=2605477ee4e185cd -C extra-filename=-8953a97f1d3bd63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-3ac058f09460e845.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4b23df7d3799a162.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44622026-02-16T23:00:44.188Z Compiling async-global-executor v2.4.1
44632026-02-16T23:00:44.191Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=810f40508b0f459f -C extra-filename=-2a16cc7c28819c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-b1a3f5743578c339.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-aecbdb22d2c70241.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9947249917473251.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-dc8205156af07af2.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-02-16T23:00:44.511Z Compiling async-process v2.3.0
44652026-02-16T23:00:44.514Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28443c14097ba03 -C extra-filename=-30b3fc4b9cd7a634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9947249917473251.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-5c0d753f22ffa5c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-02-16T23:00:44.659Z Compiling cfg-expr v0.20.1
44672026-02-16T23:00:44.662Z 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`
44682026-02-16T23:00:45.533Z Compiling plotters v0.3.7
44692026-02-16T23:00:45.536Z 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`
44702026-02-16T23:00:45.792Z 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`
44712026-02-16T23:00:45.964Z Compiling supports-color v2.1.0
44722026-02-16T23:00:45.967Z 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`
44732026-02-16T23:00:46.008Z Compiling textwrap v0.15.2
44742026-02-16T23:00:46.011Z 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`
44752026-02-16T23:00:46.068Z Compiling supports-hyperlinks v2.1.0
44762026-02-16T23:00:46.071Z 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`
44772026-02-16T23:00:46.408Z Compiling supports-unicode v2.1.0
44782026-02-16T23:00:46.412Z 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`
44792026-02-16T23:00:46.452Z Compiling hashbrown v0.14.5
44802026-02-16T23:00:46.501Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=4b47530459eba6ca -C extra-filename=-f5e80582e6650d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812026-02-16T23:00:46.504Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d886d24e6ffbb8dc/build-script-build`
44822026-02-16T23:00:46.566Z 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=660e86dc44f85576 -C extra-filename=-b390466b6fd486ba --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-a693e154c31da445/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
44832026-02-16T23:00:46.707Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c6fd879802621de/build-script-build`
44842026-02-16T23:00:46.779Z Compiling backtrace-ext v0.2.1
44852026-02-16T23:00:46.787Z 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`
44862026-02-16T23:00:46.826Z Compiling password-hash v0.4.2
44872026-02-16T23:00:46.829Z 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`
44882026-02-16T23:00:47.121Z Compiling async-attributes v1.1.2
44892026-02-16T23:00:47.124Z 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`
44902026-02-16T23:00:47.692Z Compiling tinytemplate v1.2.1
44912026-02-16T23:00:47.695Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba15a7d872f2a70 -C extra-filename=-01c21edab87fe9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-02-16T23:00:47.737Z Compiling miette-derive v5.10.0
44932026-02-16T23:00:47.740Z Compiling terminal_size v0.1.17
44942026-02-16T23:00:47.740Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f48cbc69d869462 -C extra-filename=-95a14e44912296b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-02-16T23:00:47.740Z 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`
44962026-02-16T23:00:48.019Z Compiling kv-log-macro v1.0.7
44972026-02-16T23:00:48.022Z 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`
44982026-02-16T23:00:48.104Z Compiling anes v0.1.6
44992026-02-16T23:00:48.108Z 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`
45002026-02-16T23:00:48.271Z Compiling owo-colors v3.5.0
45012026-02-16T23:00:48.274Z 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`
45022026-02-16T23:00:48.604Z Compiling oorandom v11.1.4
45032026-02-16T23:00:48.609Z 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`
45042026-02-16T23:00:48.727Z Compiling async-std v1.13.0
45052026-02-16T23:00:48.730Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=956fa43436784166 -C extra-filename=-2d37a320df3eacfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-6551f526be2dc1c2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-91b78f1a38bb7853.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-2a16cc7c28819c10.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-9947249917473251.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-30b3fc4b9cd7a634.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-4f575a47481bd2d3.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-8adb9f9313da67a6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-02-16T23:00:48.896Z 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=0eb2dd83d0d0871f -C extra-filename=-2841d9923bfb3981 --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-b390466b6fd486ba.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
45072026-02-16T23:00:49.127Z Compiling criterion v0.7.0
45082026-02-16T23:00:49.130Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=9dca6922f18f4346 -C extra-filename=-23dd006b86ea45ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-0dfa6578880ed8f2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-598ac4fa75a18801.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-8be13f97d7e75e0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-4d5f27202b889425.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ac0763a856b73f66.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-01c21edab87fe9c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-02-16T23:00:50.310Z Compiling chumsky v0.9.3
45102026-02-16T23:00:50.314Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=ae2e399ab1812619 -C extra-filename=-dbc489fbf1fff024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f5e80582e6650d9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-02-16T23:00:50.576Z Compiling miette v5.10.0
45122026-02-16T23:00:50.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=1dbe85a1ec8af92a -C extra-filename=-fd47aabccc090fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-6818a8c900831f26.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-fd8deedbe330b0ef.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-95a14e44912296b7.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6802278ee270aca2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-586276a53a911ae9.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-e1bdcc0b01ae128b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-172567a3d40f1b78.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dd3af4ed74626acf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60f80f0d59018a04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-02-16T23:00:52.009Z Compiling rustls-webpki v0.102.8
45142026-02-16T23:00:52.012Z 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=f205a57e0e6b3d89 -C extra-filename=-de7eb598561f51ea --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-2841d9923bfb3981.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-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
45152026-02-16T23:00:53.329Z 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=be32381de3f786a0 -C extra-filename=-e48fc3a4299c14b5 --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-2841d9923bfb3981.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-de7eb598561f51ea.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
45162026-02-16T23:00:53.413Z 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=c696ad2e7cfd000a -C extra-filename=-42ec4536277ed605 --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-de7eb598561f51ea.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts`
45172026-02-16T23:00:53.825Z Compiling pbkdf2 v0.11.0
45182026-02-16T23:00:53.828Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=087362fd5585a292 -C extra-filename=-0e97bd029e5f8b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-02-16T23:00:54.238Z 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`
45202026-02-16T23:00:55.230Z Compiling ssh-key v0.6.6
45212026-02-16T23:00:55.234Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=84f1b71ca1bed4d3 -C extra-filename=-bd46574a62b10d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-8953a97f1d3bd63e.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-04e0b5fa969b42d8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-efd3430a8e1a21c5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-02-16T23:00:55.336Z Compiling p256 v0.13.2
45232026-02-16T23:00:55.339Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=07ebb561fde7db52 -C extra-filename=-ae11029dde155df5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-55536784a5509cd6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-02-16T23:00:56.195Z Compiling p521 v0.13.3
45252026-02-16T23:00:56.198Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=121e0c1b2df628c4 -C extra-filename=-8a3b63df1b18a0fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-55536784a5509cd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-02-16T23:00:58.370Z Compiling tokio-rustls v0.25.0
45272026-02-16T23:00:58.373Z 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=fc87ef1999553b26 -C extra-filename=-3cbadd97f8821f2c --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-42ec4536277ed605.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts`
45282026-02-16T23:00:58.856Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ef0c396662caf6a9 -C extra-filename=-f31d2c3c32d8206e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-e4276711ec4f513d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-b9ca482e2ea89265.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-937df4ade9988992.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-d9bb9983b440f0ee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3cbadd97f8821f2c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d285c0cb51e4a2c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts`
45292026-02-16T23:00:59.067Z Compiling knuffel-derive v3.2.0
45302026-02-16T23:00:59.071Z 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`
45312026-02-16T23:00:59.793Z Compiling pathdiff v0.2.3
45322026-02-16T23:00:59.797Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=fc60b15dc7a25183 -C extra-filename=-3a93277770b5cafe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-02-16T23:01:00.024Z Compiling tokio-rustls v0.26.0
45342026-02-16T23:01:00.068Z 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=ac9d0694985bd46d -C extra-filename=-6813e55f57552f6f --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-e48fc3a4299c14b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
45352026-02-16T23:01:00.563Z Compiling hyper-rustls v0.27.7
45362026-02-16T23:01:00.566Z 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=8f1df9c28591f842 -C extra-filename=-7dd411ddc1936db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6dcfb168df31f742.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.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-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out`
45372026-02-16T23:01:01.256Z Compiling reqwest v0.12.24
45382026-02-16T23:01:01.263Z 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=e700f859459b041f -C extra-filename=-f549b3b3cb116729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-6909c91a0e6918b2.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6ae712a802a79a83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-4876fac56dac68e7.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-74fe7759bbdf01a6.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-e48fc3a4299c14b5.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-1e47dd6669950f74.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-97e59ee6a82c9763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-317dd4b701f59d5d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-32d9d227e9d46b8a.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-0970b0bdb1e40c05.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-2f6441d53cbddf21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45392026-02-16T23:01:01.643Z 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/8ba93f6/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=3ed52264903dc3c4 -C extra-filename=-9d13f479278a2235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-cbf42121684a23d9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-c4c6a2f9f0bdfce0.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-bebe2a6c169fa1f0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-9944887eb09a09da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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/`
45402026-02-16T23:01:02.969Z Compiling blake3 v1.5.4
45412026-02-16T23:01:02.973Z 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`
45422026-02-16T23:01:03.812Z Compiling russh-cryptovec v0.7.3
45432026-02-16T23:01:03.816Z 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`
45442026-02-16T23:01:03.992Z Compiling nested v0.1.1
45452026-02-16T23:01:03.995Z 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`
45462026-02-16T23:01:04.181Z Compiling md5 v0.7.0
45472026-02-16T23:01:04.184Z 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`
45482026-02-16T23:01:04.339Z Compiling guppy v0.17.20
45492026-02-16T23:01:04.343Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=6fb0e96f8244d52e -C extra-filename=-7bc7243d5bfca2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4da66aac437aa7c0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-3a93277770b5cafe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-86d827da68c0ce2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-02-16T23:01:04.788Z Compiling russh-keys v0.45.0
45512026-02-16T23:01:04.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=3db241f197941007 -C extra-filename=-4987c76e5e5dade7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b43b0f232a6e7695.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-8953a97f1d3bd63e.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-3dbd7d43ff320970.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ba0f9adc63f1d918.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ae11029dde155df5.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-8a3b63df1b18a0fb.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-0e97bd029e5f8b69.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-0f01b34c3b6ddffe.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b20cc15bb5109791.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-04e0b5fa969b42d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-bd46574a62b10d4d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-02-16T23:01:06.103Z Compiling progenitor-client v0.10.0
45532026-02-16T23:01:06.106Z 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=18423b96f5d54a60 -C extra-filename=-ef8924a50ebffe34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45542026-02-16T23:01:06.722Z Compiling progenitor-client v0.11.2
45552026-02-16T23:01:06.725Z 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=ab3013af31c9f19f -C extra-filename=-824ab22cc6324d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45562026-02-16T23:01:07.321Z Compiling progenitor v0.11.2
45572026-02-16T23:01:07.324Z 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=11990ac36852b317 -C extra-filename=-2330dced7d3b71b9 --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-824ab22cc6324d3e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-420a8e3f15170aaf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6152c6915f3ec687.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45582026-02-16T23:01:07.644Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
45592026-02-16T23:01:07.647Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de75fa89639029f7 -C extra-filename=-628a775f385c3019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2330dced7d3b71b9.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45602026-02-16T23:01:08.373Z Compiling progenitor v0.10.0
45612026-02-16T23:01:08.377Z 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=079f231cb9cf2cc2 -C extra-filename=-b1d122cd47007993 --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-ef8924a50ebffe34.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d7735dfc5c954c6f.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c28c513e9fdd0a3d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45622026-02-16T23:01:08.683Z Compiling tough v0.20.0
45632026-02-16T23:01:08.687Z 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=6f56bfa2e17bce6b -C extra-filename=-f41168db3e423958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2841d9923bfb3981.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-d4fb3867a8061fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-5b18c826a41a0d23.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-7b24f3b731a1a55b.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-b0ccaff2b6d5c39f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-0c5c981704dd1cfb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45642026-02-16T23:01:11.405Z Compiling progenitor-client v0.8.0
45652026-02-16T23:01:11.408Z 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=959b9bd8e8a18efa -C extra-filename=-25e7f2af4a381ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45662026-02-16T23:01:11.625Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
45672026-02-16T23:01:11.628Z 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/bc121ef/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=61b315df24950ca6 -C extra-filename=-7d4ac4bebb4d9f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-830a3bed8fd2fb03.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45682026-02-16T23:01:11.969Z Compiling progenitor v0.8.0
45692026-02-16T23:01:11.972Z 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=d0370f387baf5ee4 -C extra-filename=-1c90fab1a1455ec5 --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-25e7f2af4a381ea2.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-1b13e008c6f74885.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-3b7a702732986b11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45702026-02-16T23:01:12.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45712026-02-16T23:01:12.120Z 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=ee758adfbd5d6b67 -C extra-filename=-c126195247b95a22 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c126195247b95a22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2841d9923bfb3981.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-ac2b24ba1e467931.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0ea5c03b1627206b.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-22a53ab63963f93c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de7eb598561f51ea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1b45a0b9cfade78e.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8ed2192b54913f4d.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-668262bdb1c23283.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45722026-02-16T23:01:12.260Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
45732026-02-16T23:01:12.263Z 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=5fa7991f2b410044 -C extra-filename=-f22cdebd5034dfcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1c90fab1a1455ec5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
45742026-02-16T23:01:12.650Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c126195247b95a22/build-script-build`
45752026-02-16T23:01:12.671Z 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=e626b915c59e846d -C extra-filename=-f15016a059b277e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2841d9923bfb3981.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0ea5c03b1627206b.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-22a53ab63963f93c.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de7eb598561f51ea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45762026-02-16T23:01:12.816Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45772026-02-16T23:01:12.819Z 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=78f6ea6fdca35cc9 -C extra-filename=-3b17be8bf2dd28d9 --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-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45782026-02-16T23:01:13.779Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
45792026-02-16T23:01:13.782Z 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=a52759694adfb34b -C extra-filename=-897b330c785812ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/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`
45802026-02-16T23:01:15.148Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-02-16T23:01:15.148Z 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=1cf4c6712de16e0a -C extra-filename=-459ad39d4a84216f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45822026-02-16T23:01:16.870Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45832026-02-16T23:01:16.874Z 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=6136884802117291 -C extra-filename=-dd188ba8489e019d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2f5f3c9501bb523c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45842026-02-16T23:01:17.398Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45852026-02-16T23:01:17.401Z 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=6389a7f50804374c -C extra-filename=-2b77b7222f8b4367 --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
45862026-02-16T23:01:18.475Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45872026-02-16T23:01:18.478Z 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=8c112545488230c6 -C extra-filename=-e7a35696ae7e6c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-35bc9e709ee2586e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45882026-02-16T23:01:18.959Z 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=fa8c5265bd47f2b1 -C extra-filename=-d0793621754727b9 --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:20.086Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45902026-02-16T23:01:20.089Z 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=e61fe73d003cf7ff -C extra-filename=-cb1a866b4f43520e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
45912026-02-16T23:01:20.674Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45922026-02-16T23:01:20.677Z 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=ce3146f2a9e0961c -C extra-filename=-fcd5ae47ac2eacd9 --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-f31d2c3c32d8206e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:21.986Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
45942026-02-16T23:01:21.989Z 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=d4fcc78e99f0d6a2 -C extra-filename=-8ca836a8475490ba --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-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45952026-02-16T23:01:22.164Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
45962026-02-16T23:01:22.168Z 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=6e1ab5dbe3393a69 -C extra-filename=-483a5f4c2fb9c8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:23.324Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45982026-02-16T23:01:23.327Z 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=e562a95ecf20de0f -C extra-filename=-6069acf120fad6e1 --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-483a5f4c2fb9c8cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
45992026-02-16T23:01:23.728Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
46002026-02-16T23:01:23.772Z 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=beb4c61840203df2 -C extra-filename=-da3c90b33369b5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b38b554c28a4d9a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ab9a3159c4975703.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-f22cdebd5034dfcc.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-cdb82b18a6a87a9f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-b585e073d24a7e50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-1fed042c835e15e1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-f60413d8a4d8969c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46012026-02-16T23:01:24.154Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46022026-02-16T23:01:24.157Z 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=a74fb669288a2ab8 -C extra-filename=-cc28b6cbe76a3d1b --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-cb1a866b4f43520e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
46032026-02-16T23:01:24.485Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46042026-02-16T23:01:24.489Z 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=fda7d9d4520ac5c5 -C extra-filename=-f3d0347ef037b8da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46052026-02-16T23:01:25.543Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
46062026-02-16T23:01:25.546Z 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=02bfeec58e5fb75d -C extra-filename=-de34f535cdb1e326 --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-f15016a059b277e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46072026-02-16T23:01:25.744Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
46082026-02-16T23:01:25.790Z 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=0f5a0b3665dc51c7 -C extra-filename=-455a7e94750b0456 --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-f15016a059b277e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46092026-02-16T23:01:25.869Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
46102026-02-16T23:01:25.873Z 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=6376844b608fdbeb -C extra-filename=-1f370e08b5fa090e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:26.038Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46122026-02-16T23:01:26.081Z 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=4db21ba4beeabca3 -C extra-filename=-8e1686d3b6c6709d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:26.742Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
46142026-02-16T23:01:26.745Z 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=1763ea91f2b74865 -C extra-filename=-ba84e1cc5f21cf18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:27.727Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
46162026-02-16T23:01:27.730Z 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=18dff4ca45d16204 -C extra-filename=-778cf853b510539e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:27.784Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46182026-02-16T23:01:27.788Z 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=cee4276f55654c88 -C extra-filename=-867e26f8b34b0e6b --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-f15016a059b277e7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:27.871Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46202026-02-16T23:01:27.945Z 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=64b183e73a416ab9 -C extra-filename=-9d8696a070038d86 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-9d8696a070038d86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:28.115Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46222026-02-16T23:01:28.119Z 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=8996657d5654024b -C extra-filename=-a956a145464ac419 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a956a145464ac419 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-8ad9af5bb7e87e04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46232026-02-16T23:01:28.432Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-9d8696a070038d86/build-script-build`
46242026-02-16T23:01:28.455Z 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=50447a1f536549d1 -C extra-filename=-a0f6e75a27ac11f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/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`
46252026-02-16T23:01:29.482Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a956a145464ac419/build-script-build`
46262026-02-16T23:01:29.529Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46272026-02-16T23:01:29.533Z 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=425bc495084ac9b3 -C extra-filename=-fe3fd73f6b585a0a --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-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:29.667Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46292026-02-16T23:01:29.670Z 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=c8027e15c7f01a91 -C extra-filename=-274c6b4f6977d3c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-274c6b4f6977d3c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46302026-02-16T23:01:30.111Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
46312026-02-16T23:01:30.141Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36cf7b78625a5fbc -C extra-filename=-a4c90b209fac200f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2330dced7d3b71b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
46322026-02-16T23:01:31.340Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-274c6b4f6977d3c7/build-script-build`
46332026-02-16T23:01:31.413Z Compiling samael v0.0.19
46342026-02-16T23:01:31.416Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=d1f40f6e7d22ed2a -C extra-filename=-dcac02b662be72d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-dcac02b662be72d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c651a0029cd6b4d9.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-02-16T23:01:31.856Z 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=9254df848f959149 -C extra-filename=-e8927b98458b7bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1cfc0feee6f07f51.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a69d61b81f6a260b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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)'`
46362026-02-16T23:01:32.349Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
46372026-02-16T23:01:32.395Z 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=c5f3cac5e9266e3c -C extra-filename=-daeeeb71735f5575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:32.850Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
46392026-02-16T23:01:32.853Z 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=c799cdc47f3b5053 -C extra-filename=-7f4eab983f4d572e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46402026-02-16T23:01:33.574Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
46412026-02-16T23:01:33.577Z 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=d206dc5f6c2883c9 -C extra-filename=-012e134694c72fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46422026-02-16T23:01:33.894Z 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=9251c906d76eab30 -C extra-filename=-e85333f9a700e1b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0793621754727b9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:35.172Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
46442026-02-16T23:01:35.218Z 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=b50faf63e6352a83 -C extra-filename=-a419e77b50b5c327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:37.316Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
46462026-02-16T23:01:37.319Z 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=6a53aec8e005447f -C extra-filename=-c95e3291baec55f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46472026-02-16T23:01:37.635Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
46482026-02-16T23:01:37.638Z 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=1a3162e6f9181da9 -C extra-filename=-597a40e7c3f31892 --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-7f4eab983f4d572e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
46492026-02-16T23:01:38.152Z 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=e0c78ae97a993555 -C extra-filename=-f48edfecce72138a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0793621754727b9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e85333f9a700e1b5.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:38.462Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46512026-02-16T23:01:38.466Z 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=db84eaf4f45f2de9 -C extra-filename=-44d845df94438560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46522026-02-16T23:01:38.698Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46532026-02-16T23:01:38.701Z 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=49fc2374999fd56c -C extra-filename=-ebebb4acf8036bd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46542026-02-16T23:01:39.592Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
46552026-02-16T23:01:39.595Z 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=c4201a41ac8afe9e -C extra-filename=-c87692329bde4b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:01:40.216Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
46572026-02-16T23:01:40.219Z 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=781e16f6c2212796 -C extra-filename=-1e0cd84a56d678a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46582026-02-16T23:01:41.163Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46592026-02-16T23:01:41.166Z 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=c9b14a6ec59aa250 -C extra-filename=-edd930e49e8d7524 --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-f15016a059b277e7.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46602026-02-16T23:01:41.686Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
46612026-02-16T23:01:41.689Z 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=48936543e3d06279 -C extra-filename=-b109403cbeb399cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46622026-02-16T23:01:41.737Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46632026-02-16T23:01:41.740Z 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=6a76201d8dd81f09 -C extra-filename=-3b9bc323694fe1f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46642026-02-16T23:01:42.524Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46652026-02-16T23:01:42.527Z 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=60946eda7530c369 -C extra-filename=-bfd1181cb3286073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46662026-02-16T23:01:43.054Z 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=73e97dd7be7c1ca3 -C extra-filename=-deff1f59675459b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48edfecce72138a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46672026-02-16T23:01:44.676Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46682026-02-16T23:01:44.679Z 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=93902f787806be20 -C extra-filename=-e7cd99f4e0475b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fa70e72376fb3500.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b58e19978114f20.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-51bd8ba17db94cd8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46692026-02-16T23:01:45.724Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46702026-02-16T23:01:45.727Z 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=3c4afd3897de9bfd -C extra-filename=-af91a1ae82e53f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46712026-02-16T23:01:45.890Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46722026-02-16T23:01:45.896Z 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=ecb1ab936763bf29 -C extra-filename=-5fd73c3d668c3882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46732026-02-16T23:01:46.675Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
46742026-02-16T23:01:46.678Z 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=b5bf615c950ccced -C extra-filename=-e22aeb0b43a6c0c6 --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-f15016a059b277e7.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-deff1f59675459b5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48edfecce72138a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46752026-02-16T23:01:46.725Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46762026-02-16T23:01:46.728Z 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=115bd392727b2195 -C extra-filename=-970ef4dd8182383d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8e1686d3b6c6709d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
46772026-02-16T23:01:47.108Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46782026-02-16T23:01:47.116Z 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=8e4ac1304f768c61 -C extra-filename=-05150a384650b6eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:48.682Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
46802026-02-16T23:01:48.685Z 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=70856e02b35cc821 -C extra-filename=-933831342d4e04d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:48.813Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46822026-02-16T23:01:48.816Z 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=725210b1f37d596c -C extra-filename=-d6b3be70afc05bba --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-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-89504b0c229a16ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46832026-02-16T23:01:48.916Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46842026-02-16T23:01:48.919Z 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=4eb9dcca832e71d6 -C extra-filename=-3269219ba65739fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46852026-02-16T23:01:49.772Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46862026-02-16T23:01:49.775Z 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=33baeed2c19699ed -C extra-filename=-765cbd6a0cf33eee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46872026-02-16T23:01:50.570Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
46882026-02-16T23:01:50.574Z 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=d93b23c5dc71a1bd -C extra-filename=-c39809e9add8a858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-f15016a059b277e7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
46892026-02-16T23:01:50.797Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46902026-02-16T23:01:50.801Z 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=ec2851be3a57b0d1 -C extra-filename=-4108a15ecd429fec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46912026-02-16T23:01:51.711Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
46922026-02-16T23:01:51.714Z 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=3e9617748b311004 -C extra-filename=-c11bdeeea9a83e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-d0793621754727b9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46932026-02-16T23:01:53.442Z 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=c9579d7991fd8143 -C extra-filename=-71f1da54511455f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46942026-02-16T23:01:56.351Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
46952026-02-16T23:01:56.354Z 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=9794f0bd47d5059f -C extra-filename=-2c28899e1761c0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c87692329bde4b6a.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e22aeb0b43a6c0c6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
46962026-02-16T23:01:56.973Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46972026-02-16T23:01:56.976Z 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=419906a9dbd21cac -C extra-filename=-ba408e418a535306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
46982026-02-16T23:01:58.565Z 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=e6fc01e1f7b0482b -C extra-filename=-3429e6e1293e3157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-8a8fc5855e9bd164.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:01:59.844Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47002026-02-16T23:01:59.847Z 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=07a4ecaccef59809 -C extra-filename=-f3782886804137aa --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-44d845df94438560.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47012026-02-16T23:02:00.376Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47022026-02-16T23:02:00.376Z 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=4c6e9e32a8a3ef03 -C extra-filename=-66912a399ab153d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
47032026-02-16T23:02:04.397Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
47042026-02-16T23:02:04.401Z 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=264b1da4e74601d2 -C extra-filename=-6ce29d115d1b156e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47052026-02-16T23:02:06.515Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
47062026-02-16T23:02:06.518Z 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=bfec0721e4de2608 -C extra-filename=-528fcb02367dc1eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9c9fd4f14932d9a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:02:06.913Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
47082026-02-16T23:02:06.916Z 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=cbf908273cc333a3 -C extra-filename=-9bf6323f2f35fd77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47092026-02-16T23:02:09.542Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47102026-02-16T23:02:09.590Z 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=3bb4d392b20f0c68 -C extra-filename=-78495e58a22ea399 --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-1e0cd84a56d678a6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47112026-02-16T23:02:11.315Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47122026-02-16T23:02:11.370Z 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=649ec5324953da05 -C extra-filename=-0bd9b6c860d28115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c11bdeeea9a83e0d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47132026-02-16T23:02:12.335Z 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=15927b39a384ff76 -C extra-filename=-77ae710af4f63d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-71f1da54511455f5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47142026-02-16T23:02:13.835Z Compiling polar-core v0.27.3
47152026-02-16T23:02:13.839Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=620e25f50da860af -C extra-filename=-9c5c7ad37389c55c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-9c5c7ad37389c55c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8bac3d11e8bee880.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162026-02-16T23:02:14.981Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47172026-02-16T23:02:14.984Z 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=b86dabed5e769711 -C extra-filename=-b12f26cf28729d57 --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-f15016a059b277e7.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-0bd9b6c860d28115.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-c11bdeeea9a83e0d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47182026-02-16T23:02:15.770Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-9c5c7ad37389c55c/build-script-build`
47192026-02-16T23:02:15.870Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47202026-02-16T23:02:15.870Z 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=2d08f45516e64784 -C extra-filename=-50d923134cf4d20d --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-a4c90b209fac200f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47212026-02-16T23:02:16.893Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-dcac02b662be72d4/build-script-bindings`
47222026-02-16T23:02:17.520Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5767ca47574b1c93 -C extra-filename=-6fb45e37122f738d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-1dcfb7a1f5c81eff.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bbf3ee06f1e9a7a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232026-02-16T23:02:18.935Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47242026-02-16T23:02:18.939Z 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=5a77c8cc49b92928 -C extra-filename=-56f0b45405029e33 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-56f0b45405029e33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47252026-02-16T23:02:19.421Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47262026-02-16T23:02:19.424Z 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=36e0b0a42a2b3304 -C extra-filename=-0426df8881a4be8a --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-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47272026-02-16T23:02:20.806Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-56f0b45405029e33/build-script-build`
47282026-02-16T23:02:20.857Z 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=696b8824bde1d8f7 -C extra-filename=-80e2652cd5ce3a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-18f1cf9a5f88f30f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-96f20180a98fd8ea.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.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-fe8ca084cd2bf804.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
47292026-02-16T23:02:20.919Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
47302026-02-16T23:02:20.925Z 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=abb86d204772dbf9 -C extra-filename=-2d3a06ce176fab4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47312026-02-16T23:02:21.292Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47322026-02-16T23:02:21.357Z 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=304da092935a9c74 -C extra-filename=-0ff7a3a68f7d32fa --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-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47332026-02-16T23:02:21.795Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47342026-02-16T23:02:21.799Z 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=a2c7542413ebc984 -C extra-filename=-9de809e2c4f4bccf --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-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47352026-02-16T23:02:22.435Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47362026-02-16T23:02:22.439Z 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=389cac0b0148ce57 -C extra-filename=-2abf6dc8a873eb5c --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-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47372026-02-16T23:02:22.687Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
47382026-02-16T23:02:22.690Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=99c18d9148b093bd -C extra-filename=-e105aa982a5a5470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-e9f32fbf68d7ef36.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2330dced7d3b71b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0a8497f91cadc05b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
47392026-02-16T23:02:23.036Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
47402026-02-16T23:02:23.039Z 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=64ca975427d8a700 -C extra-filename=-71442460c7ea7ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-472d9a0e51632895.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts`
47412026-02-16T23:02:23.993Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47422026-02-16T23:02:23.996Z 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=5a03f3214c047505 -C extra-filename=-ff75f5b65456a017 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-ff75f5b65456a017 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47432026-02-16T23:02:24.199Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47442026-02-16T23:02:24.202Z 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=f4ef465cc1e59e72 -C extra-filename=-89201e350c26c774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2841d9923bfb3981.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-ace1d512f35c2019.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-d624b082b447d45a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-416929974ba1197e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rmeta --cap-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-a693e154c31da445/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`
47452026-02-16T23:02:24.306Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
47462026-02-16T23:02:24.360Z 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=9a8d854b31940a33 -C extra-filename=-87a3bd6f08c6f412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0426df8881a4be8a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-77ae710af4f63d55.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b12f26cf28729d57.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-71f1da54511455f5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47472026-02-16T23:02:24.443Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47482026-02-16T23:02:24.499Z 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=ccb5138e4d6a57de -C extra-filename=-969cbcc208a3e603 --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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47492026-02-16T23:02:24.861Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-ff75f5b65456a017/build-script-build`
47502026-02-16T23:02:24.932Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47512026-02-16T23:02:24.939Z 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=48d4f731ebd59774 -C extra-filename=-3062509ea21a5c98 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3062509ea21a5c98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47522026-02-16T23:02:25.484Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-3062509ea21a5c98/build-script-build`
47532026-02-16T23:02:25.559Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
47542026-02-16T23:02:25.562Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=fd7a6c601ac12b2f -C extra-filename=-30f9a6da530bf3f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47552026-02-16T23:02:26.016Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
47562026-02-16T23:02:26.019Z 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=4e2751be055c4657 -C extra-filename=-d08aa5f1b3a67237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
47572026-02-16T23:02:27.010Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
47582026-02-16T23:02:27.013Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c05d5fb2797f7ab7 -C extra-filename=-0b1e99f8a40248f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-87a3bd6f08c6f412.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c6a096c4a50ffc09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47592026-02-16T23:02:27.059Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
47602026-02-16T23:02:27.062Z 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=27420d178b08f7da -C extra-filename=-beb5f7fc9d70cddc --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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47612026-02-16T23:02:27.729Z Compiling oso v0.27.3
47622026-02-16T23:02:27.732Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=a9a272d35064e4e3 -C extra-filename=-d6a442a1cc96b301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-5495ba6784f2c74e.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-f1488323d3266d18.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-6fb45e37122f738d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632026-02-16T23:02:29.063Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
47642026-02-16T23:02:29.066Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=167ae1efd067af27 -C extra-filename=-27bed2c08ac30ecf --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-f31d2c3c32d8206e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
47652026-02-16T23:02:30.920Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47662026-02-16T23:02:30.923Z 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=5872c4a343a58d27 -C extra-filename=-3d5ba28f56090ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/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`
47672026-02-16T23:02:31.794Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47682026-02-16T23:02:31.844Z 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=b17bea2142728a57 -C extra-filename=-dd00f30528408fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47692026-02-16T23:02:31.844Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
47702026-02-16T23:02:31.844Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=479fb0a7c15d420a -C extra-filename=-1be11f80b597157b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-0b1e99f8a40248f7.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2330dced7d3b71b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0a8497f91cadc05b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47712026-02-16T23:02:32.518Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47722026-02-16T23:02:32.522Z 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=b869d35344a2b2c8 -C extra-filename=-e266714b423c76ce --out-dir /work/oxidecomputer/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-44d845df94438560.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
47732026-02-16T23:02:32.802Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
47742026-02-16T23:02:32.852Z 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=0eed344248dde153 -C extra-filename=-89709fbb293d8d2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47752026-02-16T23:02:32.988Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
47762026-02-16T23:02:32.991Z 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/bc121ef/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=82aca0b576532cf8 -C extra-filename=-93797fc7e206c290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0f96d52e4fe7cd15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-105361971c29a71a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
47772026-02-16T23:02:34.206Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47782026-02-16T23:02:34.209Z 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=9ee7082119e4df86 -C extra-filename=-94f62fd6bd32c035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47792026-02-16T23:02:36.011Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
47802026-02-16T23:02:36.014Z 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=50c48e569972c904 -C extra-filename=-5e8e9070911cee56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47812026-02-16T23:02:36.331Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47822026-02-16T23:02:36.395Z 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=7cf57c5fae64e7df -C extra-filename=-e22eb2a038e1cc0c --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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47832026-02-16T23:02:38.918Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
47842026-02-16T23:02:38.922Z 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=e5d3d4f8156205e7 -C extra-filename=-608c501b7e654e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
47852026-02-16T23:02:39.013Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
47862026-02-16T23:02:39.016Z 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=cf7ed579e200ed3c -C extra-filename=-3ee139a1b51fd1d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47872026-02-16T23:02:41.583Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
47882026-02-16T23:02:41.586Z 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=9577f2cf16d5a1e4 -C extra-filename=-c177295d6ef47a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rmeta --cap-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-a693e154c31da445/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`
47892026-02-16T23:02:42.339Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47902026-02-16T23:02:42.342Z 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=57cced06bae7bb88 -C extra-filename=-362e237b49507d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47912026-02-16T23:02:42.694Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
47922026-02-16T23:02:42.697Z 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=7b9d6d8a28077cc9 -C extra-filename=-20adacf7fa91162f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
47932026-02-16T23:02:43.131Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47942026-02-16T23:02:43.150Z 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=a486025a0e6983cf -C extra-filename=-b98a089a59d153d4 --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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
47952026-02-16T23:02:43.181Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47962026-02-16T23:02:43.181Z 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=e5dae5e9529c0fab -C extra-filename=-96c36207f9b14eec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-96c36207f9b14eec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
47972026-02-16T23:02:43.636Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-96c36207f9b14eec/build-script-build`
47982026-02-16T23:02:43.709Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47992026-02-16T23:02:43.712Z 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=045ff131e431c71f -C extra-filename=-e735ed096d84ff7e --out-dir /work/oxidecomputer/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-e105aa982a5a5470.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48002026-02-16T23:02:45.020Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
48012026-02-16T23:02:45.026Z 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=7c05334be57be2b3 -C extra-filename=-02dd83ad2bc34839 --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-483a5f4c2fb9c8cb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/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`
48022026-02-16T23:02:45.057Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48032026-02-16T23:02:45.057Z 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=85b1fcc812dcbf9a -C extra-filename=-2b7980b79650799c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2b7980b79650799c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:02:45.610Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2b7980b79650799c/build-script-build`
48052026-02-16T23:02:45.640Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48062026-02-16T23:02:45.655Z 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=16cc2a34a476be4a -C extra-filename=-097a49186a8244cc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-097a49186a8244cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48072026-02-16T23:02:46.139Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-097a49186a8244cc/build-script-build`
48082026-02-16T23:02:46.212Z 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=5c83d63ab678efbb -C extra-filename=-f8bef2f4355884d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-02dd83ad2bc34839.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48092026-02-16T23:02:46.447Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48102026-02-16T23:02:46.450Z 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=c483c795b110c96e -C extra-filename=-104df9b0d4ef338f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-104df9b0d4ef338f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48112026-02-16T23:02:46.947Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-104df9b0d4ef338f/build-script-build`
48122026-02-16T23:02:47.019Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48132026-02-16T23:02:47.022Z 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=1013bf9ae5c23f96 -C extra-filename=-99b7746a0655b125 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-99b7746a0655b125 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:02:47.515Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48152026-02-16T23:02:47.518Z 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=6ce95e2a8b9a42f5 -C extra-filename=-e2462c6eed1a6296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48162026-02-16T23:02:49.403Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48172026-02-16T23:02:49.415Z 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=0bcd70c6ec949ee7 -C extra-filename=-5f0937b15225ac54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48182026-02-16T23:02:50.867Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48192026-02-16T23:02:50.871Z 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=fca1f03399e79c99 -C extra-filename=-968fc41ec55c3359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48202026-02-16T23:02:51.016Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48212026-02-16T23:02:51.019Z 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=dff07b24a9b45587 -C extra-filename=-71212cb3af2d88e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48222026-02-16T23:02:52.316Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48232026-02-16T23:02:52.319Z 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=32ff1e02c586d5fb -C extra-filename=-e3e71c737289abc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-da3c90b33369b5fe.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48242026-02-16T23:02:55.383Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48252026-02-16T23:02:55.386Z 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=15072911eac406d8 -C extra-filename=-0061bfffaf0a7a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48262026-02-16T23:02:55.660Z 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=6eb366594d4c926f -C extra-filename=-7769d6807439081a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d6b3be70afc05bba.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48272026-02-16T23:02:56.596Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48282026-02-16T23:02:56.600Z 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=93d8fe6dce6f093a -C extra-filename=-8ab92f428a819244 --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-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48292026-02-16T23:02:58.211Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48302026-02-16T23:02:58.216Z 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=3baac0be9bbbaf05 -C extra-filename=-c5b820962fdbcbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-976e225035409be9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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/`
48312026-02-16T23:03:00.701Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48322026-02-16T23:03:00.750Z 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=fa5bcfd49b903912 -C extra-filename=-bef5ed0a7212118b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-66912a399ab153d9.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
48332026-02-16T23:03:03.359Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48342026-02-16T23:03:03.363Z 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=4cbe00d4ecb19ac4 -C extra-filename=-6750742bf7bd583a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
48352026-02-16T23:03:07.807Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48362026-02-16T23:03:07.810Z 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=0cf89928752f7e97 -C extra-filename=-dfbe711f98e4eac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48372026-02-16T23:03:09.987Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48382026-02-16T23:03:09.991Z 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=0dbe76183e59efe2 -C extra-filename=-19e47931a65796ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48392026-02-16T23:03:10.598Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48402026-02-16T23:03:10.601Z 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=c4470bd92554c2f0 -C extra-filename=-19391c3cbf5f5087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48412026-02-16T23:03:13.654Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48422026-02-16T23:03:13.657Z 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=b3e0f0074733b55c -C extra-filename=-941b79dc6a370510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
48432026-02-16T23:03:18.098Z 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,)'`
48442026-02-16T23:03:18.842Z Compiling git2 v0.20.2
48452026-02-16T23:03:18.845Z 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=160289532d1e53c8 -C extra-filename=-8d2a85256f682e24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-6080f887f0a7be4b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64`
48462026-02-16T23:03:22.957Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-99b7746a0655b125/build-script-build`
48472026-02-16T23:03:23.002Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48482026-02-16T23:03:23.005Z 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=b0e988e8849898c3 -C extra-filename=-fe788ae44caa15b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48492026-02-16T23:03:23.053Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48502026-02-16T23:03:23.057Z 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=a7620d799647e9e9 -C extra-filename=-bcd7387d27ca610d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-bcd7387d27ca610d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48512026-02-16T23:03:23.536Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-bcd7387d27ca610d/build-script-build`
48522026-02-16T23:03:23.607Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48532026-02-16T23:03:23.610Z 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=bf50f3f4d831b4a0 -C extra-filename=-d49bb3a111f7e0f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-87a3bd6f08c6f412.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c6a096c4a50ffc09.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:03:27.250Z 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=b791e16b8d5eccb8 -C extra-filename=-5bb0222c1a3ef53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-18f1cf9a5f88f30f.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-8d2a85256f682e24.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-d1190d30f9aea155.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-3c3387d8a4ad6ac9/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
48552026-02-16T23:03:27.729Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48562026-02-16T23:03:27.732Z 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=86629e4bee457bb3 -C extra-filename=-8fab43b6ce6442f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8fab43b6ce6442f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48572026-02-16T23:03:28.219Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48582026-02-16T23:03:28.225Z 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=ec8e463303cc2d00 -C extra-filename=-67010d75986176a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-67010d75986176a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48592026-02-16T23:03:28.402Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48602026-02-16T23:03:28.405Z 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=21aea8feaacd47b4 -C extra-filename=-24c3e2b879cd1499 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-24c3e2b879cd1499 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48612026-02-16T23:03:28.575Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48622026-02-16T23:03:28.578Z 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=9ff60156dbf887d4 -C extra-filename=-27a70e3166d5db76 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-27a70e3166d5db76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48632026-02-16T23:03:28.624Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48642026-02-16T23:03:28.624Z 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=d9d91b47a5abefe0 -C extra-filename=-0d4590b159390693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48652026-02-16T23:03:28.711Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-67010d75986176a0/build-script-build`
48662026-02-16T23:03:28.786Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48672026-02-16T23:03:28.789Z 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=b6b2c94e69782bc4 -C extra-filename=-33c8976ce49392f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-33c8976ce49392f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-9d1c7305ddaa88d4.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-5bb0222c1a3ef53a.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`
48682026-02-16T23:03:28.839Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-24c3e2b879cd1499/build-script-build`
48692026-02-16T23:03:28.915Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8fab43b6ce6442f4/build-script-build`
48702026-02-16T23:03:28.990Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
48712026-02-16T23:03:28.994Z 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=64b917b19ad43d0c -C extra-filename=-caf69cda97b50ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-d49bb3a111f7e0f3.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2330dced7d3b71b9.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0a8497f91cadc05b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48722026-02-16T23:03:29.036Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48732026-02-16T23:03:29.039Z 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=7b6577977e0cfe84 -C extra-filename=-1e69f01933ebe456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-bda9d7b3463089bb.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e4c04f53b101375e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
48742026-02-16T23:03:29.083Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-27a70e3166d5db76/build-script-build`
48752026-02-16T23:03:29.155Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48762026-02-16T23:03:29.217Z 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=8cd82d59ec7461a8 -C extra-filename=-427f4b8e6526077e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48772026-02-16T23:03:30.256Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48782026-02-16T23:03:30.299Z 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=cf855f4eeb6784f8 -C extra-filename=-0313ac4492ac3933 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48792026-02-16T23:03:31.035Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-33c8976ce49392f8/build-script-build`
48802026-02-16T23:03:33.034Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48812026-02-16T23:03:33.037Z 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=965a7ba961a6f6b0 -C extra-filename=-aa368ef6c4e5ab52 --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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48822026-02-16T23:03:34.178Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48832026-02-16T23:03:34.181Z 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=c24c8d3ca3fc5741 -C extra-filename=-6d316eedeeb66cce --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-f31d2c3c32d8206e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
48842026-02-16T23:03:34.701Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48852026-02-16T23:03:34.704Z 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=b40f7e576a77967e -C extra-filename=-cf60cbc47317475b --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48862026-02-16T23:03:36.759Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48872026-02-16T23:03:36.767Z 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=cdedc5952dfc3c71 -C extra-filename=-72741a937caa6813 --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-7f4eab983f4d572e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48882026-02-16T23:03:38.169Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48892026-02-16T23:03:38.173Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=537e8b61cfd96c33 -C extra-filename=-904ec00be3ed2adb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-904ec00be3ed2adb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48902026-02-16T23:03:38.669Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48912026-02-16T23:03:38.672Z 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=a11dda7f85f68d7a -C extra-filename=-89b27cc662dc9299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
48922026-02-16T23:03:38.834Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-904ec00be3ed2adb/build-script-build`
48932026-02-16T23:03:38.977Z 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=fab1fa852d7e5248 -C extra-filename=-aa6cafe3285fe4e3 --out-dir /work/oxidecomputer/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-f31d2c3c32d8206e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bc5e9f755d8bd288.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-15e324ea2161d371.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts`
48942026-02-16T23:03:41.410Z 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=e31170707dfa85c0 -C extra-filename=-595ad7f0bedfee69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
48952026-02-16T23:03:41.780Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48962026-02-16T23:03:41.783Z 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=21a47430c28057dc -C extra-filename=-600f9e888e7dfdab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
48972026-02-16T23:03:44.514Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48982026-02-16T23:03:44.517Z 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=69fbe10d74b0f70d -C extra-filename=-fcdc4b4f0468bbdf --out-dir /work/oxidecomputer/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-caf69cda97b50ed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
48992026-02-16T23:03:46.356Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
49002026-02-16T23:03:46.359Z 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=2f420f29fe472896 -C extra-filename=-2a8ae15d293e00f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-fcdc4b4f0468bbdf.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2330dced7d3b71b9.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49012026-02-16T23:03:48.376Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
49022026-02-16T23:03:48.380Z 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=94f4e5dadd2c55f7 -C extra-filename=-c634ad44de602626 --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-f15016a059b277e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49032026-02-16T23:03:48.747Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49042026-02-16T23:03:48.750Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=673732256015f1ab -C extra-filename=-64aa30dd1bbf23ed --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-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49052026-02-16T23:03:50.860Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
49062026-02-16T23:03:50.863Z 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=05fee65bd7c42960 -C extra-filename=-10b07eca47b7e644 --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-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49072026-02-16T23:03:51.402Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
49082026-02-16T23:03:51.406Z 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=c25f2f864b2d9f82 -C extra-filename=-7bb50a0a74b30b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49092026-02-16T23:03:53.699Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49102026-02-16T23:03:53.702Z 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=810a87d29250d91a -C extra-filename=-421960ef6d6cd1ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49112026-02-16T23:03:56.187Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49122026-02-16T23:03:56.232Z 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=efe327f82ed24e26 -C extra-filename=-7d436257e2dc1209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
49132026-02-16T23:03:59.844Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49142026-02-16T23:03:59.876Z 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=34c444b062715e5e -C extra-filename=-2373d3442ef2428d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
49152026-02-16T23:04:00.583Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49162026-02-16T23:04:00.586Z 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=2a9d916da31d1620 -C extra-filename=-057fe0fccb6e9648 --out-dir /work/oxidecomputer/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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8e1686d3b6c6709d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
49172026-02-16T23:04:00.762Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49182026-02-16T23:04:00.765Z 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=f744675030ecc1f8 -C extra-filename=-56b24c107f100ad3 --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-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
49192026-02-16T23:04:02.713Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49202026-02-16T23:04:02.716Z 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=78482edf9b695beb -C extra-filename=-94edf5bf195310ab --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-f15016a059b277e7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49212026-02-16T23:04:02.946Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-a9ac686f9221eb74/build-script-build`
49222026-02-16T23:04:03.589Z Compiling knuffel v3.2.0
49232026-02-16T23:04:03.593Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=0bf867f7f14bfd5a -C extra-filename=-8b6b7054f3ee68b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-dbc489fbf1fff024.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-c5c9d4d7124b974a.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-fd47aabccc090fbd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49242026-02-16T23:04:03.631Z Compiling async-object-pool v0.1.5
49252026-02-16T23:04:03.634Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aeb2ba25805c7e5f -C extra-filename=-6f9a4627857573af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-2d37a320df3eacfc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49262026-02-16T23:04:03.905Z Compiling num-bigint v0.4.6
49272026-02-16T23:04:03.959Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=02a8e41584bfb2d4 -C extra-filename=-569bce5317354b49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49282026-02-16T23:04:04.252Z Compiling des v0.8.1
49292026-02-16T23:04:04.256Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=444157bf186ae23b -C extra-filename=-94dea67bdd717ef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49302026-02-16T23:04:04.572Z Compiling assert-json-diff v2.0.2
49312026-02-16T23:04:04.575Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54315f21d14affb4 -C extra-filename=-31b63d875eae9b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49322026-02-16T23:04:04.672Z Compiling serde_regex v1.1.0
49332026-02-16T23:04:04.675Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28f167c77af2182e -C extra-filename=-66891693eea02d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49342026-02-16T23:04:05.075Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49352026-02-16T23:04:05.078Z 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`
49362026-02-16T23:04:05.536Z Compiling path-tree v0.8.1
49372026-02-16T23:04:05.539Z 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`
49382026-02-16T23:04:05.622Z Compiling stringmetrics v2.2.2
49392026-02-16T23:04:05.625Z 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`
49402026-02-16T23:04:05.954Z 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=7c8b97c0e39c146b -C extra-filename=-7f20c59c4b88385e --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-7769d6807439081a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49412026-02-16T23:04:06.023Z Compiling doc-comment v0.3.3
49422026-02-16T23:04:06.027Z 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`
49432026-02-16T23:04:06.087Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49442026-02-16T23:04:06.090Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b3c0b02095ee070f -C extra-filename=-f61c9cb578892415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-5959ea41a791c57b.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9e0bf447e16fe659.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49452026-02-16T23:04:06.159Z Compiling httpmock v0.8.0-alpha.1
49462026-02-16T23:04:06.162Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=2cbbb472530b9527 -C extra-filename=-1cd76d9de7de973e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-31b63d875eae9b35.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-6f9a4627857573af.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-2d37a320df3eacfc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f0073f535b3c78c0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-66891693eea02d6c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b232a4cc2cd8c05.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49472026-02-16T23:04:06.722Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
49482026-02-16T23:04:06.968Z Compiling russh v0.45.0
49492026-02-16T23:04:06.971Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=bc574462b97c37bf -C extra-filename=-803adda7b9603816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-b43b0f232a6e7695.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-14054e13aba39bfe.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-ca7f16df0e7a3907.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-176f7e30da96d363.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-4d64d25d14b919c4.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-94dea67bdd717ef3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-569bce5317354b49.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-ae11029dde155df5.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-8a3b63df1b18a0fb.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-be6a669294179270.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-91a113f9622444fa.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-bd46574a62b10d4d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49502026-02-16T23:04:07.571Z 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=109784b18ac0946a -C extra-filename=-fe453393195977f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0ff7a3a68f7d32fa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7f20c59c4b88385e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49512026-02-16T23:04:09.119Z 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()))'`
49522026-02-16T23:04:10.336Z Compiling rstest_macros v0.25.0
49532026-02-16T23:04:10.339Z 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`
49542026-02-16T23:04:11.017Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49552026-02-16T23:04:11.063Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dc0df413f3e4811 -C extra-filename=-2ebef30c91f831db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49562026-02-16T23:04:11.571Z Compiling assert_cmd v2.0.17
49572026-02-16T23:04:11.574Z 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`
49582026-02-16T23:04:12.185Z Compiling topological-sort v0.2.2
49592026-02-16T23:04:12.188Z 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`
49602026-02-16T23:04:12.530Z Compiling internet-checksum v0.2.1
49612026-02-16T23:04:12.537Z 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`
49622026-02-16T23:04:12.848Z Compiling target-triple v0.1.3
49632026-02-16T23:04:12.877Z 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`
49642026-02-16T23:04:13.533Z Compiling escape8259 v0.5.3
49652026-02-16T23:04:13.548Z 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`
49662026-02-16T23:04:13.702Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
49672026-02-16T23:04:13.771Z Compiling omicron-zone-package v0.12.2
49682026-02-16T23:04:13.823Z 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=8d3151e30e1b5f7a -C extra-filename=-79afde6865bd6b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-4d643bc61a78a3a5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-faea33d7e770db07.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-1c766faf699c7881.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-3a6f042b78b00084/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
49692026-02-16T23:04:13.941Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49702026-02-16T23:04:13.949Z 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=ff28bc2dbeb225a0 -C extra-filename=-e2a2f2a1143a3733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49712026-02-16T23:04:14.227Z Compiling libtest-mimic v0.8.1
49722026-02-16T23:04:14.233Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e79e73a71300612 -C extra-filename=-6ee30147d7670a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ae2afa0b27bbc026.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49732026-02-16T23:04:15.573Z 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=615717e81a845dd4 -C extra-filename=-38fca8aae82fa60f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49742026-02-16T23:04:16.129Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
49752026-02-16T23:04:16.206Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
49762026-02-16T23:04:16.396Z 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`
49772026-02-16T23:04:16.585Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
49782026-02-16T23:04:16.588Z 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=9cd625d3b0d4bfbf -C extra-filename=-dbc060f8409b4926 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.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-2b77b7222f8b4367.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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/`
49792026-02-16T23:04:18.690Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
49802026-02-16T23:04:18.694Z 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=22f7df12154ab966 -C extra-filename=-d6a9099d35a64082 --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-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-10b07eca47b7e644.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
49812026-02-16T23:04:20.015Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
49822026-02-16T23:04:20.018Z 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=d1bd81c8b145e672 -C extra-filename=-89981ba03029e2b7 --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-e3e71c737289abc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
49832026-02-16T23:04:20.368Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
49842026-02-16T23:04:20.414Z 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=6c252ea3d1811722 -C extra-filename=-c84543e9fd2f125c --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-44d845df94438560.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
49852026-02-16T23:04:21.196Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49862026-02-16T23:04:21.199Z 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=5ddee1bdbd218e54 -C extra-filename=-1d74d0b5d8a1fb77 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-1d74d0b5d8a1fb77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49872026-02-16T23:04:21.686Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49882026-02-16T23:04:21.690Z 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=cc955db452ccfbe5 -C extra-filename=-b506bc6a8b808b68 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-b506bc6a8b808b68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49892026-02-16T23:04:22.185Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49902026-02-16T23:04:22.188Z 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=1c8ec78b8af7f9e8 -C extra-filename=-de123bb10447af6d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-de123bb10447af6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49912026-02-16T23:04:22.596Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49922026-02-16T23:04:22.600Z 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=ff5cfe7dcba867e3 -C extra-filename=-bb06b859f5739508 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bb06b859f5739508 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-8ad9af5bb7e87e04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49932026-02-16T23:04:22.687Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49942026-02-16T23:04:22.693Z 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=56dc8dc667945582 -C extra-filename=-3fd928f857c3e243 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-3fd928f857c3e243 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
49952026-02-16T23:04:23.194Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
49962026-02-16T23:04:23.198Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "thiserror"))' -C metadata=17ba85783adc6c0e -C extra-filename=-536eb4f611398d06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3d81302466d39d0d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49972026-02-16T23:04:23.920Z Compiling proc-macro-crate v3.2.0
49982026-02-16T23:04:23.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af632d57f7915fd6 -C extra-filename=-d9b537330dcb397b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49992026-02-16T23:04:24.333Z Compiling fancy-regex v0.14.0
50002026-02-16T23:04:24.337Z 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`
50012026-02-16T23:04:25.203Z 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=d6b35d66aa172d9f -C extra-filename=-223700d506709411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.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-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7f20c59c4b88385e.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.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-778cf853b510539e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50022026-02-16T23:04:25.267Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50032026-02-16T23:04:25.312Z 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`
50042026-02-16T23:04:25.715Z Compiling relative-path v1.9.3
50052026-02-16T23:04:25.718Z 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`
50062026-02-16T23:04:26.445Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=17edd99734e9b90b -C extra-filename=-f63049b46242730f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-d9b537330dcb397b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c8f249cb25081882.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-303fed53668a23a0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50072026-02-16T23:04:26.501Z Compiling datatest-stable v0.3.2
50082026-02-16T23:04:26.504Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=58fd68101c161336 -C extra-filename=-75110706afaa0f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-ceec8d5495b4577a.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-6ee30147d7670a44.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50092026-02-16T23:04:27.327Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50102026-02-16T23:04:27.330Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/10952e8/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eb36a25c332be35 -C extra-filename=-dbf13d0d6b06a6fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-536eb4f611398d06.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f24a40b7ddc99d7.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-8b6b7054f3ee68b6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-fd47aabccc090fbd.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-db0458943f458992.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50112026-02-16T23:04:28.194Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bb06b859f5739508/build-script-build`
50122026-02-16T23:04:28.377Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-3fd928f857c3e243/build-script-build`
50132026-02-16T23:04:28.448Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-de123bb10447af6d/build-script-build`
50142026-02-16T23:04:28.522Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-b506bc6a8b808b68/build-script-build`
50152026-02-16T23:04:28.596Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-1d74d0b5d8a1fb77/build-script-build`
50162026-02-16T23:04:28.667Z 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`
50172026-02-16T23:04:29.452Z 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"))'`
50182026-02-16T23:04:29.663Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50192026-02-16T23:04:29.666Z 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=7fe78c624d9727fc -C extra-filename=-6cdcae3fbc3028f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d6b3be70afc05bba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
50202026-02-16T23:04:29.837Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50212026-02-16T23:04:29.859Z 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=beb696f044d9711e -C extra-filename=-f197d58fb3eb0224 --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-10b07eca47b7e644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50222026-02-16T23:04:30.082Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50232026-02-16T23:04:30.085Z 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=a6b607f44edc8f03 -C extra-filename=-9b177f229bff2cac --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-9b177f229bff2cac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50242026-02-16T23:04:30.614Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50252026-02-16T23:04:30.618Z 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=7f21f93195b30d01 -C extra-filename=-ca8858a55d248cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50262026-02-16T23:04:36.257Z Compiling support-bundle-viewer v0.1.2
50272026-02-16T23:04:36.285Z 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=3139d56b10473f9c -C extra-filename=-68aa7342e49445f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rmeta --cap-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`
50282026-02-16T23:04:37.197Z Compiling multimap v0.10.1
50292026-02-16T23:04:37.200Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=67e42126b05f00f9 -C extra-filename=-9ce6d9331657eede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50302026-02-16T23:04:37.639Z Compiling uzers v0.12.1
50312026-02-16T23:04:37.642Z 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`
50322026-02-16T23:04:37.976Z Compiling termcolor v1.4.1
50332026-02-16T23:04:38.037Z 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`
50342026-02-16T23:04:38.768Z Compiling trybuild v1.0.106
50352026-02-16T23:04:38.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=8d5fac85db8e6b9d -C extra-filename=-7d3e231f9c31b536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2f7eb2a94594c188.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-bd1dc483574ba99f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-c8c10a09796449b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50362026-02-16T23:04:38.814Z Compiling rstest v0.25.0
50372026-02-16T23:04:38.814Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=752415660c9693c3 -C extra-filename=-7223926e0f953b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-f63049b46242730f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50382026-02-16T23:04:38.903Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-9b177f229bff2cac/build-script-build`
50392026-02-16T23:04:38.977Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
50402026-02-16T23:04:38.980Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab10202f76bb62fa -C extra-filename=-bd049802a8196adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-8b6b7054f3ee68b6.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-fd47aabccc090fbd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-dd5618436a68c7e4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-a1e74511cd0f7d98.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50412026-02-16T23:04:39.143Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50422026-02-16T23:04:39.146Z 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=755c4f1db1ae3c0c -C extra-filename=-8db62d691b073526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50432026-02-16T23:04:45.509Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50442026-02-16T23:04:45.512Z 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=2b89e8821a29ef6f -C extra-filename=-0d14048cac8db3c8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-0d14048cac8db3c8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50452026-02-16T23:04:45.984Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
50462026-02-16T23:04:45.987Z 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=002a1d82b428dbbe -C extra-filename=-96003afc98659523 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-96003afc98659523 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-de34f535cdb1e326.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50472026-02-16T23:04:46.466Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
50482026-02-16T23:04:46.470Z 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=e7cbb01173d8ac2b -C extra-filename=-88884333e91bba58 --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-f15016a059b277e7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50492026-02-16T23:04:47.560Z Compiling blake2b_simd v1.0.2
50502026-02-16T23:04:47.563Z 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`
50512026-02-16T23:04:50.348Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50522026-02-16T23:04:50.353Z 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=9609f7e4fe941803 -C extra-filename=-0dca8aec7b86cd8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50532026-02-16T23:04:53.066Z Compiling partial-io v0.5.4
50542026-02-16T23:04:53.069Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=d3c4c07f01c88068 -C extra-filename=-35b071198303dc4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-558c8dd83b84dff9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50552026-02-16T23:04:53.320Z Compiling httptest v0.16.3
50562026-02-16T23:04:53.323Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dfa5cae2817649e -C extra-filename=-04b3ca1d732f85ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50572026-02-16T23:04:53.424Z Compiling drift v0.1.3
50582026-02-16T23:04:53.428Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97abb69113baa0ae -C extra-filename=-719c768ce3be2cd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50592026-02-16T23:04:53.569Z Compiling rand_distr v0.5.1
50602026-02-16T23:04:53.572Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=53ed7ba94c772aa9 -C extra-filename=-6b7b6bab6481afe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50612026-02-16T23:04:54.850Z Compiling approx v0.5.1
50622026-02-16T23:04:54.853Z 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`
50632026-02-16T23:04:55.203Z Compiling dropshot-api-manager v0.3.0
50642026-02-16T23:04:55.206Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05b9f61c3965c0b7 -C extra-filename=-e56983b0f5aa3726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-719c768ce3be2cd9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts`
50652026-02-16T23:04:58.323Z Compiling rust-argon2 v2.1.0
50662026-02-16T23:04:58.327Z 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`
50672026-02-16T23:05:00.164Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-96003afc98659523/build-script-build`
50682026-02-16T23:05:00.256Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-0d14048cac8db3c8/build-script-build`
50692026-02-16T23:05:00.329Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
50702026-02-16T23:05:00.332Z 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/8ba93f6/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=4dcf51dac419ac7a -C extra-filename=-b12d1edd97100e4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-bd049802a8196adf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50712026-02-16T23:05:01.020Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
50722026-02-16T23:05:01.023Z 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=5148e7397fc169f9 -C extra-filename=-5f2caa18b5c6feb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50732026-02-16T23:05:02.079Z 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=b37221f302f05192 -C extra-filename=-ca95abb0096ee3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-d6a9099d35a64082.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f197d58fb3eb0224.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50742026-02-16T23:05:02.309Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50752026-02-16T23:05:02.312Z 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=e907892390b0436f -C extra-filename=-162d7845451617e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-f15016a059b277e7.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-79afde6865bd6b1a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-839c1c9f312a7691.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50762026-02-16T23:05:03.632Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50772026-02-16T23:05:03.636Z 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=8460520b8e6b3568 -C extra-filename=-01754f25c9508769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50782026-02-16T23:05:04.018Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
50792026-02-16T23:05:04.022Z 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=2d68806ab763fed6 -C extra-filename=-a065cdb10e3b4546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50802026-02-16T23:05:05.389Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50812026-02-16T23:05:05.392Z 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=efc79a048e0f99b0 -C extra-filename=-0ad9ab98e2777e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50822026-02-16T23:05:06.252Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
50832026-02-16T23:05:06.256Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=228589e5f93831b5 -C extra-filename=-eda3ab8a28708964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50842026-02-16T23:05:07.891Z Compiling cargo_toml v0.21.0
50852026-02-16T23:05:07.894Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=75c867408da1bd3f -C extra-filename=-81f96bc48c20a4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50862026-02-16T23:05:09.036Z Compiling termios v0.3.3
50872026-02-16T23:05:09.039Z 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`
50882026-02-16T23:05:09.417Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50892026-02-16T23:05:09.477Z 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=2952a2d0d3c11109 -C extra-filename=-ae8d8d69e2e4955c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50902026-02-16T23:05:10.134Z 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=f5ba36a787391da2 -C extra-filename=-1935900a5a1091ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a065cdb10e3b4546.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50912026-02-16T23:05:11.011Z 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=6d37f1e66b9dc6d2 -C extra-filename=-5c22a6d20cb6b1c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d6b3be70afc05bba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6cdcae3fbc3028f4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
50922026-02-16T23:05:11.068Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50932026-02-16T23:05:11.112Z 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=d7dc906633849ed0 -C extra-filename=-e1a2b2b4e7e98e5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-0ad9ab98e2777e31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-79afde6865bd6b1a.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-eda3ab8a28708964.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
50942026-02-16T23:05:11.131Z 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=de0806f51af41134 -C extra-filename=-ce3b7578bd6ad683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-dbc060f8409b4926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.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-d6b3be70afc05bba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6cdcae3fbc3028f4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
50952026-02-16T23:05:14.781Z 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=97bdf882defdc1c5 -C extra-filename=-ef38801b637c5312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-dbc060f8409b4926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.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-d6b3be70afc05bba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6cdcae3fbc3028f4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
50962026-02-16T23:05:14.876Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50972026-02-16T23:05:14.879Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc93346a8bc58db9 -C extra-filename=-f2314be12bdda86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-81f96bc48c20a4a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50982026-02-16T23:05:15.096Z 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=6324a1aebe0a4e5a -C extra-filename=-6643a5cfc30f5107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-162d7845451617e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-79afde6865bd6b1a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-839c1c9f312a7691.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
50992026-02-16T23:05:17.363Z 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=63f6df9d8b5d9136 -C extra-filename=-e258a39a087c3f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-01754f25c9508769.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51002026-02-16T23:05:18.173Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
51012026-02-16T23:05:18.177Z 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=3964e347062b8724 -C extra-filename=-d85acd29901a5a7d --out-dir /work/oxidecomputer/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-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-02dd83ad2bc34839.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-e56983b0f5aa3726.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-d6a9099d35a64082.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51022026-02-16T23:05:18.310Z 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=b484a6887ae17068 -C extra-filename=-91d82db76f59cc43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51032026-02-16T23:05:20.104Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
51042026-02-16T23:05:20.107Z 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=8ec5f5880ace17c1 -C extra-filename=-20b56913a9995e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-595ad7f0bedfee69.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51052026-02-16T23:05:21.614Z 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=b8f242f5f13bb176 -C extra-filename=-855934099b9fe9b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51062026-02-16T23:05:24.080Z 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=f5a10a7b716fb4e4 -C extra-filename=-50406e092f5f4997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-b12d1edd97100e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51072026-02-16T23:05:40.923Z 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=361bb6fa4dd7395b -C extra-filename=-ba9cdba0a9219436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51082026-02-16T23:05:42.477Z 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=a294a3bec2bbb7d3 -C extra-filename=-ed9d5907ead1a014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f8bef2f4355884d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51092026-02-16T23:05:43.896Z 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=dde71a7dd08695d3 -C extra-filename=-3b3a9eabb5ca43e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51102026-02-16T23:05:44.245Z 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=9fb84723c533f654 -C extra-filename=-023b1f51d62a4900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:05:47.204Z 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=7e10d0c01ed2eee8 -C extra-filename=-b7d86102d0cd044a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51122026-02-16T23:05:49.974Z 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=9f65202340e45a0d -C extra-filename=-764d78feb34569aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:05:50.158Z 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=b98a020caf6e656c -C extra-filename=-f9862e559cf4acf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51142026-02-16T23:05:53.480Z 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=0fc57d1ceb4a80bc -C extra-filename=-aa9f9525ca4712a5 --out-dir /work/oxidecomputer/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-223700d506709411.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51152026-02-16T23:05:54.126Z 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=a910f6d7eae3d5e1 -C extra-filename=-8af9f085251fd096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51162026-02-16T23:05:57.762Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6abaec9e91a2c4f7 -C extra-filename=-b44becc3fef98b48 --out-dir /work/oxidecomputer/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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.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-5fd73c3d668c3882.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51172026-02-16T23:06:00.381Z 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=cffa1bc0d8dac194 -C extra-filename=-fc5149a18c2663ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-0dca8aec7b86cd8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51182026-02-16T23:06:04.066Z 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=ab15cd8b69cb22eb -C extra-filename=-cb3382adea5aa8c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51192026-02-16T23:06:04.207Z 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=105e02538feddca2 -C extra-filename=-aba2bea0ffc04c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51202026-02-16T23:06:08.367Z 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=9338bf72b8260040 -C extra-filename=-989d22eb1065d68a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51212026-02-16T23:06:08.924Z 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=a6c5bb0374266cf6 -C extra-filename=-e8f1830cd1a9f136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-66912a399ab153d9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51222026-02-16T23:06:11.342Z 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=5ae6c01e6eb8e7ee -C extra-filename=-2dfa049884812a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51232026-02-16T23:06:11.439Z 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=1897db1d7f7f5145 -C extra-filename=-0f35ead59c97d1b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-d6a9099d35a64082.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f197d58fb3eb0224.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-ca95abb0096ee3a8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 -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`
51242026-02-16T23:06:13.969Z 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=c46ddb661877b6df -C extra-filename=-80efe50f419ecd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f8bef2f4355884d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51252026-02-16T23:06:22.771Z 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=55d09b710fd206ef -C extra-filename=-f26d9679c9fca94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51262026-02-16T23:06:23.179Z 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=f8dbbc8f0f36b6cd -C extra-filename=-08ff0b9a77c8cd04 --out-dir /work/oxidecomputer/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-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-88884333e91bba58.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51272026-02-16T23:06:26.425Z 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=d68281e853148ce2 -C extra-filename=-05aece0aee318ccd --out-dir /work/oxidecomputer/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-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-88884333e91bba58.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51282026-02-16T23:06:48.064Z 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=f0c344ebaf293868 -C extra-filename=-97414567caa2d6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.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-fcd5ae47ac2eacd9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-9ce6d9331657eede.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-68aa7342e49445f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51292026-02-16T23:07:35.197Z 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=aed441a92007af61 -C extra-filename=-e4dc9950a41cd4fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-d6a9099d35a64082.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f197d58fb3eb0224.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 -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`
51302026-02-16T23:07:35.197Z 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=8086c4d3dfc577cb -C extra-filename=-ece4bb31feaaebdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-02dd83ad2bc34839.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51312026-02-16T23:07:46.345Z 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=a017c059b0a3d9a5 -C extra-filename=-489c965794deeaf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51322026-02-16T23:07:47.401Z 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=c7e10dce58962f43 -C extra-filename=-638f9eef6a711b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51332026-02-16T23:07:52.231Z 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=e4538562c73a0d44 -C extra-filename=-5a3cc3eb719d4036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51342026-02-16T23:07:58.278Z 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=7aa2c24ce2051e61 -C extra-filename=-e86c895dd2f19b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51352026-02-16T23:08:06.400Z 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=99a3ec6ede37e8e8 -C extra-filename=-ad4380977ba405d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51362026-02-16T23:08:32.605Z 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=5e06a40146089ca0 -C extra-filename=-5593f02e9b2f5ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7f20c59c4b88385e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51372026-02-16T23:08:32.609Z 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=791aabc82484014b -C extra-filename=-b761ceb2f9065f06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51382026-02-16T23:08:44.157Z 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=404a29ea27ec2128 -C extra-filename=-f34d0319d12dd8db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-02dd83ad2bc34839.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f8bef2f4355884d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51392026-02-16T23:08:47.402Z 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=3c90b3aebaf54de9 -C extra-filename=-c3b3f8e9ee835582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51402026-02-16T23:08:58.803Z 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=f8c09c60819dce5d -C extra-filename=-4fb55fe6454097f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51412026-02-16T23:08:59.779Z 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=d69f0721969b34e6 -C extra-filename=-28c5ad702c5ba084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51422026-02-16T23:09:00.588Z 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=b8990417f16cfcc8 -C extra-filename=-f5cfc440131d986c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51432026-02-16T23:09:03.698Z 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=ab795d94621beb9d -C extra-filename=-eb5abe46623b7a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51442026-02-16T23:09:06.746Z 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=f69f3550f8ad2527 -C extra-filename=-ecbbabf30f444b24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51452026-02-16T23:09:07.139Z 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=04b0f9862da8aa3b -C extra-filename=-7634cc0fa0b14697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-0dca8aec7b86cd8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51462026-02-16T23:09:11.710Z 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=98de2c8e1284d398 -C extra-filename=-7940a6cb2b88fdc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-0dca8aec7b86cd8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51472026-02-16T23:09:15.103Z 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=89b67bf79f40954b -C extra-filename=-b1947f7a90afcae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51482026-02-16T23:09:18.291Z 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=577e96febb18cb63 -C extra-filename=-075b39507f7042cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-5f2caa18b5c6feb4.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51492026-02-16T23:09:21.761Z 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=e39d93dcba06a2d0 -C extra-filename=-d8bf540eaa972d95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51502026-02-16T23:09:25.154Z 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=0bf23205e3a4e1e5 -C extra-filename=-485d20a7e145aa43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2f5f3c9501bb523c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51512026-02-16T23:09:27.068Z 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=886ef41fd6f9d12f -C extra-filename=-a171feb70b741f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6b7b6bab6481afe0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-7223926e0f953b35.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d3e231f9c31b536.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51522026-02-16T23:09:28.228Z 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=7615254b400c7df8 -C extra-filename=-b01bffc0f9bdf33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6b7b6bab6481afe0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-7223926e0f953b35.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d3e231f9c31b536.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51532026-02-16T23:09:31.822Z 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=9aa1e00b1fd0d1c1 -C extra-filename=-9e23001bda76c85f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-dbc060f8409b4926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.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-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-35b071198303dc4d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51542026-02-16T23:09:34.324Z 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=a3fe38a34631bfa3 -C extra-filename=-e16b697080c65114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.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-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-35b071198303dc4d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51552026-02-16T23:09:35.446Z 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=9a15dc036ef58dbd -C extra-filename=-4d3c60a495fe9e8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8db62d691b073526.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51562026-02-16T23:09:39.820Z 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=c7d7c74f43c3a393 -C extra-filename=-439d72e221ee8008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8db62d691b073526.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51572026-02-16T23:09:43.446Z 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=91edb313a3ffa48f -C extra-filename=-ccba266f9a8d446e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51582026-02-16T23:09:43.575Z 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=4cac65e666dccd46 -C extra-filename=-9e90338fb81828c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ca8858a55d248cde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51592026-02-16T23:09:45.122Z 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=438e83a5038cc227 -C extra-filename=-49cad1ba4661fd92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ca8858a55d248cde.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51602026-02-16T23:09:45.768Z 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=3d9f5034a893b122 -C extra-filename=-fee5463af51b8544 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ca8858a55d248cde.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51612026-02-16T23:09:46.020Z 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=270097b942d62701 -C extra-filename=-ef308ff78d1dc765 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51622026-02-16T23:09:46.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=690ab66316ac89b0 -C extra-filename=-4253181a7aed2a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51632026-02-16T23:09:47.942Z 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=c0db5b8963d30334 -C extra-filename=-37be89f4b4174014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-e7480d472d62072d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51642026-02-16T23:09:48.324Z 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=3c141eaa72ae7881 -C extra-filename=-b3ed2f814e31b891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0ff7a3a68f7d32fa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7f20c59c4b88385e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51652026-02-16T23:09:48.845Z 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=84e694c852bfe98e -C extra-filename=-a71fa7cf77deb3a6 --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-7769d6807439081a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51662026-02-16T23:10:04.695Z 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=2187d8ce5e62e1a4 -C extra-filename=-5c7d478a1368efc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51672026-02-16T23:10:10.433Z 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=7b1df8e24d79264b -C extra-filename=-63f43568313f925d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51682026-02-16T23:10:10.470Z 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=30d647a4eea4d200 -C extra-filename=-e81f2ac616a49420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51692026-02-16T23:10:11.641Z 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=9fd9cafa88888b7f -C extra-filename=-e4dd73b0d9832bda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-89981ba03029e2b7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51702026-02-16T23:10:12.656Z 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=939b437c5c66d513 -C extra-filename=-19edb6dc97dca3ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-89981ba03029e2b7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51712026-02-16T23:10:15.086Z 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=0b411e94176e838c -C extra-filename=-d3320fdbb1930932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-dbc060f8409b4926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.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-d6b3be70afc05bba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51722026-02-16T23:10:15.134Z 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=e2d8657a7987976b -C extra-filename=-34d204d7e62e1445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51732026-02-16T23:10:28.663Z 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=1909257a9fbf9069 -C extra-filename=-9014fab596e3e0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51742026-02-16T23:10:31.858Z 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=f7e8d277819446fe -C extra-filename=-51b4cf7403614431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51752026-02-16T23:10:32.092Z 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=64b4741196375631 -C extra-filename=-1325c27ba362e2ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-f15016a059b277e7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-79afde6865bd6b1a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-839c1c9f312a7691.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51762026-02-16T23:10:32.350Z 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=0076bcb3fd718883 -C extra-filename=-a050f64bacc79401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51772026-02-16T23:10:33.848Z 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=dec2516deae4407f -C extra-filename=-4a11ef703c8ff44b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51782026-02-16T23:10:35.839Z 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=1a115bf621f20251 -C extra-filename=-56f3964e4b974696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51792026-02-16T23:10:37.738Z 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=e2ccfae1312fafb6 -C extra-filename=-6ee809db3a4470da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51802026-02-16T23:10:38.271Z 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=adada7a6a194f06b -C extra-filename=-e9e2e1be7a0c8b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.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-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51812026-02-16T23:10:39.842Z 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=1ad1d08200c43b3a -C extra-filename=-315fd5ecc30a3d67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-595ad7f0bedfee69.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-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51822026-02-16T23:10:41.547Z 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=1c26fd847d3711fd -C extra-filename=-108cb9f71878d494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-595ad7f0bedfee69.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-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51832026-02-16T23:10:48.519Z 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=84db8aa9d068d95e -C extra-filename=-cac7a8d0a1a68b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51842026-02-16T23:10:56.338Z 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=046de50696802868 -C extra-filename=-c1bfc31d5fac4032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51852026-02-16T23:11:04.492Z 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=e78fd49bdc3ed268 -C extra-filename=-0a36535bd9b30449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51862026-02-16T23:11:06.933Z 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=24f2316c8efbeebf -C extra-filename=-8fa97458f1be44c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51872026-02-16T23:11:08.729Z 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=4d10b9db717f23c1 -C extra-filename=-1b63624964474e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51882026-02-16T23:11:12.189Z 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=8b0bf866cf4295cf -C extra-filename=-07a76a872e9146fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51892026-02-16T23:11:13.353Z 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=d09d5b832e70835e -C extra-filename=-f9a6ba0a00d25dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51902026-02-16T23:11:14.600Z 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=512672384847033f -C extra-filename=-9a34388b04ffe737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51912026-02-16T23:11:14.838Z 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=ac895a241480b03d -C extra-filename=-89a81235d75c0a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51922026-02-16T23:11:15.526Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51932026-02-16T23:11:15.529Z 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=700e20f22dfe0cb0 -C extra-filename=-f68ea1ce4c5e1c17 --out-dir /work/oxidecomputer/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-2373d3442ef2428d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51942026-02-16T23:11:18.587Z 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=212fcf1eb848dba8 -C extra-filename=-a63c8f3966f27715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51952026-02-16T23:11:18.999Z 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=bba07f5d0b1b5e52 -C extra-filename=-c1decdc3ba70dbef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
51962026-02-16T23:11:22.806Z 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=1ad4516961c6f23c -C extra-filename=-d0ce7b6784592d4e --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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-10b07eca47b7e644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51972026-02-16T23:11:24.817Z 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=2a689edf318c240f -C extra-filename=-5ac8c58f39a85273 --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-10b07eca47b7e644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
51982026-02-16T23:11:25.705Z 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=fbec9710e89734f9 -C extra-filename=-bf8beaf7a7409ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-8a8fc5855e9bd164.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
51992026-02-16T23:11:26.672Z 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=3db086e5745510a3 -C extra-filename=-7dc7190ece7822a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-8a8fc5855e9bd164.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52002026-02-16T23:11:31.019Z 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=d933c60055f8e932 -C extra-filename=-0c9c0fc4f33d61a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-8a8fc5855e9bd164.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52012026-02-16T23:11:31.442Z 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=d98e8ea1bce2c195 -C extra-filename=-87f89638d09de4ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52022026-02-16T23:11:32.666Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52032026-02-16T23:11:32.697Z 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=8073d393e7df9990 -C extra-filename=-91da5b151352e127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.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-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52042026-02-16T23:11:34.836Z 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=4df4236cbf0cc20d -C extra-filename=-13c258057172cb53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52052026-02-16T23:11:36.716Z 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=c4a34fbf8519612e -C extra-filename=-34257dbce88bd05a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52062026-02-16T23:11:47.950Z 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=41c113d0843ea219 -C extra-filename=-49d3438d39ef6536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52072026-02-16T23:11:49.592Z 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=07fc9d2cdc9f8909 -C extra-filename=-c253d6729b427cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-976e225035409be9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52082026-02-16T23:11:52.956Z 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=14fbeae70439bda7 -C extra-filename=-6d3f91ced24191e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-976e225035409be9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52092026-02-16T23:11:56.912Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52102026-02-16T23:11:56.916Z 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=e2e7178e79820d0d -C extra-filename=-3d66ef67ce9707ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52112026-02-16T23:11:59.368Z 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=f002e972c7aa6039 -C extra-filename=-c56384ac26a84edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52122026-02-16T23:12:00.685Z 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=387653cec3eb06e8 -C extra-filename=-08f7a4c65dc98346 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-976e225035409be9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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/`
52132026-02-16T23:12:10.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 --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b41bbbbb5a50f335 -C extra-filename=-b609e99a85ec0778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-976e225035409be9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52142026-02-16T23:12:26.755Z 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=9b340687b64d71a6 -C extra-filename=-fc03167b614a993c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52152026-02-16T23:12:28.008Z 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=653de0ee631918e9 -C extra-filename=-0edc87faf2c66750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-bda9d7b3463089bb.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e4c04f53b101375e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52162026-02-16T23:12:33.139Z 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=934dd4e4e8c9def3 -C extra-filename=-6043b58df2af4a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52172026-02-16T23:12:34.548Z 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=9079bfafdecb3168 -C extra-filename=-60d948aac935a200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52182026-02-16T23:12:37.304Z 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=c69101c80a0d5563 -C extra-filename=-5b2f6b317ebc5cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52192026-02-16T23:13:24.625Z 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=745571bb8df3ec3a -C extra-filename=-ee7b9e51f27223c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52202026-02-16T23:13:24.717Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52212026-02-16T23:13:24.723Z 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=0838221cb433c119 -C extra-filename=-03d291df28aeb21e --out-dir /work/oxidecomputer/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-f31d2c3c32d8206e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52222026-02-16T23:13:24.831Z 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=106d21b3ceeaa253 -C extra-filename=-835dced1b45cd2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52232026-02-16T23:13:28.467Z 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=5d144caf1c6c9d84 -C extra-filename=-f047456a1045f943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52242026-02-16T23:13:28.528Z 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=9e898a39609b336b -C extra-filename=-35e20f809f6f85d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52252026-02-16T23:13:34.683Z 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=4a0122f69a82a380 -C extra-filename=-fbe5fa96744941c4 --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52262026-02-16T23:13:39.709Z 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=ecb25715084e3821 -C extra-filename=-e1de0a6f828371aa --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-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52272026-02-16T23:13:41.373Z 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=738853919d8c8e5d -C extra-filename=-bcb84e6893ad41a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52282026-02-16T23:13:42.725Z 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=f0edd696db664a4d -C extra-filename=-1b2ebc2eef1cfd37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52292026-02-16T23:13:53.426Z 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=cd6529a7e8d75c8c -C extra-filename=-78cfa89803208ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d6b3be70afc05bba.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52302026-02-16T23:13:58.507Z 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=267f3a0ce9352827 -C extra-filename=-b3f4837a0bed2dd5 --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52312026-02-16T23:14:06.016Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52322026-02-16T23:14:06.024Z 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=b70bf0273d87a03f -C extra-filename=-024e08b2889f3656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52332026-02-16T23:14:07.351Z 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=4c45c8648cedf2c0 -C extra-filename=-1d2b9b492ee852b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52342026-02-16T23:14:08.010Z 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=231907ef01fa2ae8 -C extra-filename=-40151cca503a972f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52352026-02-16T23:14:10.947Z 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=61798b0f21c7ce3d -C extra-filename=-5ac246bbd4bd6843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-da3c90b33369b5fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52362026-02-16T23:14:11.585Z 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=30a51a4f0d59d6dc -C extra-filename=-62761c10d5259b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52372026-02-16T23:14:13.600Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e4cca2c9d35af95 -C extra-filename=-0fcf8c5aa4195e0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-35bc9e709ee2586e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52382026-02-16T23:14:14.895Z 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=9e67632de88ebb64 -C extra-filename=-bff7d991a900c5a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1cfc0feee6f07f51.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a69d61b81f6a260b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 --check-cfg 'cfg(svcadm_autoclear)'`
52392026-02-16T23:14:26.744Z 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=e0a14e53abe7c963 -C extra-filename=-36c6647cfe91e52b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52402026-02-16T23:14:42.935Z 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=78131a0fec797a27 -C extra-filename=-dcda3450a42146c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52412026-02-16T23:14:43.548Z 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=7f83f8d9e01bf99e -C extra-filename=-b4d6c35cba7e4c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-da3c90b33369b5fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52422026-02-16T23:14:44.941Z 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=35f009c5a9ba0369 -C extra-filename=-82776b52013a799b --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-f31d2c3c32d8206e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52432026-02-16T23:14:45.642Z 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=39e877da939adaad -C extra-filename=-b92896915c79fe04 --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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:14:48.680Z 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=893557a8625e7e24 -C extra-filename=-30cca7c0e31c132e --out-dir /work/oxidecomputer/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-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52452026-02-16T23:14:49.206Z 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=79fa0083da715c19 -C extra-filename=-eb1bb923f7523264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fa70e72376fb3500.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b58e19978114f20.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-51bd8ba17db94cd8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52462026-02-16T23:15:21.556Z 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=1b7b9731de297f56 -C extra-filename=-2d2c2f7f55bba9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52472026-02-16T23:15:22.820Z 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=77cc325cf56acf48 -C extra-filename=-3b6954e3748aeff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52482026-02-16T23:15:26.631Z 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=e1c87b262a88efa3 -C extra-filename=-6e3d877b70dd295d --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-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.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-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52492026-02-16T23:15:26.631Z 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=5796b65ba1d961d4 -C extra-filename=-eccec58aff81d420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-da3c90b33369b5fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52502026-02-16T23:15:27.471Z 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=6f710023fd87d948 -C extra-filename=-7a4ca9a8700e790b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52512026-02-16T23:15:27.653Z 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=eaa3c36dad084cac -C extra-filename=-d6aebda3d4979a0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52522026-02-16T23:15:49.658Z 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=34845cecb5c4a619 -C extra-filename=-6d69519a2c1f1869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52532026-02-16T23:15:51.444Z 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=aed2ee21bfa38a3b -C extra-filename=-d06344386add2fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52542026-02-16T23:15:55.078Z 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=af97b4d825df844f -C extra-filename=-0f32d0f55a6c19c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52552026-02-16T23:15:55.247Z 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=fd9b892764f7791c -C extra-filename=-2d3a812efdf6a1d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52562026-02-16T23:15:56.134Z 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=a8955351b6694a4c -C extra-filename=-d2ee3bd310ba115f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52572026-02-16T23:15:56.380Z 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=9a9cec8d4e0ef291 -C extra-filename=-842bb2395b11a54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52582026-02-16T23:16:02.355Z 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=2a0940aae221b84b -C extra-filename=-af7e0dfb808f1ac4 --out-dir /work/oxidecomputer/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-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52592026-02-16T23:16:05.822Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52602026-02-16T23:16:05.831Z 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=204ff9fbd9f7816f -C extra-filename=-53a2c17b8000601f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52612026-02-16T23:16:08.978Z 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=f3a0c1d2c2c4ad79 -C extra-filename=-de00dbc15437bde9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:09.627Z 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=941b50c2f88bf6c2 -C extra-filename=-9388ae2f96cbc696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:11.907Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=8cecde7db43db57e -C extra-filename=-435e26d61ec2d75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52642026-02-16T23:16:14.807Z 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=495a7fac0b5d7eb5 -C extra-filename=-ad07b80b7be13935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-8a8fc5855e9bd164.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52652026-02-16T23:16:15.980Z 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=f022e6cb22575be2 -C extra-filename=-bcd8c655e4c11b19 --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-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52662026-02-16T23:16:16.464Z 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=ef4d244c73a800ef -C extra-filename=-7a2d711053fb3026 --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-44d845df94438560.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52672026-02-16T23:16:17.336Z 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=0765b554d73976bb -C extra-filename=-7e1b8c0e255d7228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52682026-02-16T23:16:17.512Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8886e9f798bd15f0 -C extra-filename=-b7fa9f936583f46d --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-f31d2c3c32d8206e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:19.858Z 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=65ee58072080ac69 -C extra-filename=-5e420428c2cdee1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52702026-02-16T23:16:20.082Z 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=19140bc1aa69c775 -C extra-filename=-6578174eb3fc9584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52712026-02-16T23:16:22.363Z 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=013a2cc391862886 -C extra-filename=-97467e43150325be --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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:23.446Z 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=f2105a46b94d85da -C extra-filename=-90e1d028520f5ed3 --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-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:24.941Z 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=e7925dbcf82f7b45 -C extra-filename=-f91a0256d82538c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:27.740Z 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=7d20a2407f5dfa93 -C extra-filename=-55dc3bbb630113d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:29.339Z 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=0590c78ff6e0af6c -C extra-filename=-74216c67c875ea92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:31.305Z 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=b3c0a58e059987aa -C extra-filename=-1819d6ef2ffc659b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:35.060Z 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=bb93e86c7bdd107a -C extra-filename=-5f39b332c59cae45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9c9fd4f14932d9a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:37.568Z 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=0a1122b055a78c54 -C extra-filename=-a6974e0f5ab9d278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c87692329bde4b6a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e22aeb0b43a6c0c6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52792026-02-16T23:16:40.574Z 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=cc8f204423d55f29 -C extra-filename=-f641e8acd675fcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52802026-02-16T23:16:41.339Z 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=20f7704487b82be1 -C extra-filename=-ba98fab0527ddf0f --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-f15016a059b277e7.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-deff1f59675459b5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48edfecce72138a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52812026-02-16T23:16:43.354Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52822026-02-16T23:16:43.364Z 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=f9c475290fc88f36 -C extra-filename=-eed517e6926db896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:43.420Z 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=b91e04297c7e9fba -C extra-filename=-a1fb7fffd25972aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c87692329bde4b6a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52842026-02-16T23:16:45.254Z 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=28131ea8ba53221b -C extra-filename=-3d296a1a32b7cea5 --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-f15016a059b277e7.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52852026-02-16T23:16:45.977Z 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=e4b9fc2a41e0d2fd -C extra-filename=-71d9dd6a6ec676d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8e1686d3b6c6709d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
52862026-02-16T23:16:46.176Z 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=1bbadbff3a153fa6 -C extra-filename=-b1210b1bd233b329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52872026-02-16T23:16:46.309Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3658ab545c8573a5 -C extra-filename=-5a1cc2df44526021 --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-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52882026-02-16T23:16:47.353Z 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=a742116403918634 -C extra-filename=-5be3b078e0908a8b --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-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52892026-02-16T23:16:47.407Z 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=c7287ce92183b64c -C extra-filename=-a48453edec5d0677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52902026-02-16T23:16:50.250Z 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=6c24184594aed308 -C extra-filename=-42eb66fe0232e717 --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-a4c90b209fac200f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52912026-02-16T23:16:51.050Z 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=86889f3f8c9eb479 -C extra-filename=-c1e1a7cc75d85e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
52922026-02-16T23:16:51.365Z 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=c8a7d2eabe1a2f85 -C extra-filename=-7d58d8e2274d8c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52932026-02-16T23:16:52.108Z 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=8bdaafc72def7033 -C extra-filename=-d11359dda8cbe607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
52942026-02-16T23:16:52.646Z 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=9c1af5aca6946fe8 -C extra-filename=-938d97b2e9fc335a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:55.704Z 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=db9ab353e06b4ef9 -C extra-filename=-b739e6ecbecb5c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:16:57.333Z 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=ca4636cd6e63118a -C extra-filename=-a6ea0f7f3eec5f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:00.290Z 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=e1fe34045106b5c7 -C extra-filename=-a5148fb27c16d413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:01.998Z 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=8ffea30f17eca8cf -C extra-filename=-6845350183db429d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:03.435Z 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=2e345c723c856845 -C extra-filename=-1cbfde4fad164096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:04.893Z 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=3a9faa653a55fdb0 -C extra-filename=-ef077d0d9d56ee20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:05.417Z 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=4600c753fefd695d -C extra-filename=-a288c3c2758c37a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/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`
53022026-02-16T23:17:05.953Z 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=1293558ee9ff5f87 -C extra-filename=-4cbf359434b78dcf --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-7f4eab983f4d572e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:07.232Z 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=80c0855681ff59fb -C extra-filename=-3f1d2b9e356c86a0 --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-7f4eab983f4d572e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:08.228Z 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=ea68bf0a8b74f82f -C extra-filename=-b84aeea2abd84dbf --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-483a5f4c2fb9c8cb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/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-02-16T23:17:08.599Z 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=0e1b09258350e378 -C extra-filename=-f02e44b3a6b4cd29 --out-dir /work/oxidecomputer/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8e1686d3b6c6709d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:09.362Z 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=0f5a1955a89eee2d -C extra-filename=-a1c61e14fcf8ec9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:10.206Z 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=5aec526310f07bb0 -C extra-filename=-9760583c663e4abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:10.811Z 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=e63f78213ab66d30 -C extra-filename=-66a3f51883015417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:12.061Z 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=aa0f17dc5c144a92 -C extra-filename=-d802153f08d4d620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:12.397Z 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=8f97195293728221 -C extra-filename=-03ed00637df97aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:13.285Z 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=23a2fa8789580d5b -C extra-filename=-9adf2b1d22fc3f8a --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-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:14.365Z 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=6c33e0c285d143e5 -C extra-filename=-929614b1075cd9c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:14.988Z 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=788617ebd0f751b6 -C extra-filename=-a034387c90bbc0f2 --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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:15.013Z 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=fd23dc688ecae23b -C extra-filename=-4326306e94fb4a8b --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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:16.027Z 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=cbfd13c836120669 -C extra-filename=-48481ab4693d025e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/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`
53162026-02-16T23:17:16.102Z 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=4bc467903af9bd53 -C extra-filename=-def50bc9ab136214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:17:17.115Z 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=22a403a440210bce -C extra-filename=-9a541e2d68e1001f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:17:17.277Z 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=908d968d943130ac -C extra-filename=-3d6e95c13c3f8d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:17:17.369Z 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=b9e31c3dd3ee6eda -C extra-filename=-97037efe96f197f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:20.020Z 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=9fc0cf69b6ed145f -C extra-filename=-3347b47e9e71e990 --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-cb1a866b4f43520e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:20.534Z 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=cc311c84ac90175a -C extra-filename=-f01e9e329811faf5 --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-483a5f4c2fb9c8cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:17:21.548Z 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=aa9157df2f67b90b -C extra-filename=-826bd18c6a0b2183 --out-dir /work/oxidecomputer/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:22.060Z 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=22d16736f2390cb0 -C extra-filename=-58cfa5d246ebde23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.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-a693e154c31da445/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-02-16T23:17:24.254Z 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=7bc201ae5d7c78d3 -C extra-filename=-5a1747511a41de4d --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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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-02-16T23:17:24.752Z 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=3419bf37be2e0a13 -C extra-filename=-90c7f2271f2b6d8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-02-16T23:17:26.425Z 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=fe36d9020660e64d -C extra-filename=-6a40528710f43af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53272026-02-16T23:17:27.532Z 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=869614371aa49c7f -C extra-filename=-2f4c092ab988ba58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53282026-02-16T23:17:27.686Z 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=b7f8d23599b7507d -C extra-filename=-1532f8595100ce73 --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-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53292026-02-16T23:17:28.398Z 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=1852b4c914309ad2 -C extra-filename=-f48f27640fe2198e --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-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53302026-02-16T23:17:28.563Z 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=2425fdabe3802499 -C extra-filename=-3f2b09e98e29b344 --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-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53312026-02-16T23:17:28.592Z 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=1e265cacc0f63c90 -C extra-filename=-a79e6135e41c9ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
53322026-02-16T23:17:29.727Z 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=8f239d247019a988 -C extra-filename=-678bd6625d67bb40 --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-f15016a059b277e7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53332026-02-16T23:17:29.830Z 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=fae954409c7aa95c -C extra-filename=-1619db096b733d22 --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-f15016a059b277e7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53342026-02-16T23:17:30.179Z 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=a77f8f3db7a14b07 -C extra-filename=-40ec9f1b7396dffa --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-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53352026-02-16T23:17:30.426Z 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=073b5e862f7a0747 -C extra-filename=-e4ce3dd66b1940fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
53362026-02-16T23:17:30.974Z 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=ad1bd07b59c2aa63 -C extra-filename=-92fdd1aff0b5954a --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-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53372026-02-16T23:17:32.182Z 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=aae47577c46fdab0 -C extra-filename=-fe2ab452ab18de93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53382026-02-16T23:17:34.093Z 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=e93432579e112fb5 -C extra-filename=-acff70af2fa57aa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53392026-02-16T23:17:37.620Z 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=52f5fc9a15bf1491 -C extra-filename=-fa8597d7be94190f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53402026-02-16T23:17:42.728Z 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=15ec1a745f1e9b18 -C extra-filename=-81f7b035c4bacae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53412026-02-16T23:17:44.901Z 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=098dd9b13a585f99 -C extra-filename=-e8ebd842b1fe9c01 --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-f15016a059b277e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53422026-02-16T23:17:45.811Z 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=b6dcfa21b21c332c -C extra-filename=-04b487bbb7e0aeb2 --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-f15016a059b277e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53432026-02-16T23:17:46.603Z 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=e16c32598d4f02ee -C extra-filename=-b980e462a51692a1 --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-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53442026-02-16T23:17:46.714Z 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=2cc43ec8d2b7b9fb -C extra-filename=-a7b5a90dd83635a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53452026-02-16T23:17:48.245Z 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=47da0dde9237758e -C extra-filename=-3fd09e225bec980c --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-f31d2c3c32d8206e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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`
53462026-02-16T23:17:48.491Z 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=c1b60d6859e66e95 -C extra-filename=-414e92363bf25d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-a693e154c31da445/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`
53472026-02-16T23:17:50.330Z 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=a1377a89bee0ce40 -C extra-filename=-6aa27a5b3daaafff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53482026-02-16T23:17:51.397Z 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=91b39c63ec72ad42 -C extra-filename=-846c8fff412b3405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53492026-02-16T23:17:52.295Z 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=53d1c8380daf081b -C extra-filename=-10f8fa5849acefce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53502026-02-16T23:17:52.454Z 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=9889d3e112d4647d -C extra-filename=-0e3d9f265c3f7194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-994143e5b7399f4d.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2841d9923bfb3981.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0ea5c03b1627206b.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-22a53ab63963f93c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de7eb598561f51ea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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`
53512026-02-16T23:17:53.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=06f9119255f4d329 -C extra-filename=-0b9a5925c32ee636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-629984ee1cbfbcc0.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
53522026-02-16T23:17:54.493Z 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`
53532026-02-16T23:19:22.089Z 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=944d0c0b71211e4c -C extra-filename=-e2b2fda697a6d3a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.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-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-9ce6d9331657eede.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-68aa7342e49445f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53542026-02-16T23:19:22.089Z 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=7795fef11f0462c4 -C extra-filename=-0e63c86c5d51c46c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-89981ba03029e2b7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 -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`
53552026-02-16T23:19:22.114Z 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=69fd808330f7fd37 -C extra-filename=-985d08ca877ccd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-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-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53562026-02-16T23:19:22.160Z 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=605df7df7f286a77 -C extra-filename=-5ec09b8bb4b058d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53572026-02-16T23:19:22.163Z 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=73fa9a384bf39af5 -C extra-filename=-a59ba743030cdaa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53582026-02-16T23:19:22.166Z 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=9ee58d3eaae91f1f -C extra-filename=-267f7c49426558ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-89981ba03029e2b7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 -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`
53592026-02-16T23:19:22.240Z 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=17ddfd4b35a50c25 -C extra-filename=-93dd92c4297300d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.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-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-9ce6d9331657eede.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-68aa7342e49445f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53602026-02-16T23:19:22.241Z 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=1b99d1a6170014b3 -C extra-filename=-e35a33342e533df9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/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 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53612026-02-16T23:44:16.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47m 41s
53622026-02-16T23:44:43.636Z
53632026-02-16T23:44:43.639Zreal 48:08.615544553
53642026-02-16T23:44:43.639Zuser 2:26:31.354143045
53652026-02-16T23:44:43.640Zsys 26:30.720087558
53662026-02-16T23:44:43.640Ztrap 13.583047741
53672026-02-16T23:44:43.643Ztflt 9.345551465
53682026-02-16T23:44:43.643Zdflt 1:28:39.485528956
53692026-02-16T23:44:43.643Zkflt 1.781903502
53702026-02-16T23:44:43.643Zlock 12:15:42.668212076
53712026-02-16T23:44:43.643Zslp 22:03:44.824065949
53722026-02-16T23:44:43.643Zlat 12:56.159909508
53732026-02-16T23:44:43.643Zstop 18:18.749493821
53742026-02-16T23:44:44.655Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
53752026-02-16T23:44:50.745Z Fresh unicode-ident v1.0.19
53762026-02-16T23:44:50.745Z Fresh cfg-if v1.0.4
53772026-02-16T23:44:50.748Z Fresh autocfg v1.4.0
53782026-02-16T23:44:50.748Z Fresh memchr v2.7.4
53792026-02-16T23:44:50.748Z Fresh proc-macro2 v1.0.101
53802026-02-16T23:44:50.748Z Fresh value-bag v1.12.0
53812026-02-16T23:44:50.748Z Fresh smallvec v1.15.1
53822026-02-16T23:44:50.748Z Fresh version_check v0.9.5
53832026-02-16T23:44:50.751Z Fresh itoa v1.0.11
53842026-02-16T23:44:50.751Z Fresh quote v1.0.40
53852026-02-16T23:44:50.751Z Fresh libc v0.2.180
53862026-02-16T23:44:50.751Z Fresh serde_core v1.0.228
53872026-02-16T23:44:50.751Z Fresh log v0.4.29
53882026-02-16T23:44:50.758Z Fresh scopeguard v1.2.0
53892026-02-16T23:44:50.758Z Fresh syn v2.0.114
53902026-02-16T23:44:50.758Z Fresh getrandom v0.2.15
53912026-02-16T23:44:50.758Z Fresh stable_deref_trait v1.2.0
53922026-02-16T23:44:50.758Z Fresh serde_derive v1.0.228
53932026-02-16T23:44:50.758Z Fresh lock_api v0.4.12
53942026-02-16T23:44:50.758Z Fresh libm v0.2.8
53952026-02-16T23:44:50.758Z Fresh zeroize_derive v1.4.2
53962026-02-16T23:44:50.758Z Fresh synstructure v0.13.1
53972026-02-16T23:44:50.758Z Fresh serde v1.0.228
53982026-02-16T23:44:50.758Z Fresh num-traits v0.2.19
53992026-02-16T23:44:50.758Z Fresh zmij v1.0.15
54002026-02-16T23:44:50.763Z Fresh zeroize v1.8.1
54012026-02-16T23:44:50.763Z Fresh zerofrom-derive v0.1.4
54022026-02-16T23:44:50.763Z Fresh critical-section v1.1.3
54032026-02-16T23:44:50.763Z Fresh bitflags v2.9.4
54042026-02-16T23:44:50.763Z Fresh bytes v1.11.1
54052026-02-16T23:44:50.763Z Fresh serde_json v1.0.149
54062026-02-16T23:44:50.763Z Fresh portable-atomic v1.11.0
54072026-02-16T23:44:50.763Z Fresh zerofrom v0.1.4
54082026-02-16T23:44:50.763Z Fresh yoke-derive v0.7.4
54092026-02-16T23:44:50.763Z Fresh zerovec-derive v0.10.3
54102026-02-16T23:44:50.763Z Fresh getrandom v0.3.4
54112026-02-16T23:44:50.763Z Fresh once_cell v1.21.3
54122026-02-16T23:44:50.763Z Fresh yoke v0.7.4
54132026-02-16T23:44:50.763Z Fresh displaydoc v0.2.5
54142026-02-16T23:44:50.763Z Fresh litemap v0.7.3
54152026-02-16T23:44:50.763Z Fresh writeable v0.5.5
54162026-02-16T23:44:50.764Z Fresh percent-encoding v2.3.2
54172026-02-16T23:44:50.764Z Fresh icu_provider_macros v1.5.0
54182026-02-16T23:44:50.764Z Fresh zerovec v0.10.4
54192026-02-16T23:44:50.764Z Fresh icu_locid_transform_data v1.5.0
54202026-02-16T23:44:50.764Z Fresh semver v1.0.27
54212026-02-16T23:44:50.764Z Fresh icu_properties_data v1.5.0
54222026-02-16T23:44:50.764Z Fresh errno v0.3.12
54232026-02-16T23:44:50.764Z Fresh icu_normalizer_data v1.5.0
54242026-02-16T23:44:50.767Z Fresh utf8_iter v1.0.4
54252026-02-16T23:44:50.767Z Fresh write16 v1.0.0
54262026-02-16T23:44:50.767Z Fresh tinystr v0.7.6
54272026-02-16T23:44:50.767Z Fresh icu_collections v1.5.0
54282026-02-16T23:44:50.767Z Fresh allocator-api2 v0.2.21
54292026-02-16T23:44:50.767Z Fresh utf16_iter v1.0.5
54302026-02-16T23:44:50.767Z Fresh form_urlencoded v1.2.2
54312026-02-16T23:44:50.767Z Fresh rand_core v0.6.4
54322026-02-16T23:44:50.767Z Fresh pin-project-lite v0.2.14
54332026-02-16T23:44:50.767Z Fresh byteorder v1.5.0
54342026-02-16T23:44:50.767Z Fresh icu_locid v1.5.0
54352026-02-16T23:44:50.767Z Fresh shlex v1.3.0
54362026-02-16T23:44:50.767Z Fresh regex-syntax v0.8.5
54372026-02-16T23:44:50.767Z Fresh equivalent v1.0.2
54382026-02-16T23:44:50.767Z Fresh heck v0.5.0
54392026-02-16T23:44:50.767Z Fresh subtle v2.6.1
54402026-02-16T23:44:50.767Z Fresh jobserver v0.1.32
54412026-02-16T23:44:50.770Z Fresh icu_provider v1.5.0
54422026-02-16T23:44:50.770Z Fresh cc v1.2.30
54432026-02-16T23:44:50.770Z Fresh signal-hook-registry v1.4.2
54442026-02-16T23:44:50.773Z Fresh aho-corasick v1.1.3
54452026-02-16T23:44:50.773Z Fresh icu_locid_transform v1.5.0
54462026-02-16T23:44:50.773Z Fresh parking_lot_core v0.9.10
54472026-02-16T23:44:50.773Z Fresh fnv v1.0.7
54482026-02-16T23:44:50.773Z Fresh regex-automata v0.4.11
54492026-02-16T23:44:50.773Z Fresh mio v1.0.2
54502026-02-16T23:44:50.776Z Fresh icu_properties v1.5.1
54512026-02-16T23:44:50.776Z Fresh parking_lot v0.12.3
54522026-02-16T23:44:50.776Z Fresh rustix v0.38.37
54532026-02-16T23:44:50.776Z Fresh typenum v1.17.0
54542026-02-16T23:44:50.776Z Fresh futures-core v0.3.31
54552026-02-16T23:44:50.776Z Fresh thiserror-impl v2.0.18
54562026-02-16T23:44:50.776Z Fresh iana-time-zone v0.1.63
54572026-02-16T23:44:50.776Z Fresh icu_normalizer v1.5.0
54582026-02-16T23:44:50.776Z Fresh generic-array v0.14.7
54592026-02-16T23:44:50.776Z Fresh chrono v0.4.43
54602026-02-16T23:44:50.778Z Fresh hashbrown v0.16.1
54612026-02-16T23:44:50.778Z Fresh uuid v1.19.0
54622026-02-16T23:44:50.778Z Fresh tokio-macros v2.6.0
54632026-02-16T23:44:50.778Z Fresh socket2 v0.6.1
54642026-02-16T23:44:50.778Z Fresh idna_adapter v1.2.0
54652026-02-16T23:44:50.778Z Fresh thiserror v2.0.18
54662026-02-16T23:44:50.778Z Fresh crypto-common v0.1.6
54672026-02-16T23:44:50.778Z Fresh tokio v1.49.0
54682026-02-16T23:44:50.781Z Fresh regex v1.11.3
54692026-02-16T23:44:50.781Z Fresh either v1.15.0
54702026-02-16T23:44:50.781Z Fresh indexmap v2.13.0
54712026-02-16T23:44:50.781Z Fresh spin v0.9.8
54722026-02-16T23:44:50.781Z Fresh idna v1.0.3
54732026-02-16T23:44:50.781Z Fresh thiserror-impl v1.0.69
54742026-02-16T23:44:50.781Z Fresh serde_derive_internals v0.29.1
54752026-02-16T23:44:50.781Z Fresh dyn-clone v1.0.20
54762026-02-16T23:44:50.781Z Fresh zerocopy-derive v0.7.35
54772026-02-16T23:44:50.781Z Fresh const-oid v0.9.6
54782026-02-16T23:44:50.781Z Fresh url v2.5.4
54792026-02-16T23:44:50.781Z Fresh schemars_derive v0.8.22
54802026-02-16T23:44:50.781Z Fresh zerocopy v0.7.35
54812026-02-16T23:44:50.781Z Fresh futures-io v0.3.31
54822026-02-16T23:44:50.781Z Fresh lazy_static v1.5.0
54832026-02-16T23:44:50.781Z Fresh thiserror v1.0.69
54842026-02-16T23:44:50.781Z Fresh schemars v0.8.22
54852026-02-16T23:44:50.784Z Fresh block-buffer v0.10.4
54862026-02-16T23:44:50.784Z Fresh pkg-config v0.3.31
54872026-02-16T23:44:50.787Z Fresh strsim v0.11.1
54882026-02-16T23:44:50.787Z Fresh rustversion v1.0.22
54892026-02-16T23:44:50.787Z Fresh digest v0.10.7
54902026-02-16T23:44:50.787Z Fresh pin-utils v0.1.0
54912026-02-16T23:44:50.788Z Fresh futures-sink v0.3.31
54922026-02-16T23:44:50.788Z Fresh cpufeatures v0.2.14
54932026-02-16T23:44:50.788Z Fresh futures-macro v0.3.31
54942026-02-16T23:44:50.788Z Fresh slab v0.4.9
54952026-02-16T23:44:50.791Z Fresh syn v1.0.109
54962026-02-16T23:44:50.791Z Fresh futures-channel v0.3.31
54972026-02-16T23:44:50.791Z Fresh futures-task v0.3.31
54982026-02-16T23:44:50.791Z Fresh ppv-lite86 v0.2.20
54992026-02-16T23:44:50.791Z Fresh foldhash v0.1.5
55002026-02-16T23:44:50.791Z Fresh adler2 v2.0.0
55012026-02-16T23:44:50.791Z Fresh tracing-core v0.1.32
55022026-02-16T23:44:50.791Z Fresh futures-util v0.3.31
55032026-02-16T23:44:50.791Z Fresh hashbrown v0.15.4
55042026-02-16T23:44:50.791Z Fresh miniz_oxide v0.8.5
55052026-02-16T23:44:50.791Z Fresh tracing-attributes v0.1.27
55062026-02-16T23:44:50.791Z Fresh glob v0.3.2
55072026-02-16T23:44:50.791Z Fresh gimli v0.31.1
55082026-02-16T23:44:50.791Z Fresh object v0.36.5
55092026-02-16T23:44:50.791Z Fresh rustc-demangle v0.1.24
55102026-02-16T23:44:50.794Z Fresh tracing v0.1.40
55112026-02-16T23:44:50.794Z Fresh addr2line v0.24.2
55122026-02-16T23:44:50.794Z Fresh http v1.4.0
55132026-02-16T23:44:50.797Z Fresh minimal-lexical v0.2.1
55142026-02-16T23:44:50.797Z Fresh backtrace v0.3.74
55152026-02-16T23:44:50.797Z Fresh nom v7.1.3
55162026-02-16T23:44:50.797Z Fresh serde_tokenstream v0.2.2
55172026-02-16T23:44:50.797Z Fresh crossbeam-utils v0.8.21
55182026-02-16T23:44:50.797Z Fresh paste v1.0.15
55192026-02-16T23:44:50.797Z Fresh libloading v0.8.5
55202026-02-16T23:44:50.797Z Fresh utf8parse v0.2.2
55212026-02-16T23:44:50.797Z Fresh powerfmt v0.2.0
55222026-02-16T23:44:50.797Z Fresh num-conv v0.1.0
55232026-02-16T23:44:50.797Z Fresh time-core v0.1.6
55242026-02-16T23:44:50.800Z Fresh time-macros v0.2.24
55252026-02-16T23:44:50.800Z Fresh clang-sys v1.8.1
55262026-02-16T23:44:50.800Z Fresh anyhow v1.0.99
55272026-02-16T23:44:50.800Z Fresh deranged v0.5.3
55282026-02-16T23:44:50.800Z Fresh prettyplease v0.2.36
55292026-02-16T23:44:50.800Z Fresh cexpr v0.6.0
55302026-02-16T23:44:50.800Z Fresh num_threads v0.1.7
55312026-02-16T23:44:50.800Z Fresh base64 v0.22.1
55322026-02-16T23:44:50.800Z Fresh base64ct v1.6.0
55332026-02-16T23:44:50.800Z Fresh home v0.5.9
55342026-02-16T23:44:50.800Z Fresh time v0.3.43
55352026-02-16T23:44:50.800Z Fresh block-padding v0.3.3
55362026-02-16T23:44:50.803Z Fresh vcpkg v0.2.15
55372026-02-16T23:44:50.803Z Fresh ipnet v2.11.0
55382026-02-16T23:44:50.803Z Fresh inout v0.1.3
55392026-02-16T23:44:50.803Z Fresh anstyle v1.0.11
55402026-02-16T23:44:50.803Z Fresh itertools v0.12.1
55412026-02-16T23:44:50.803Z Fresh zerocopy-derive v0.8.27
55422026-02-16T23:44:50.803Z Fresh ident_case v1.0.1
55432026-02-16T23:44:50.803Z Fresh cipher v0.4.4
55442026-02-16T23:44:50.803Z Fresh zerocopy v0.8.27
55452026-02-16T23:44:50.803Z Fresh which v4.4.2
55462026-02-16T23:44:50.803Z Fresh anstyle-parse v0.2.5
55472026-02-16T23:44:50.803Z Fresh tokio-util v0.7.15
55482026-02-16T23:44:50.803Z Fresh atomic-waker v1.1.2
55492026-02-16T23:44:50.807Z Fresh is_terminal_polyfill v1.70.1
55502026-02-16T23:44:50.807Z Fresh lazycell v1.3.0
55512026-02-16T23:44:50.807Z Fresh rustc-hash v1.1.0
55522026-02-16T23:44:50.807Z Fresh colorchoice v1.0.2
55532026-02-16T23:44:50.807Z Fresh anstyle-query v1.1.1
55542026-02-16T23:44:50.807Z Fresh pem-rfc7468 v0.7.0
55552026-02-16T23:44:50.807Z Fresh sha2 v0.10.9
55562026-02-16T23:44:50.807Z Fresh anstream v0.6.18
55572026-02-16T23:44:50.807Z Fresh bindgen v0.69.5
55582026-02-16T23:44:50.807Z Fresh cmake v0.1.51
55592026-02-16T23:44:50.807Z Fresh fastrand v2.1.1
55602026-02-16T23:44:50.807Z Fresh untrusted v0.9.0
55612026-02-16T23:44:50.808Z Fresh fs_extra v1.3.0
55622026-02-16T23:44:50.808Z Fresh dunce v1.0.5
55632026-02-16T23:44:50.808Z Fresh httparse v1.9.5
55642026-02-16T23:44:50.808Z Fresh ring v0.17.14
55652026-02-16T23:44:50.808Z Fresh hmac v0.12.1
55662026-02-16T23:44:50.808Z Fresh terminal_size v0.4.0
55672026-02-16T23:44:50.808Z Fresh der_derive v0.7.3
55682026-02-16T23:44:50.811Z Fresh ryu v1.0.18
55692026-02-16T23:44:50.811Z Fresh flagset v0.4.6
55702026-02-16T23:44:50.811Z Fresh clap_lex v0.7.4
55712026-02-16T23:44:50.811Z Fresh clap_builder v4.5.48
55722026-02-16T23:44:50.811Z Fresh der v0.7.10
55732026-02-16T23:44:50.811Z Fresh rand_chacha v0.3.1
55742026-02-16T23:44:50.811Z Fresh clap_derive v4.5.47
55752026-02-16T23:44:50.811Z Fresh rustls-pki-types v1.10.0
55762026-02-16T23:44:50.811Z Fresh http-body v1.0.1
55772026-02-16T23:44:50.814Z Fresh rand v0.8.5
55782026-02-16T23:44:50.814Z Fresh clap v4.5.48
55792026-02-16T23:44:50.814Z Fresh unicode-segmentation v1.12.0
55802026-02-16T23:44:50.814Z Fresh aws-lc-sys v0.26.0
55812026-02-16T23:44:50.814Z Fresh httpdate v1.0.3
55822026-02-16T23:44:50.814Z Fresh try-lock v0.2.5
55832026-02-16T23:44:50.814Z Fresh untrusted v0.7.1
55842026-02-16T23:44:50.814Z Fresh want v0.3.1
55852026-02-16T23:44:50.814Z Fresh aws-lc-rs v1.12.4
55862026-02-16T23:44:50.817Z Fresh h2 v0.4.6
55872026-02-16T23:44:50.817Z Fresh tower-layer v0.3.3
55882026-02-16T23:44:50.817Z Fresh tower-service v0.3.3
55892026-02-16T23:44:50.820Z Fresh rand_core v0.9.3
55902026-02-16T23:44:50.820Z Fresh hyper v1.8.1
55912026-02-16T23:44:50.820Z Fresh rustls-webpki v0.102.8
55922026-02-16T23:44:50.820Z Fresh toml_datetime v0.6.11
55932026-02-16T23:44:50.820Z Fresh serde_spanned v0.6.9
55942026-02-16T23:44:50.820Z Fresh erased-serde v0.3.31
55952026-02-16T23:44:50.820Z Fresh async-trait v0.1.89
55962026-02-16T23:44:50.820Z Fresh slog v2.8.2
55972026-02-16T23:44:50.820Z Fresh spki v0.7.3
55982026-02-16T23:44:50.820Z Fresh pbkdf2 v0.12.2
55992026-02-16T23:44:50.820Z Fresh aes v0.8.4
56002026-02-16T23:44:50.820Z Fresh ucd-trie v0.1.7
56012026-02-16T23:44:50.820Z Fresh mime v0.3.17
56022026-02-16T23:44:50.823Z Fresh camino v1.2.2
56032026-02-16T23:44:50.823Z Fresh pest v2.8.2
56042026-02-16T23:44:50.823Z Fresh hyper-util v0.1.19
56052026-02-16T23:44:50.823Z Fresh salsa20 v0.10.2
56062026-02-16T23:44:50.823Z Fresh cbc v0.1.2
56072026-02-16T23:44:50.823Z Fresh rustc_version v0.4.1
56082026-02-16T23:44:50.823Z Fresh rand_chacha v0.9.0
56092026-02-16T23:44:50.823Z Fresh scrypt v0.11.0
56102026-02-16T23:44:50.823Z Fresh pest_meta v2.8.2
56112026-02-16T23:44:50.823Z Fresh http-body-util v0.1.3
56122026-02-16T23:44:50.823Z Fresh plain v0.2.3
56132026-02-16T23:44:50.824Z Fresh rand v0.9.2
56142026-02-16T23:44:50.824Z Fresh foreign-types-shared v0.1.1
56152026-02-16T23:44:50.824Z Fresh openssl-probe v0.1.5
56162026-02-16T23:44:50.826Z Fresh rustix v1.1.3
56172026-02-16T23:44:50.826Z Fresh pkcs5 v0.7.1
56182026-02-16T23:44:50.826Z Fresh pest_generator v2.8.2
56192026-02-16T23:44:50.826Z Fresh foreign-types v0.3.2
56202026-02-16T23:44:50.826Z Fresh openssl-sys v0.9.109
56212026-02-16T23:44:50.827Z Fresh serde_urlencoded v0.7.1
56222026-02-16T23:44:50.827Z Fresh hex v0.4.3
56232026-02-16T23:44:50.827Z Fresh pkcs8 v0.10.2
56242026-02-16T23:44:50.827Z Fresh pest_derive v2.8.2
56252026-02-16T23:44:50.827Z Fresh tempfile v3.24.0
56262026-02-16T23:44:50.827Z Fresh openssl-macros v0.1.1
56272026-02-16T23:44:50.827Z Fresh encoding_rs v0.8.34
56282026-02-16T23:44:50.827Z Fresh pretty-hex v0.4.1
56292026-02-16T23:44:50.829Z Fresh openssl v0.10.73
56302026-02-16T23:44:50.829Z Fresh ipnetwork v0.21.1
56312026-02-16T23:44:50.829Z Fresh openapiv3 v2.2.0
56322026-02-16T23:44:50.830Z Fresh litrs v0.4.1
56332026-02-16T23:44:50.830Z Fresh sync_wrapper v1.0.1
56342026-02-16T23:44:50.830Z Fresh rustls v0.23.19
56352026-02-16T23:44:50.830Z Fresh document-features v0.2.11
56362026-02-16T23:44:50.830Z Fresh psl-types v2.0.11
56372026-02-16T23:44:50.830Z Fresh tower v0.5.2
56382026-02-16T23:44:50.830Z Fresh rustls-native-certs v0.8.1
56392026-02-16T23:44:50.830Z Fresh webpki-roots v1.0.1
56402026-02-16T23:44:50.834Z Fresh native-tls v0.2.12
56412026-02-16T23:44:50.834Z Fresh tokio-rustls v0.26.0
56422026-02-16T23:44:50.834Z Fresh publicsuffix v2.3.0
56432026-02-16T23:44:50.834Z Fresh cookie v0.18.1
56442026-02-16T23:44:50.834Z Fresh winnow v0.7.14
56452026-02-16T23:44:50.834Z Fresh iri-string v0.7.8
56462026-02-16T23:44:50.834Z Fresh signature v2.2.0
56472026-02-16T23:44:50.834Z Fresh darling_core v0.21.0
56482026-02-16T23:44:50.834Z Fresh tokio-native-tls v0.3.1
56492026-02-16T23:44:50.834Z Fresh cookie_store v0.21.1
56502026-02-16T23:44:50.834Z Fresh tower-http v0.6.6
56512026-02-16T23:44:50.834Z Fresh hyper-rustls v0.27.7
56522026-02-16T23:44:50.834Z Fresh strum_macros v0.26.4
56532026-02-16T23:44:50.834Z Fresh darling_macro v0.21.0
56542026-02-16T23:44:50.834Z Fresh sha1 v0.10.6
56552026-02-16T23:44:50.834Z Fresh static_assertions v1.1.0
56562026-02-16T23:44:50.837Z Fresh hyper-tls v0.6.0
56572026-02-16T23:44:50.837Z Fresh strum v0.26.3
56582026-02-16T23:44:50.837Z Fresh data-encoding v2.9.0
56592026-02-16T23:44:50.837Z Fresh winnow v0.5.40
56602026-02-16T23:44:50.837Z Fresh darling v0.21.0
56612026-02-16T23:44:50.837Z Fresh oxnet v0.1.4
56622026-02-16T23:44:50.837Z Fresh darling_core v0.20.10
56632026-02-16T23:44:50.837Z Fresh hubpack_derive v0.1.1
56642026-02-16T23:44:50.837Z Fresh reqwest v0.12.24
56652026-02-16T23:44:50.837Z Fresh toml_edit v0.19.15
56662026-02-16T23:44:50.837Z Fresh tinyvec_macros v0.1.1
56672026-02-16T23:44:50.837Z Fresh quick-error v1.2.3
56682026-02-16T23:44:50.840Z Fresh hubpack v0.1.2
56692026-02-16T23:44:50.840Z Fresh darling_macro v0.20.10
56702026-02-16T23:44:50.840Z Fresh num-integer v0.1.46
56712026-02-16T23:44:50.840Z Fresh scroll_derive v0.12.0
56722026-02-16T23:44:50.840Z Fresh tinyvec v1.8.0
56732026-02-16T23:44:50.840Z Fresh scroll v0.12.0
56742026-02-16T23:44:50.840Z Fresh darling v0.20.10
56752026-02-16T23:44:50.840Z Fresh bit-vec v0.8.0
56762026-02-16T23:44:50.841Z Fresh base16ct v0.2.0
56772026-02-16T23:44:50.841Z Fresh ff v0.13.0
56782026-02-16T23:44:50.841Z Fresh scroll_derive v0.13.1
56792026-02-16T23:44:50.841Z Fresh bit-set v0.8.0
56802026-02-16T23:44:50.841Z Fresh sec1 v0.7.3
56812026-02-16T23:44:50.844Z Fresh goblin v0.8.2
56822026-02-16T23:44:50.844Z Fresh wait-timeout v0.2.0
56832026-02-16T23:44:50.844Z Fresh crc32fast v1.4.2
56842026-02-16T23:44:50.844Z Fresh group v0.13.0
56852026-02-16T23:44:50.844Z Fresh dof v0.3.0
56862026-02-16T23:44:50.844Z Fresh ahash v0.8.12
56872026-02-16T23:44:50.844Z Fresh scroll v0.13.0
56882026-02-16T23:44:50.847Z Fresh num-iter v0.1.45
56892026-02-16T23:44:50.847Z Fresh dtrace-parser v0.2.0
56902026-02-16T23:44:50.847Z Fresh hkdf v0.12.4
56912026-02-16T23:44:50.847Z Fresh crypto-bigint v0.5.5
56922026-02-16T23:44:50.847Z Fresh bstr v1.10.0
56932026-02-16T23:44:50.847Z Fresh thread-id v4.2.2
56942026-02-16T23:44:50.847Z Fresh toml_write v0.1.2
56952026-02-16T23:44:50.847Z Fresh goblin v0.10.2
56962026-02-16T23:44:50.848Z Fresh elliptic-curve v0.13.8
56972026-02-16T23:44:50.848Z Fresh rusty-fork v0.3.0
56982026-02-16T23:44:50.848Z Fresh rand_xorshift v0.4.0
56992026-02-16T23:44:50.848Z Fresh usdt-impl v0.5.0
57002026-02-16T23:44:50.848Z Fresh toml_edit v0.22.27
57012026-02-16T23:44:50.848Z Fresh heck v0.4.1
57022026-02-16T23:44:50.848Z Fresh crossbeam-epoch v0.9.18
57032026-02-16T23:44:50.848Z Fresh itertools v0.13.0
57042026-02-16T23:44:50.851Z Fresh zlib-rs v0.5.1
57052026-02-16T23:44:50.851Z Fresh unarray v0.1.4
57062026-02-16T23:44:50.851Z Fresh libz-rs-sys v0.5.1
57072026-02-16T23:44:50.853Z Fresh proptest v1.7.0
57082026-02-16T23:44:50.853Z Fresh num-bigint-dig v0.8.6
57092026-02-16T23:44:50.853Z Fresh dof v0.4.0
57102026-02-16T23:44:50.853Z Fresh dtrace-parser v0.3.0
57112026-02-16T23:44:50.853Z Fresh pkcs1 v0.7.5
57122026-02-16T23:44:50.853Z Fresh x509-cert v0.2.5
57132026-02-16T23:44:50.856Z Fresh thread-id v5.0.0
57142026-02-16T23:44:50.856Z Fresh flate2 v1.1.2
57152026-02-16T23:44:50.856Z Fresh rsa v0.9.8
57162026-02-16T23:44:50.856Z Fresh rfc6979 v0.4.0
57172026-02-16T23:44:50.859Z Fresh usdt-impl v0.6.0
57182026-02-16T23:44:50.859Z Fresh curve25519-dalek-derive v0.1.1
57192026-02-16T23:44:50.859Z Fresh memmap2 v0.9.8
57202026-02-16T23:44:50.859Z Fresh bitflags v1.3.2
57212026-02-16T23:44:50.859Z Fresh ecdsa v0.16.9
57222026-02-16T23:44:50.859Z Fresh newtype-uuid v1.3.2
57232026-02-16T23:44:50.859Z Fresh derive_builder_core v0.20.2
57242026-02-16T23:44:50.859Z Fresh bzip2-sys v0.1.13+1.0.8
57252026-02-16T23:44:50.859Z Fresh curve25519-dalek v4.1.3
57262026-02-16T23:44:50.859Z Fresh serde_with_macros v3.16.1
57272026-02-16T23:44:50.859Z Fresh daft-derive v0.1.4
57282026-02-16T23:44:50.859Z Fresh env_filter v0.1.2
57292026-02-16T23:44:50.859Z Fresh siphasher v0.3.11
57302026-02-16T23:44:50.859Z Fresh keccak v0.1.5
57312026-02-16T23:44:50.862Z Fresh cfg_aliases v0.2.1
57322026-02-16T23:44:50.862Z Fresh daft v0.1.4
57332026-02-16T23:44:50.862Z Fresh phf_shared v0.11.2
57342026-02-16T23:44:50.862Z Fresh sha3 v0.10.8
57352026-02-16T23:44:50.863Z Fresh env_logger v0.11.8
57362026-02-16T23:44:50.863Z Fresh serde_with v3.16.1
57372026-02-16T23:44:50.863Z Fresh derive_builder_macro v0.20.2
57382026-02-16T23:44:50.863Z Fresh usdt-macro v0.6.0
57392026-02-16T23:44:50.863Z Fresh usdt-attr-macro v0.6.0
57402026-02-16T23:44:50.863Z Fresh toml v0.7.8
57412026-02-16T23:44:50.865Z Fresh ed25519 v2.2.3
57422026-02-16T23:44:50.865Z Fresh memoffset v0.9.1
57432026-02-16T23:44:50.865Z Fresh usdt v0.6.0
57442026-02-16T23:44:50.866Z Fresh signal-hook v0.3.18
57452026-02-16T23:44:50.866Z Fresh ed25519-dalek v2.1.1
57462026-02-16T23:44:50.866Z Fresh derive_builder v0.20.2
57472026-02-16T23:44:50.866Z Fresh unicode-normalization v0.1.24
57482026-02-16T23:44:50.866Z Fresh enum-as-inner v0.6.1
57492026-02-16T23:44:50.869Z Fresh managed v0.8.0
57502026-02-16T23:44:50.869Z Fresh itertools v0.10.5
57512026-02-16T23:44:50.869Z Fresh cargo-platform v0.1.8
57522026-02-16T23:44:50.869Z Fresh ref-cast-impl v1.0.25
57532026-02-16T23:44:50.871Z Fresh precomputed-hash v0.1.1
57542026-02-16T23:44:50.871Z Fresh fixedbitset v0.4.2
57552026-02-16T23:44:50.871Z Fresh new_debug_unreachable v1.0.6
57562026-02-16T23:44:50.871Z Fresh rustc-hash v2.1.1
57572026-02-16T23:44:50.871Z Fresh cargo_metadata v0.19.2
57582026-02-16T23:44:50.874Z Fresh vergen-lib v0.1.6
57592026-02-16T23:44:50.874Z Fresh petgraph v0.6.5
57602026-02-16T23:44:50.874Z Fresh ref-cast v1.0.25
57612026-02-16T23:44:50.874Z Fresh string_cache v0.8.9
57622026-02-16T23:44:50.874Z Fresh zstd-sys v2.0.14+zstd.1.5.7
57632026-02-16T23:44:50.874Z Fresh signal-hook-mio v0.2.4
57642026-02-16T23:44:50.874Z Fresh bzip2 v0.4.4
57652026-02-16T23:44:50.874Z Fresh zstd-safe v7.2.3
57662026-02-16T23:44:50.874Z Fresh vergen v9.0.6
57672026-02-16T23:44:50.874Z Fresh zip v0.6.6
57682026-02-16T23:44:50.874Z Fresh lockfree-object-pool v0.1.6
57692026-02-16T23:44:50.874Z Fresh bumpalo v3.16.0
57702026-02-16T23:44:50.874Z Fresh simd-adler32 v0.3.7
57712026-02-16T23:44:50.875Z Fresh lalrpop-util v0.19.12
57722026-02-16T23:44:50.875Z Fresh crossterm v0.28.1
57732026-02-16T23:44:51.118Z Fresh zstd v0.13.3
57742026-02-16T23:44:51.118Z Fresh zopfli v0.8.1
57752026-02-16T23:44:51.118Z Fresh bzip2 v0.5.2
57762026-02-16T23:44:51.118Z Fresh similar v2.7.0
57772026-02-16T23:44:51.118Z Fresh hash32 v0.2.1
57782026-02-16T23:44:51.118Z Fresh serde-big-array v0.5.1
57792026-02-16T23:44:51.118Z Fresh socket2 v0.5.10
57802026-02-16T23:44:51.118Z Fresh winnow v0.6.26
57812026-02-16T23:44:51.118Z Fresh jiff v0.2.15
57822026-02-16T23:44:51.118Z Fresh predicates-core v1.0.8
57832026-02-16T23:44:51.118Z Fresh unicode-properties v0.1.3
57842026-02-16T23:44:51.118Z Fresh unicode-bidi v0.3.17
57852026-02-16T23:44:51.118Z Fresh zip v4.2.0
57862026-02-16T23:44:51.118Z Fresh heapless v0.7.17
57872026-02-16T23:44:51.118Z Fresh hickory-proto v0.25.2
57882026-02-16T23:44:51.118Z Fresh stringprep v0.1.5
57892026-02-16T23:44:51.118Z Fresh tokio-stream v0.1.17
57902026-02-16T23:44:51.118Z Fresh md-5 v0.10.6
57912026-02-16T23:44:51.118Z Fresh strum_macros v0.27.2
57922026-02-16T23:44:51.118Z Fresh float-cmp v0.10.0
57932026-02-16T23:44:51.118Z Fresh difflib v0.4.0
57942026-02-16T23:44:51.118Z Fresh foldhash v0.2.0
57952026-02-16T23:44:51.118Z Fresh normalize-line-endings v0.3.0
57962026-02-16T23:44:51.118Z Fresh fallible-iterator v0.2.0
57972026-02-16T23:44:51.118Z Fresh iddqd v0.3.16
57982026-02-16T23:44:51.118Z Fresh predicates v3.1.3
57992026-02-16T23:44:51.118Z Fresh strum v0.27.2
58002026-02-16T23:44:51.118Z Fresh fs-err v3.1.1
58012026-02-16T23:44:51.118Z Fresh nix v0.29.0
58022026-02-16T23:44:51.118Z Fresh smoltcp v0.9.1
58032026-02-16T23:44:51.119Z Fresh buf-list v1.0.3
58042026-02-16T23:44:51.119Z Fresh postgres-protocol v0.6.8
58052026-02-16T23:44:51.119Z Fresh serde_repr v0.1.19
58062026-02-16T23:44:51.119Z Fresh peg-runtime v0.8.5
58072026-02-16T23:44:51.119Z Fresh fixedbitset v0.5.7
58082026-02-16T23:44:51.119Z Fresh phf v0.11.2
58092026-02-16T23:44:51.119Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58102026-02-16T23:44:51.119Z Fresh whoami v1.5.2
58112026-02-16T23:44:51.119Z Fresh futures-executor v0.3.31
58122026-02-16T23:44:51.119Z Fresh petgraph v0.8.2
58132026-02-16T23:44:51.119Z Fresh postgres-types v0.2.9
58142026-02-16T23:44:51.119Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58152026-02-16T23:44:51.119Z Fresh is-terminal v0.4.13
58162026-02-16T23:44:51.119Z Fresh futures v0.3.31
58172026-02-16T23:44:51.119Z Fresh regress v0.10.4
58182026-02-16T23:44:51.119Z Fresh crossbeam-channel v0.5.15
58192026-02-16T23:44:51.119Z Fresh thread_local v1.1.8
58202026-02-16T23:44:51.119Z Fresh tokio-postgres v0.7.13
58212026-02-16T23:44:51.119Z Fresh take_mut v0.2.2
58222026-02-16T23:44:51.119Z Fresh term v1.1.0
58232026-02-16T23:44:51.119Z Fresh match_cfg v0.1.0
58242026-02-16T23:44:51.119Z Fresh unsafe-libyaml v0.2.11
58252026-02-16T23:44:51.119Z Fresh typify-impl v0.4.3
58262026-02-16T23:44:51.119Z Fresh debug-ignore v1.0.5
58272026-02-16T23:44:51.119Z Fresh slog-term v2.9.2
58282026-02-16T23:44:51.119Z Fresh hostname v0.3.1
58292026-02-16T23:44:51.119Z Fresh serde_yaml v0.9.34+deprecated
58302026-02-16T23:44:51.119Z Fresh typify-macro v0.4.3
58312026-02-16T23:44:51.119Z Fresh newtype-uuid-macros v0.1.0
58322026-02-16T23:44:51.119Z Fresh unicode-width v0.1.14
58332026-02-16T23:44:51.119Z Fresh slog-async v2.8.0
58342026-02-16T23:44:51.119Z Fresh typify v0.4.3
58352026-02-16T23:44:51.119Z Fresh slog-json v2.6.1
58362026-02-16T23:44:51.119Z Fresh structmeta-derive v0.3.0
58372026-02-16T23:44:51.119Z Fresh toml_parser v1.0.6+spec-1.1.0
58382026-02-16T23:44:51.119Z Fresh slog-bunyan v2.5.0
58392026-02-16T23:44:51.119Z Fresh structmeta v0.3.0
58402026-02-16T23:44:51.119Z Fresh serde_spanned v1.0.4
58412026-02-16T23:44:51.119Z Fresh serde_path_to_error v0.1.20
58422026-02-16T23:44:51.119Z Fresh toml_datetime v0.7.5+spec-1.1.0
58432026-02-16T23:44:51.120Z Fresh toml_writer v1.0.6+spec-1.1.0
58442026-02-16T23:44:51.120Z Fresh rustls v0.22.4
58452026-02-16T23:44:51.120Z Fresh async-stream-impl v0.3.6
58462026-02-16T23:44:51.120Z Fresh rustls-pemfile v2.2.0
58472026-02-16T23:44:51.120Z Fresh waitgroup v0.1.2
58482026-02-16T23:44:51.120Z Fresh dropshot_endpoint v0.16.7
58492026-02-16T23:44:51.120Z Fresh toml v0.9.11+spec-1.1.0
58502026-02-16T23:44:51.120Z Fresh tokio-rustls v0.25.0
58512026-02-16T23:44:51.120Z Fresh multer v3.1.0
58522026-02-16T23:44:51.120Z Fresh async-stream v0.3.6
58532026-02-16T23:44:51.120Z Fresh hostname v0.4.2
58542026-02-16T23:44:51.120Z Fresh progenitor-client v0.10.0
58552026-02-16T23:44:51.120Z Fresh derive-ex v0.1.8
58562026-02-16T23:44:51.120Z Fresh dropshot v0.16.7
58572026-02-16T23:44:51.120Z Fresh test-strategy v0.4.3
58582026-02-16T23:44:51.120Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58592026-02-16T23:44:51.120Z Fresh itertools v0.14.0
58602026-02-16T23:44:51.120Z Fresh macaddr v1.0.1
58612026-02-16T23:44:51.120Z Fresh tabwriter v1.4.0
58622026-02-16T23:44:51.120Z Fresh progenitor-impl v0.11.2
58632026-02-16T23:44:51.120Z Fresh instant v0.1.13
58642026-02-16T23:44:51.120Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
58652026-02-16T23:44:51.120Z Fresh progenitor-macro v0.11.2
58662026-02-16T23:44:51.120Z Fresh progenitor-client v0.11.2
58672026-02-16T23:44:51.120Z Fresh parse-display-derive v0.10.0
58682026-02-16T23:44:51.120Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58692026-02-16T23:44:51.120Z Fresh backoff v0.4.0
58702026-02-16T23:44:51.120Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
58712026-02-16T23:44:51.120Z Fresh colored v3.0.0
58722026-02-16T23:44:51.120Z Fresh progenitor v0.11.2
58732026-02-16T23:44:51.126Z Fresh parse-display v0.10.0
58742026-02-16T23:44:51.126Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
58752026-02-16T23:44:51.126Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
58762026-02-16T23:44:51.127Z Fresh camino-tempfile v1.4.1
58772026-02-16T23:44:51.127Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
58782026-02-16T23:44:51.127Z Fresh crossbeam-deque v0.8.5
58792026-02-16T23:44:51.127Z Fresh toml v0.8.23
58802026-02-16T23:44:51.127Z Fresh proc-macro-error-attr v1.0.4
58812026-02-16T23:44:51.127Z Fresh proc-macro-crate v1.3.1
58822026-02-16T23:44:51.127Z Fresh unicode-width v0.2.0
58832026-02-16T23:44:51.127Z Fresh proc-macro-error v1.0.4
58842026-02-16T23:44:51.127Z Fresh rayon-core v1.12.1
58852026-02-16T23:44:51.127Z Fresh crucible-workspace-hack v0.1.0
58862026-02-16T23:44:51.127Z Fresh num_enum_derive v0.5.11
58872026-02-16T23:44:51.127Z Fresh nix v0.30.1
58882026-02-16T23:44:51.127Z Fresh ingot-macros v0.1.1
58892026-02-16T23:44:51.127Z Fresh rayon v1.10.0
58902026-02-16T23:44:51.127Z Fresh num_enum v0.5.11
58912026-02-16T23:44:51.127Z Fresh hash32 v0.3.1
58922026-02-16T23:44:51.127Z Fresh ingot-types v0.1.2
58932026-02-16T23:44:51.127Z Fresh foreign-types-macros v0.2.3
58942026-02-16T23:44:51.127Z Fresh heapless v0.8.0
58952026-02-16T23:44:51.127Z Fresh foreign-types-shared v0.3.1
58962026-02-16T23:44:51.127Z Fresh cobs v0.2.3
58972026-02-16T23:44:51.127Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58982026-02-16T23:44:51.127Z Fresh ingot v0.1.1
58992026-02-16T23:44:51.127Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59002026-02-16T23:44:51.127Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59012026-02-16T23:44:51.127Z Fresh smoltcp v0.11.0
59022026-02-16T23:44:51.127Z Fresh postcard v1.0.10
59032026-02-16T23:44:51.127Z Fresh foreign-types v0.5.0
59042026-02-16T23:44:51.127Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59052026-02-16T23:44:51.127Z Fresh cstr-argument v0.1.2
59062026-02-16T23:44:51.127Z Fresh pretty-hex v0.2.1
59072026-02-16T23:44:51.127Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59082026-02-16T23:44:51.127Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59092026-02-16T23:44:51.127Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59102026-02-16T23:44:51.127Z Fresh colored v2.2.0
59112026-02-16T23:44:51.127Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59122026-02-16T23:44:51.127Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59132026-02-16T23:44:51.127Z Fresh sigpipe v0.1.3
59142026-02-16T23:44:51.128Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59152026-02-16T23:44:51.128Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59162026-02-16T23:44:51.128Z Fresh zone_cfg_derive v0.3.0
59172026-02-16T23:44:51.128Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
59182026-02-16T23:44:51.128Z Fresh smf v0.2.3
59192026-02-16T23:44:51.128Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
59202026-02-16T23:44:51.128Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59212026-02-16T23:44:51.128Z Fresh num-derive v0.4.2
59222026-02-16T23:44:51.128Z Fresh convert_case v0.4.0
59232026-02-16T23:44:51.128Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
59242026-02-16T23:44:51.128Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59252026-02-16T23:44:51.128Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59262026-02-16T23:44:51.128Z Fresh derive_more v0.99.20
59272026-02-16T23:44:51.128Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59282026-02-16T23:44:51.128Z Fresh zone v0.3.1
59292026-02-16T23:44:51.128Z Fresh progenitor-impl v0.10.0
59302026-02-16T23:44:51.128Z Fresh half v2.4.1
59312026-02-16T23:44:51.128Z Fresh progenitor-macro v0.10.0
59322026-02-16T23:44:51.129Z Fresh ciborium-io v0.2.2
59332026-02-16T23:44:51.129Z Fresh indent_write v2.2.0
59342026-02-16T23:44:51.129Z Fresh secrecy v0.10.3
59352026-02-16T23:44:51.129Z Fresh usdt-attr-macro v0.5.0
59362026-02-16T23:44:51.129Z Fresh usdt-macro v0.5.0
59372026-02-16T23:44:51.129Z Fresh memmap v0.7.0
59382026-02-16T23:44:51.129Z Fresh progenitor v0.10.0
59392026-02-16T23:44:51.129Z Fresh ciborium-ll v0.2.2
59402026-02-16T23:44:51.129Z Fresh usdt v0.5.0
59412026-02-16T23:44:51.129Z Fresh universal-hash v0.5.1
59422026-02-16T23:44:51.129Z Fresh opaque-debug v0.3.1
59432026-02-16T23:44:51.129Z Fresh swrite v0.1.0
59442026-02-16T23:44:51.129Z Fresh aead v0.5.2
59452026-02-16T23:44:51.129Z Fresh ciborium v0.2.2
59462026-02-16T23:44:51.129Z Fresh poly1305 v0.8.0
59472026-02-16T23:44:51.129Z Fresh chacha20 v0.9.1
59482026-02-16T23:44:51.129Z Fresh thiserror-impl-no-std v2.0.2
59492026-02-16T23:44:51.129Z Fresh password-hash v0.5.0
59502026-02-16T23:44:51.129Z Fresh blake2 v0.10.6
59512026-02-16T23:44:51.129Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59522026-02-16T23:44:51.129Z Fresh thiserror-no-std v2.0.2
59532026-02-16T23:44:51.129Z Fresh chacha20poly1305 v0.10.1
59542026-02-16T23:44:51.129Z Fresh argon2 v0.5.3
59552026-02-16T23:44:51.129Z Fresh console v0.15.10
59562026-02-16T23:44:51.129Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
59572026-02-16T23:44:51.129Z Fresh derive-where v1.5.0
59582026-02-16T23:44:51.129Z Fresh atomicwrites v0.4.4
59592026-02-16T23:44:51.129Z Fresh vsss-rs v3.3.4
59602026-02-16T23:44:51.129Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
59612026-02-16T23:44:51.129Z Fresh newline-converter v0.3.0
59622026-02-16T23:44:51.129Z Fresh bytecount v0.6.8
59632026-02-16T23:44:51.129Z Fresh num-rational v0.4.2
59642026-02-16T23:44:51.129Z Fresh num-complex v0.4.6
59652026-02-16T23:44:51.129Z Fresh expectorate v1.2.0
59662026-02-16T23:44:51.129Z Fresh num v0.4.3
59672026-02-16T23:44:51.130Z Fresh float-ord v0.3.2
59682026-02-16T23:44:51.130Z Fresh tokio-dtrace v0.1.0
59692026-02-16T23:44:51.130Z Fresh libsw-core v0.3.1
59702026-02-16T23:44:51.130Z Fresh oxide-tokio-rt v0.1.2
59712026-02-16T23:44:51.130Z Fresh owo-colors v4.2.3
59722026-02-16T23:44:51.130Z Fresh libsw v3.5.0
59732026-02-16T23:44:51.134Z Fresh linear-map v1.2.0
59742026-02-16T23:44:51.134Z Fresh gethostname v0.5.0
59752026-02-16T23:44:51.134Z Fresh cancel-safe-futures v0.1.5
59762026-02-16T23:44:51.134Z Fresh unicode-xid v0.2.6
59772026-02-16T23:44:51.134Z Fresh same-file v1.0.6
59782026-02-16T23:44:51.134Z Fresh async-recursion v1.1.1
59792026-02-16T23:44:51.134Z Fresh walkdir v2.5.0
59802026-02-16T23:44:51.134Z Fresh resolv-conf v0.7.0
59812026-02-16T23:44:51.135Z Fresh convert_case v0.7.1
59822026-02-16T23:44:51.135Z Fresh unicode-linebreak v0.1.5
59832026-02-16T23:44:51.135Z Fresh smawk v0.3.2
59842026-02-16T23:44:51.135Z Fresh derive_more-impl v2.0.1
59852026-02-16T23:44:51.135Z Fresh globset v0.4.15
59862026-02-16T23:44:51.135Z Fresh vte_generate_state_changes v0.1.2
59872026-02-16T23:44:51.135Z Fresh derive_more v2.0.1
59882026-02-16T23:44:51.135Z Fresh termtree v0.5.1
59892026-02-16T23:44:51.135Z Fresh vte v0.11.1
59902026-02-16T23:44:51.135Z Fresh fd-lock v4.0.2
59912026-02-16T23:44:51.135Z Fresh linked-hash-map v0.5.6
59922026-02-16T23:44:51.135Z Fresh slog-dtrace v0.3.0
59932026-02-16T23:44:51.135Z Fresh crossterm v0.29.0
59942026-02-16T23:44:51.135Z Fresh lru-cache v0.1.2
59952026-02-16T23:44:51.135Z Fresh strip-ansi-escapes v0.2.0
59962026-02-16T23:44:51.135Z Fresh hickory-proto v0.24.4
59972026-02-16T23:44:51.135Z Fresh nibble_vec v0.1.0
59982026-02-16T23:44:51.135Z Fresh endian-type v0.1.2
59992026-02-16T23:44:51.135Z Fresh nu-ansi-term v0.50.1
60002026-02-16T23:44:51.135Z Fresh display-error-chain v0.2.2
60012026-02-16T23:44:51.135Z Fresh radix_trie v0.2.1
60022026-02-16T23:44:51.135Z Fresh pin-project-internal v1.1.6
60032026-02-16T23:44:51.135Z Fresh hickory-resolver v0.24.4
60042026-02-16T23:44:51.135Z Fresh reedline v0.40.0
60052026-02-16T23:44:51.135Z Fresh pin-project v1.1.6
60062026-02-16T23:44:51.135Z Fresh textwrap v0.16.2
60072026-02-16T23:44:51.135Z Fresh pem v3.0.5
60082026-02-16T23:44:51.135Z Fresh qorb v0.4.1
60092026-02-16T23:44:51.135Z Fresh snafu-derive v0.8.5
60102026-02-16T23:44:51.135Z Fresh csv-core v0.1.11
60112026-02-16T23:44:51.135Z Fresh humantime v2.2.0
60122026-02-16T23:44:51.136Z Fresh cfg_aliases v0.1.1
60132026-02-16T23:44:51.136Z Fresh snafu v0.8.5
60142026-02-16T23:44:51.136Z Fresh csv v1.3.1
60152026-02-16T23:44:51.136Z Fresh olpc-cjson v0.1.4
60162026-02-16T23:44:51.136Z Fresh serde_plain v1.0.2
60172026-02-16T23:44:51.136Z Fresh siphasher v1.0.1
60182026-02-16T23:44:51.136Z Fresh typed-path v0.9.3
60192026-02-16T23:44:51.136Z Fresh phf_shared v0.12.1
60202026-02-16T23:44:51.136Z Fresh tough v0.20.0
60212026-02-16T23:44:51.136Z Fresh papergrid v0.11.0
60222026-02-16T23:44:51.136Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60232026-02-16T23:44:51.136Z Fresh tabled_derive v0.7.0
60242026-02-16T23:44:51.136Z Fresh semver v0.1.20
60252026-02-16T23:44:51.136Z Fresh base64 v0.21.7
60262026-02-16T23:44:51.136Z Fresh highway v1.3.0
60272026-02-16T23:44:51.136Z Fresh tabled v0.15.0
60282026-02-16T23:44:51.136Z Fresh phf v0.12.1
60292026-02-16T23:44:51.136Z Fresh nix v0.28.0
60302026-02-16T23:44:51.136Z Fresh rustc_version v0.1.7
60312026-02-16T23:44:51.136Z Fresh const_format_proc_macros v0.2.34
60322026-02-16T23:44:51.136Z Fresh peg-macros v0.8.5
60332026-02-16T23:44:51.136Z Fresh sqlparser_derive v0.2.2
60342026-02-16T23:44:51.136Z Fresh unicode_categories v0.1.1
60352026-02-16T23:44:51.136Z Fresh sqlparser v0.45.0
60362026-02-16T23:44:51.136Z Fresh peg v0.8.5
60372026-02-16T23:44:51.136Z Fresh const_format v0.2.34
60382026-02-16T23:44:51.136Z Fresh chrono-tz v0.10.4
60392026-02-16T23:44:51.136Z Fresh rustyline v14.0.0
60402026-02-16T23:44:51.136Z Fresh sqlformat v0.3.5
60412026-02-16T23:44:51.136Z Fresh bcs v0.1.6
60422026-02-16T23:44:51.136Z Fresh utf-8 v0.7.6
60432026-02-16T23:44:51.136Z Fresh arc-swap v1.7.1
60442026-02-16T23:44:51.136Z Fresh xattr v1.3.1
60452026-02-16T23:44:51.136Z Fresh newtype_derive v0.1.6
60462026-02-16T23:44:51.136Z Fresh slog-scope v4.4.0
60472026-02-16T23:44:51.136Z Fresh tungstenite v0.21.0
60482026-02-16T23:44:51.136Z Fresh filetime v0.2.26
60492026-02-16T23:44:51.136Z Fresh typify-impl v0.2.0
60502026-02-16T23:44:51.136Z Fresh subprocess v0.2.9
60512026-02-16T23:44:51.137Z Fresh headers-core v0.3.0
60522026-02-16T23:44:51.137Z Fresh steno v0.4.1
60532026-02-16T23:44:51.137Z Fresh tokio-tungstenite v0.21.0
60542026-02-16T23:44:51.137Z Fresh slog-stdlog v4.1.1
60552026-02-16T23:44:51.137Z Fresh tar v0.4.44
60562026-02-16T23:44:51.137Z Fresh typify-macro v0.2.0
60572026-02-16T23:44:51.137Z Fresh headers v0.4.1
60582026-02-16T23:44:51.137Z Fresh progenitor-client v0.8.0
60592026-02-16T23:44:51.137Z Fresh slog-envlogger v2.2.0
60602026-02-16T23:44:51.137Z Fresh typify v0.2.0
60612026-02-16T23:44:51.137Z Fresh heck v0.3.3
60622026-02-16T23:44:51.137Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60632026-02-16T23:44:51.137Z Fresh yasna v0.5.2
60642026-02-16T23:44:51.137Z Fresh number_prefix v0.4.0
60652026-02-16T23:44:51.137Z Fresh progenitor-impl v0.8.0
60662026-02-16T23:44:51.137Z Fresh lzma-sys v0.1.20
60672026-02-16T23:44:51.137Z Fresh zone_cfg_derive v0.1.2
60682026-02-16T23:44:51.137Z Fresh base64 v0.13.1
60692026-02-16T23:44:51.137Z Fresh rcgen v0.12.1
60702026-02-16T23:44:51.137Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60712026-02-16T23:44:51.137Z Fresh indicatif v0.17.11
60722026-02-16T23:44:51.137Z Fresh progenitor-macro v0.8.0
60732026-02-16T23:44:51.141Z Fresh xz2 v0.1.7
60742026-02-16T23:44:51.141Z Fresh zone v0.1.8
60752026-02-16T23:44:51.141Z Fresh ron v0.7.1
60762026-02-16T23:44:51.141Z Fresh dropshot-api-manager-types v0.3.0
60772026-02-16T23:44:51.141Z Fresh tagptr v0.2.0
60782026-02-16T23:44:51.141Z Fresh progenitor v0.8.0
60792026-02-16T23:44:51.141Z Fresh bitfield-struct v0.6.2
60802026-02-16T23:44:51.141Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60812026-02-16T23:44:51.141Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
60822026-02-16T23:44:51.141Z Fresh moka v0.12.10
60832026-02-16T23:44:51.141Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60842026-02-16T23:44:51.141Z Fresh tap v1.0.1
60852026-02-16T23:44:51.141Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
60862026-02-16T23:44:51.142Z Fresh hickory-resolver v0.25.2
60872026-02-16T23:44:51.142Z Fresh libefi-sys v0.1.0
60882026-02-16T23:44:51.142Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
60892026-02-16T23:44:51.142Z Fresh wyz v0.5.1
60902026-02-16T23:44:51.142Z Fresh radium v0.7.0
60912026-02-16T23:44:51.142Z Fresh zerocopy-derive v0.6.6
60922026-02-16T23:44:51.142Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
60932026-02-16T23:44:51.142Z Fresh funty v2.0.0
60942026-02-16T23:44:51.142Z Fresh crc-catalog v2.4.0
60952026-02-16T23:44:51.142Z Fresh zerocopy v0.6.6
60962026-02-16T23:44:51.142Z Fresh maybe-uninit v2.0.0
60972026-02-16T23:44:51.142Z Fresh crc v3.2.1
60982026-02-16T23:44:51.142Z Fresh bitvec v1.0.1
60992026-02-16T23:44:51.142Z Fresh packed_struct_codegen v0.10.1
61002026-02-16T23:44:51.142Z Fresh bitfield-macros v0.19.2
61012026-02-16T23:44:51.142Z Fresh nodrop v0.1.14
61022026-02-16T23:44:51.142Z Fresh array-init v0.0.4
61032026-02-16T23:44:51.142Z Fresh packed_struct v0.10.1
61042026-02-16T23:44:51.142Z Fresh bitfield v0.19.2
61052026-02-16T23:44:51.142Z Fresh smallvec v0.6.14
61062026-02-16T23:44:51.142Z Fresh hashbrown v0.12.3
61072026-02-16T23:44:51.142Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61082026-02-16T23:44:51.142Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
61092026-02-16T23:44:51.142Z Fresh serde-hex v0.1.0
61102026-02-16T23:44:51.142Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61112026-02-16T23:44:51.142Z Fresh indexmap v1.9.3
61122026-02-16T23:44:51.142Z Fresh ron v0.8.1
61132026-02-16T23:44:51.142Z Fresh hashbrown v0.13.2
61142026-02-16T23:44:51.142Z Fresh crc-any v2.5.0
61152026-02-16T23:44:51.142Z Fresh xshell-macros v0.2.7
61162026-02-16T23:44:51.142Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61172026-02-16T23:44:51.142Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61182026-02-16T23:44:51.142Z Fresh object v0.30.4
61192026-02-16T23:44:51.142Z Fresh xshell v0.2.7
61202026-02-16T23:44:51.142Z Fresh path-slash v0.1.5
61212026-02-16T23:44:51.142Z Fresh half v1.8.3
61222026-02-16T23:44:51.142Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
61232026-02-16T23:44:51.142Z Fresh serde_cbor v0.11.2
61242026-02-16T23:44:51.142Z Fresh proc-macro-error-attr2 v2.0.0
61252026-02-16T23:44:51.142Z Fresh num-derive v0.3.3
61262026-02-16T23:44:51.143Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61272026-02-16T23:44:51.143Z Fresh maplit v1.0.2
61282026-02-16T23:44:51.143Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61292026-02-16T23:44:51.143Z Fresh proc-macro-error2 v2.0.1
61302026-02-16T23:44:51.143Z Fresh libscf-sys v1.1.0
61312026-02-16T23:44:51.143Z Fresh papergrid v0.17.0
61322026-02-16T23:44:51.143Z Fresh testing_table v0.3.0
61332026-02-16T23:44:51.143Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
61342026-02-16T23:44:51.143Z Fresh tabled_derive v0.11.0
61352026-02-16T23:44:51.143Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61362026-02-16T23:44:51.143Z Fresh fxhash v0.2.1
61372026-02-16T23:44:51.143Z Fresh unicase v2.8.1
61382026-02-16T23:44:51.143Z Fresh crc8 v0.1.1
61392026-02-16T23:44:51.143Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61402026-02-16T23:44:51.143Z Fresh tabled v0.20.0
61412026-02-16T23:44:51.143Z Fresh diff v0.1.13
61422026-02-16T23:44:51.143Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
61432026-02-16T23:44:51.143Z Fresh dsl_auto_type v0.1.2
61442026-02-16T23:44:51.143Z Fresh kstat-rs v0.2.4
61452026-02-16T23:44:51.143Z Fresh scheduled-thread-pool v0.2.7
61462026-02-16T23:44:51.143Z Fresh diesel_table_macro_syntax v0.2.0
61472026-02-16T23:44:51.143Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
61482026-02-16T23:44:51.143Z Fresh diesel_derives v2.2.3
61492026-02-16T23:44:51.143Z Fresh r2d2 v0.8.10
61502026-02-16T23:44:51.143Z Fresh diesel v2.2.12
61512026-02-16T23:44:51.143Z Fresh vergen-gitcl v1.0.8
61522026-02-16T23:44:51.143Z Fresh dirs-sys-next v0.1.2
61532026-02-16T23:44:51.143Z Fresh parking_lot_core v0.8.6
61542026-02-16T23:44:51.143Z Fresh dirs-next v2.0.0
61552026-02-16T23:44:51.143Z Fresh prefix-trie v0.7.0
61562026-02-16T23:44:51.143Z Fresh nanorand v0.7.0
61572026-02-16T23:44:51.143Z Fresh parking_lot v0.11.2
61582026-02-16T23:44:51.143Z Fresh crunchy v0.2.2
61592026-02-16T23:44:51.143Z Fresh term v0.7.0
61602026-02-16T23:44:51.143Z Fresh bit-vec v0.6.3
61612026-02-16T23:44:51.143Z Fresh flume v0.11.1
61622026-02-16T23:44:51.143Z Fresh hickory-server v0.25.2
61632026-02-16T23:44:51.143Z Fresh tiny-keccak v2.0.2
61642026-02-16T23:44:51.144Z Fresh sled v0.34.7
61652026-02-16T23:44:51.144Z Fresh ascii-canvas v3.0.0
61662026-02-16T23:44:51.144Z Fresh bit-set v0.5.3
61672026-02-16T23:44:51.144Z Fresh hickory-client v0.25.2
61682026-02-16T23:44:51.144Z Fresh ena v0.14.3
61692026-02-16T23:44:51.144Z Fresh regex-syntax v0.6.29
61702026-02-16T23:44:51.144Z Fresh lalrpop v0.19.12
61712026-02-16T23:44:51.144Z Fresh bindgen v0.71.1
61722026-02-16T23:44:51.144Z Fresh primeorder v0.13.6
61732026-02-16T23:44:51.148Z Fresh salty v0.3.0
61742026-02-16T23:44:51.148Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61752026-02-16T23:44:51.148Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
61762026-02-16T23:44:51.148Z Fresh strum_macros v0.24.3
61772026-02-16T23:44:51.148Z Fresh indoc v1.0.9
61782026-02-16T23:44:51.148Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61792026-02-16T23:44:51.148Z Fresh libxml v0.3.3
61802026-02-16T23:44:51.148Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61812026-02-16T23:44:51.148Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
61822026-02-16T23:44:51.148Z Fresh polar-core v0.27.3
61832026-02-16T23:44:51.148Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61842026-02-16T23:44:51.148Z Fresh oso-derive v0.27.3
61852026-02-16T23:44:51.148Z Fresh impl-trait-for-tuples v0.2.2
61862026-02-16T23:44:51.148Z Fresh quick-xml v0.37.2
61872026-02-16T23:44:51.148Z Fresh p384 v0.13.1
61882026-02-16T23:44:51.148Z Fresh samael v0.0.19
61892026-02-16T23:44:51.148Z Fresh oso v0.27.3
61902026-02-16T23:44:51.148Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
61912026-02-16T23:44:51.148Z Fresh trait-variant v0.1.2
61922026-02-16T23:44:51.148Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
61932026-02-16T23:44:51.149Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
61942026-02-16T23:44:51.149Z Fresh predicates-tree v1.0.12
61952026-02-16T23:44:51.149Z Fresh assert_matches v1.5.0
61962026-02-16T23:44:51.149Z Fresh fs-err v2.11.0
61972026-02-16T23:44:51.149Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
61982026-02-16T23:44:51.149Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
61992026-02-16T23:44:51.149Z Fresh parse-size v1.1.0
62002026-02-16T23:44:51.149Z Fresh bb8 v0.8.5
62012026-02-16T23:44:51.149Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62022026-02-16T23:44:51.149Z Fresh http-range v0.1.5
62032026-02-16T23:44:51.149Z Fresh async-bb8-diesel v0.2.1
62042026-02-16T23:44:51.149Z Fresh diesel-dtrace v0.4.2
62052026-02-16T23:44:51.149Z Fresh ignore v0.4.23
62062026-02-16T23:44:51.149Z Fresh atty v0.2.14
62072026-02-16T23:44:51.149Z Fresh mime_guess v2.0.5
62082026-02-16T23:44:51.149Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62092026-02-16T23:44:51.149Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62102026-02-16T23:44:51.149Z Fresh globwalk v0.9.1
62112026-02-16T23:44:51.149Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62122026-02-16T23:44:51.149Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62132026-02-16T23:44:51.149Z Fresh corncobs v0.1.4
62142026-02-16T23:44:51.149Z Fresh nonempty v0.12.0
62152026-02-16T23:44:51.149Z Fresh camino-tempfile-ext v0.3.2
62162026-02-16T23:44:51.149Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62172026-02-16T23:44:51.149Z Fresh hyper-staticfile v0.10.1
62182026-02-16T23:44:51.149Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62192026-02-16T23:44:51.149Z Fresh signal-hook-tokio v0.3.1
62202026-02-16T23:44:51.149Z Fresh secrecy v0.8.0
62212026-02-16T23:44:51.149Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62222026-02-16T23:44:51.149Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
62232026-02-16T23:44:51.149Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62242026-02-16T23:44:51.149Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62252026-02-16T23:44:51.149Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62262026-02-16T23:44:51.149Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
62272026-02-16T23:44:51.149Z Fresh tungstenite v0.23.0
62282026-02-16T23:44:51.149Z Fresh void v1.0.2
62292026-02-16T23:44:51.149Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62302026-02-16T23:44:51.149Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62312026-02-16T23:44:51.149Z Fresh tokio-tungstenite v0.23.1
62322026-02-16T23:44:51.150Z Fresh lzss v0.8.2
62332026-02-16T23:44:51.150Z Fresh nix v0.27.1
62342026-02-16T23:44:51.150Z Fresh serde_bytes v0.11.19
62352026-02-16T23:44:51.150Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
62362026-02-16T23:44:51.150Z Fresh rand_seeder v0.4.0
62372026-02-16T23:44:51.150Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62382026-02-16T23:44:51.150Z Fresh yansi v1.0.1
62392026-02-16T23:44:51.150Z Fresh is_ci v1.2.0
62402026-02-16T23:44:51.150Z Fresh pretty_assertions v1.4.1
62412026-02-16T23:44:51.150Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
62422026-02-16T23:44:51.150Z Fresh tabled_derive v0.10.0
62432026-02-16T23:44:51.150Z Fresh typeid v1.0.3
62442026-02-16T23:44:51.150Z Fresh papergrid v0.14.0
62452026-02-16T23:44:51.150Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62462026-02-16T23:44:51.150Z Fresh concurrent-queue v2.5.0
62472026-02-16T23:44:51.150Z Fresh parking v2.2.1
62482026-02-16T23:44:51.150Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62492026-02-16T23:44:51.150Z Fresh erased-serde v0.4.6
62502026-02-16T23:44:51.150Z Fresh tabled v0.18.0
62512026-02-16T23:44:51.150Z Fresh castaway v0.2.3
62522026-02-16T23:44:51.150Z Fresh ordered-float v2.10.1
62532026-02-16T23:44:51.150Z Fresh indoc v2.0.6
62542026-02-16T23:44:51.150Z Fresh serde-untagged v0.1.7
62552026-02-16T23:44:51.150Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
62562026-02-16T23:44:51.150Z Fresh compact_str v0.8.0
62572026-02-16T23:44:51.150Z Fresh serde-value v0.7.0
62582026-02-16T23:44:51.150Z Fresh libz-sys v1.1.20
62592026-02-16T23:44:51.150Z Fresh unicode-truncate v1.1.0
62602026-02-16T23:44:51.150Z Fresh lru v0.12.5
62612026-02-16T23:44:51.150Z Fresh instability v0.3.2
62622026-02-16T23:44:51.151Z Fresh cassowary v0.3.0
62632026-02-16T23:44:51.151Z Fresh event-listener v5.3.1
62642026-02-16T23:44:51.151Z Fresh libgit2-sys v0.18.2+1.9.1
62652026-02-16T23:44:51.151Z Fresh ratatui v0.29.0
62662026-02-16T23:44:51.151Z Fresh cargo-util-schemas v0.8.2
62672026-02-16T23:44:51.151Z Fresh console v0.16.0
62682026-02-16T23:44:51.151Z Fresh cargo-platform v0.2.0
62692026-02-16T23:44:51.151Z Fresh unit-prefix v0.5.1
62702026-02-16T23:44:51.151Z Fresh git2 v0.20.2
62712026-02-16T23:44:51.151Z Fresh cargo_metadata v0.21.0
62722026-02-16T23:44:51.151Z Fresh event-listener-strategy v0.5.2
62732026-02-16T23:44:51.155Z Fresh indicatif v0.18.0
62742026-02-16T23:44:51.155Z Fresh supports-color v3.0.2
62752026-02-16T23:44:51.155Z Fresh vergen-git2 v1.0.7
62762026-02-16T23:44:51.155Z Fresh futures-lite v2.3.0
62772026-02-16T23:44:51.155Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62782026-02-16T23:44:51.155Z Fresh rustls-webpki v0.101.7
62792026-02-16T23:44:51.155Z Fresh sct v0.7.1
62802026-02-16T23:44:51.156Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62812026-02-16T23:44:51.156Z Fresh rustls v0.21.12
62822026-02-16T23:44:51.156Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62832026-02-16T23:44:51.156Z Fresh tokio-rustls v0.24.1
62842026-02-16T23:44:51.156Z Fresh async-lock v3.4.0
62852026-02-16T23:44:51.156Z Fresh rustls-pemfile v1.0.4
62862026-02-16T23:44:51.156Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62872026-02-16T23:44:51.156Z Fresh twox-hash v2.1.0
62882026-02-16T23:44:51.156Z Fresh polling v3.7.3
62892026-02-16T23:44:51.156Z Fresh shell-words v1.1.0
62902026-02-16T23:44:51.156Z Fresh hex-literal v0.4.1
62912026-02-16T23:44:51.156Z Fresh async-io v2.3.4
62922026-02-16T23:44:51.156Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62932026-02-16T23:44:51.156Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
62942026-02-16T23:44:51.156Z Fresh fatfs v0.3.6
62952026-02-16T23:44:51.156Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
62962026-02-16T23:44:51.156Z Fresh seq-macro v0.3.6
62972026-02-16T23:44:51.156Z Fresh async-task v4.7.1
62982026-02-16T23:44:51.156Z Fresh async-channel v2.3.1
62992026-02-16T23:44:51.156Z Fresh piper v0.2.4
63002026-02-16T23:44:51.156Z Fresh plotters-backend v0.3.7
63012026-02-16T23:44:51.156Z Fresh plotters-svg v0.3.7
63022026-02-16T23:44:51.156Z Fresh async-executor v1.13.1
63032026-02-16T23:44:51.156Z Fresh blocking v1.6.1
63042026-02-16T23:44:51.156Z Fresh async-signal v0.2.10
63052026-02-16T23:44:51.156Z Fresh sapling-renderdag v0.1.0
63062026-02-16T23:44:51.156Z Fresh rtoolbox v0.0.2
63072026-02-16T23:44:51.156Z Fresh petname v2.0.2
63082026-02-16T23:44:51.156Z Fresh event-listener v2.5.3
63092026-02-16T23:44:51.156Z Fresh cast v0.3.0
63102026-02-16T23:44:51.156Z Fresh sync-ptr v0.1.4
63112026-02-16T23:44:51.156Z Fresh futures-timer v3.0.3
63122026-02-16T23:44:51.156Z Fresh plotters v0.3.7
63132026-02-16T23:44:51.156Z Fresh async-global-executor v2.4.1
63142026-02-16T23:44:51.156Z Fresh rpassword v7.4.0
63152026-02-16T23:44:51.156Z Fresh criterion-plot v0.6.0
63162026-02-16T23:44:51.156Z Fresh async-channel v1.9.0
63172026-02-16T23:44:51.156Z Fresh async-process v2.3.0
63182026-02-16T23:44:51.156Z Fresh tui-tree-widget v0.23.1
63192026-02-16T23:44:51.157Z Fresh async-attributes v1.1.2
63202026-02-16T23:44:51.157Z Fresh tinytemplate v1.2.1
63212026-02-16T23:44:51.157Z Fresh kv-log-macro v1.0.7
63222026-02-16T23:44:51.157Z Fresh oorandom v11.1.4
63232026-02-16T23:44:51.157Z Fresh anes v0.1.6
63242026-02-16T23:44:51.157Z Fresh polyval v0.6.2
63252026-02-16T23:44:51.157Z Fresh async-std v1.13.0
63262026-02-16T23:44:51.157Z Fresh criterion v0.7.0
63272026-02-16T23:44:51.157Z Fresh ghash v0.5.1
63282026-02-16T23:44:51.157Z Fresh ctr v0.9.2
63292026-02-16T23:44:51.157Z Fresh async-object-pool v0.1.5
63302026-02-16T23:44:51.157Z Fresh serde_regex v1.1.0
63312026-02-16T23:44:51.157Z Fresh assert-json-diff v2.0.2
63322026-02-16T23:44:51.157Z Fresh path-tree v0.8.1
63332026-02-16T23:44:51.157Z Fresh stringmetrics v2.2.2
63342026-02-16T23:44:51.157Z Fresh target-lexicon v0.13.2
63352026-02-16T23:44:51.158Z Fresh aes-gcm v0.10.3
63362026-02-16T23:44:51.158Z Fresh httpmock v0.8.0-alpha.1
63372026-02-16T23:44:51.158Z Fresh ssh-encoding v0.2.0
63382026-02-16T23:44:51.158Z Fresh blowfish v0.9.1
63392026-02-16T23:44:51.158Z Fresh constant_time_eq v0.3.1
63402026-02-16T23:44:51.158Z Fresh arrayref v0.3.9
63412026-02-16T23:44:51.158Z Fresh arrayvec v0.7.6
63422026-02-16T23:44:51.158Z Fresh bcrypt-pbkdf v0.10.0
63432026-02-16T23:44:51.158Z Fresh guppy-workspace-hack v0.1.0
63442026-02-16T23:44:51.158Z Fresh ssh-cipher v0.2.0
63452026-02-16T23:44:51.158Z Fresh cfg-expr v0.20.1
63462026-02-16T23:44:51.158Z Fresh supports-color v2.1.0
63472026-02-16T23:44:51.158Z Fresh textwrap v0.15.2
63482026-02-16T23:44:51.158Z Fresh supports-hyperlinks v2.1.0
63492026-02-16T23:44:51.158Z Fresh supports-unicode v2.1.0
63502026-02-16T23:44:51.158Z Fresh hashbrown v0.14.5
63512026-02-16T23:44:51.158Z Fresh password-hash v0.4.2
63522026-02-16T23:44:51.158Z Fresh backtrace-ext v0.2.1
63532026-02-16T23:44:51.158Z Fresh miette-derive v5.10.0
63542026-02-16T23:44:51.158Z Fresh terminal_size v0.1.17
63552026-02-16T23:44:51.158Z Fresh owo-colors v3.5.0
63562026-02-16T23:44:51.158Z Fresh target-spec v3.5.0
63572026-02-16T23:44:51.158Z Fresh pbkdf2 v0.11.0
63582026-02-16T23:44:51.158Z Fresh chumsky v0.9.3
63592026-02-16T23:44:51.158Z Fresh ssh-key v0.6.6
63602026-02-16T23:44:51.158Z Fresh miette v5.10.0
63612026-02-16T23:44:51.158Z Fresh p521 v0.13.3
63622026-02-16T23:44:51.158Z Fresh p256 v0.13.2
63632026-02-16T23:44:51.158Z Fresh knuffel-derive v3.2.0
63642026-02-16T23:44:51.158Z Fresh pathdiff v0.2.3
63652026-02-16T23:44:51.158Z Fresh russh-cryptovec v0.7.3
63662026-02-16T23:44:51.158Z Fresh nested v0.1.1
63672026-02-16T23:44:51.158Z Fresh md5 v0.7.0
63682026-02-16T23:44:51.158Z Fresh guppy v0.17.20
63692026-02-16T23:44:51.158Z Fresh knuffel v3.2.0
63702026-02-16T23:44:51.158Z Fresh russh-keys v0.45.0
63712026-02-16T23:44:51.158Z Fresh httptest v0.16.3
63722026-02-16T23:44:51.159Z Fresh num-bigint v0.4.6
63732026-02-16T23:44:51.162Z Fresh des v0.8.1
63742026-02-16T23:44:51.162Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63752026-02-16T23:44:51.162Z Fresh blake3 v1.5.4
63762026-02-16T23:44:51.162Z Fresh russh v0.45.0
63772026-02-16T23:44:51.162Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
63782026-02-16T23:44:51.162Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
63792026-02-16T23:44:51.162Z Fresh topological-sort v0.2.2
63802026-02-16T23:44:51.163Z Fresh escape8259 v0.5.3
63812026-02-16T23:44:51.163Z Fresh internet-checksum v0.2.1
63822026-02-16T23:44:51.163Z Fresh omicron-zone-package v0.12.2
63832026-02-16T23:44:51.163Z Fresh doc-comment v0.3.3
63842026-02-16T23:44:51.163Z Fresh libtest-mimic v0.8.1
63852026-02-16T23:44:51.163Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
63862026-02-16T23:44:51.163Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63872026-02-16T23:44:51.273Z 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=2d6b8b90f3b712f2 -C extra-filename=-e3b38642a7993446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-aaa5d3556d6e760b/out -L native=/usr/ssl-3/lib/amd64`
63882026-02-16T23:44:51.274Z Compiling similar-asserts v1.7.0
63892026-02-16T23:44:51.274Z Fresh proc-macro-crate v3.2.0
63902026-02-16T23:44:51.290Z Fresh fancy-regex v0.14.0
63912026-02-16T23:44:51.293Z Fresh relative-path v1.9.3
63922026-02-16T23:44:51.294Z 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`
63932026-02-16T23:44:51.294Z Fresh rstest_macros v0.25.0
63942026-02-16T23:44:51.294Z Fresh datatest-stable v0.3.2
63952026-02-16T23:44:51.294Z Fresh target-triple v0.1.3
63962026-02-16T23:44:51.294Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
63972026-02-16T23:44:51.299Z Fresh assert_cmd v2.0.17
63982026-02-16T23:44:51.299Z Fresh support-bundle-viewer v0.1.2
63992026-02-16T23:44:51.299Z Fresh multimap v0.10.1
64002026-02-16T23:44:51.302Z Fresh uzers v0.12.1
64012026-02-16T23:44:51.302Z Fresh termcolor v1.4.1
64022026-02-16T23:44:51.302Z Fresh rstest v0.25.0
64032026-02-16T23:44:51.302Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64042026-02-16T23:44:51.302Z Fresh blake2b_simd v1.0.2
64052026-02-16T23:44:51.305Z Fresh trybuild v1.0.106
64062026-02-16T23:44:51.305Z Fresh partial-io v0.5.4
64072026-02-16T23:44:51.305Z Fresh drift v0.1.3
64082026-02-16T23:44:51.305Z Fresh rand_distr v0.5.1
64092026-02-16T23:44:51.305Z Fresh approx v0.5.1
64102026-02-16T23:44:51.308Z Fresh dropshot-api-manager v0.3.0
64112026-02-16T23:44:51.308Z Fresh rust-argon2 v2.1.0
64122026-02-16T23:44:51.308Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
64132026-02-16T23:44:51.308Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64142026-02-16T23:44:51.308Z Fresh cargo_toml v0.21.0
64152026-02-16T23:44:51.308Z Fresh termios v0.3.3
64162026-02-16T23:44:51.308Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64172026-02-16T23:44:51.308Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64182026-02-16T23:44:51.308Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64192026-02-16T23:44:51.309Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64202026-02-16T23:44:51.312Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64212026-02-16T23:44:51.312Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64222026-02-16T23:44:51.312Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64232026-02-16T23:44:51.312Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64242026-02-16T23:44:51.312Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64252026-02-16T23:44:51.312Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64262026-02-16T23:44:51.312Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64272026-02-16T23:44:51.312Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
64282026-02-16T23:44:51.315Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64292026-02-16T23:44:51.315Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
64302026-02-16T23:44:51.315Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
64312026-02-16T23:44:51.316Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
64322026-02-16T23:44:51.319Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
64332026-02-16T23:44:51.319Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
64342026-02-16T23:44:51.319Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
64352026-02-16T23:44:51.319Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64362026-02-16T23:44:51.319Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64372026-02-16T23:44:51.319Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
64382026-02-16T23:44:51.319Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64392026-02-16T23:44:51.319Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64402026-02-16T23:44:51.322Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
64412026-02-16T23:44:51.322Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64422026-02-16T23:44:51.322Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64432026-02-16T23:44:51.322Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
64442026-02-16T23:44:51.322Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
64452026-02-16T23:44:51.323Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64462026-02-16T23:44:51.326Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64472026-02-16T23:44:51.326Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
64482026-02-16T23:44:51.326Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64492026-02-16T23:44:51.326Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64502026-02-16T23:44:51.326Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64512026-02-16T23:44:51.326Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64522026-02-16T23:44:51.326Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
64532026-02-16T23:44:51.326Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
64542026-02-16T23:44:51.326Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
64552026-02-16T23:44:51.326Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
64562026-02-16T23:44:51.330Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64572026-02-16T23:44:51.333Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6c5b308d86c4b0c9 -C extra-filename=-ec8a3f90925676f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.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-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
64582026-02-16T23:44:51.346Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=498194a5390b71eb -C extra-filename=-a32b2bca0f5ad8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.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-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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`
64592026-02-16T23:44:51.350Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
64602026-02-16T23:44:51.364Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
64612026-02-16T23:44:51.368Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64622026-02-16T23:44:51.368Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64632026-02-16T23:44:51.368Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64642026-02-16T23:44:51.368Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
64652026-02-16T23:44:51.368Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64662026-02-16T23:44:51.368Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64672026-02-16T23:44:51.368Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64682026-02-16T23:44:51.371Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
64692026-02-16T23:44:51.372Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
64702026-02-16T23:44:51.372Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64712026-02-16T23:44:51.372Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
64722026-02-16T23:44:51.372Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64732026-02-16T23:44:51.372Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64742026-02-16T23:44:51.375Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
64752026-02-16T23:44:51.375Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64762026-02-16T23:44:51.375Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64772026-02-16T23:44:51.375Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64782026-02-16T23:44:51.375Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64792026-02-16T23:44:51.378Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64802026-02-16T23:44:51.378Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
64812026-02-16T23:44:51.378Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
64822026-02-16T23:44:51.378Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
64832026-02-16T23:44:51.378Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
64842026-02-16T23:44:51.378Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
64852026-02-16T23:44:51.378Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
64862026-02-16T23:44:51.382Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
64872026-02-16T23:44:51.382Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
64882026-02-16T23:44:51.382Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
64892026-02-16T23:44:51.382Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
64902026-02-16T23:44:51.382Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64912026-02-16T23:44:51.382Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
64922026-02-16T23:44:51.382Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
64932026-02-16T23:44:51.382Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
64942026-02-16T23:44:51.382Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64952026-02-16T23:44:51.382Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
64962026-02-16T23:44:51.382Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
64972026-02-16T23:44:51.382Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
64982026-02-16T23:44:51.385Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
64992026-02-16T23:44:51.385Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65002026-02-16T23:44:51.385Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65012026-02-16T23:44:51.385Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65022026-02-16T23:44:51.385Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65032026-02-16T23:44:51.385Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65042026-02-16T23:44:51.385Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65052026-02-16T23:44:51.389Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65062026-02-16T23:44:51.389Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65072026-02-16T23:44:51.389Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65082026-02-16T23:44:51.389Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65092026-02-16T23:44:51.389Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65102026-02-16T23:44:51.389Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65112026-02-16T23:44:51.389Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65122026-02-16T23:44:51.389Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65132026-02-16T23:44:51.389Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65142026-02-16T23:44:51.389Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65152026-02-16T23:44:51.392Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65162026-02-16T23:44:51.392Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65172026-02-16T23:44:51.393Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65182026-02-16T23:44:51.393Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65192026-02-16T23:44:51.393Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65202026-02-16T23:44:51.393Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65212026-02-16T23:44:51.393Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65222026-02-16T23:44:51.393Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65232026-02-16T23:44:51.393Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
65242026-02-16T23:44:51.396Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
65252026-02-16T23:44:51.396Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65262026-02-16T23:44:51.396Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
65272026-02-16T23:44:51.396Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
65282026-02-16T23:44:51.396Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65292026-02-16T23:44:51.396Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65302026-02-16T23:44:51.396Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65312026-02-16T23:44:51.396Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
65322026-02-16T23:44:51.396Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
65332026-02-16T23:44:51.396Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
65342026-02-16T23:44:51.396Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
65352026-02-16T23:44:51.396Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
65362026-02-16T23:44:51.396Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
65372026-02-16T23:44:51.396Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
65382026-02-16T23:44:51.396Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
65392026-02-16T23:44:51.400Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
65402026-02-16T23:44:51.400Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
65412026-02-16T23:44:51.400Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
65422026-02-16T23:44:51.400Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
65432026-02-16T23:44:51.400Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
65442026-02-16T23:44:51.400Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
65452026-02-16T23:44:51.400Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
65462026-02-16T23:44:51.400Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
65472026-02-16T23:44:51.404Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
65482026-02-16T23:44:51.404Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
65492026-02-16T23:44:51.404Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
65502026-02-16T23:44:51.404Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
65512026-02-16T23:44:51.404Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
65522026-02-16T23:44:51.404Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
65532026-02-16T23:44:51.404Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
65542026-02-16T23:44:51.404Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
65552026-02-16T23:44:51.404Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
65562026-02-16T23:44:51.404Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
65572026-02-16T23:44:51.404Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65582026-02-16T23:44:51.407Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
65592026-02-16T23:44:51.408Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
65602026-02-16T23:44:51.408Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
65612026-02-16T23:44:51.408Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
65622026-02-16T23:44:51.408Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
65632026-02-16T23:44:51.408Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
65642026-02-16T23:44:51.408Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
65652026-02-16T23:44:51.408Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
65662026-02-16T23:44:51.408Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
65672026-02-16T23:44:51.411Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
65682026-02-16T23:44:51.411Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
65692026-02-16T23:44:51.411Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65702026-02-16T23:44:51.411Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65712026-02-16T23:44:51.411Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
65722026-02-16T23:44:51.411Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
65732026-02-16T23:44:51.411Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
65742026-02-16T23:44:51.411Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
65752026-02-16T23:44:51.411Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
65762026-02-16T23:44:51.412Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
65772026-02-16T23:44:51.412Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
65782026-02-16T23:44:51.412Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
65792026-02-16T23:44:51.412Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
65802026-02-16T23:44:51.412Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
65812026-02-16T23:44:51.412Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
65822026-02-16T23:44:51.412Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
65832026-02-16T23:44:51.412Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65842026-02-16T23:44:51.412Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
65852026-02-16T23:44:51.412Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
65862026-02-16T23:44:51.412Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
65872026-02-16T23:44:51.435Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
65882026-02-16T23:44:54.479Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b8cc076223044733 -C extra-filename=-bd485a68423e1b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e3b38642a7993446.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65892026-02-16T23:44:54.491Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=eb12efca5d4236e9 -C extra-filename=-bc0f4a13e5b0f188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e3b38642a7993446.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65902026-02-16T23:44:54.500Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=340a0e9749930017 -C extra-filename=-6d47d5321bcc471d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e3b38642a7993446.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65912026-02-16T23:44:54.500Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=3624667a9ccda5a1 -C extra-filename=-36dcd0d15103ecbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e3b38642a7993446.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.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-a693e154c31da445/out/build/artifacts -L native=/work/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/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
65922026-02-16T23:51:30.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s
65932026-02-16T23:51:30.576Z
65942026-02-16T23:51:30.576Zreal 6:45.721630768
65952026-02-16T23:51:30.576Zuser 14:01.020459903
65962026-02-16T23:51:30.576Zsys 1:17.267112147
65972026-02-16T23:51:30.576Ztrap 0.254571513
65982026-02-16T23:51:30.576Ztflt 2.211213206
65992026-02-16T23:51:30.576Zdflt 26.297992843
66002026-02-16T23:51:30.576Zkflt 0.194518646
66012026-02-16T23:51:30.580Zlock 39:09.746309957
66022026-02-16T23:51:30.580Zslp 48:34.443149117
66032026-02-16T23:51:30.580Zlat 2.776281740
66042026-02-16T23:51:30.580Zstop 31.758601213
66052026-02-16T23:51:30.580Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66062026-02-16T23:51:30.580Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66072026-02-16T23:51:30.584Z++ mktemp -d /tmp/nextest-state.XXXXXX
66082026-02-16T23:51:30.598Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.d.aqjy
66092026-02-16T23:51:30.601Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66102026-02-16T23:51:30.601Z+ mkdir -p /tmp/nextest-recording-config
66112026-02-16T23:51:30.604Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66122026-02-16T23:51:30.604Z+ export NEXTEST_STATE_DIR
66132026-02-16T23:51:30.604Z+ banner test
66142026-02-16T23:51:30.607Z+ NEXTEST_EXIT=0
66152026-02-16T23:51:30.607Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66162026-02-16T23:51:30.701Z
66172026-02-16T23:51:30.702Z ##### ###### #### #####
66182026-02-16T23:51:30.702Z # # # #
66192026-02-16T23:51:30.702Z # ##### #### #
66202026-02-16T23:51:30.702Z # # # #
66212026-02-16T23:51:30.702Z # # # # #
66222026-02-16T23:51:30.702Z # ###### #### #
66232026-02-16T23:51:30.702Z
66242026-02-16T23:51:32.601Zinfo: experimental features enabled: setup-scripts, benchmarks
66252026-02-16T23:51:34.572Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
66262026-02-16T23:51:34.760Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
66272026-02-16T23:51:34.788Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66282026-02-16T23:51:34.817Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66292026-02-16T23:51:49.892Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.25s
66302026-02-16T23:52:00.952Z────────────
66312026-02-16T23:52:00.953Z Nextest run ID 54937fef-e0ec-4708-8ffd-a0a775e5b8a8 with nextest profile: ci
66322026-02-16T23:52:00.953Z Starting 2658 tests across 226 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
66332026-02-16T23:52:00.957Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
66342026-02-16T23:52:02.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
66352026-02-16T23:52:02.289Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66362026-02-16T23:52:02.439Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66372026-02-16T23:52:02.443Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66382026-02-16T23:52:02.443Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66392026-02-16T23:52:02.488Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66402026-02-16T23:52:02.492Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66412026-02-16T23:52:02.530Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66422026-02-16T23:52:04.865Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66432026-02-16T23:52:05.630Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66442026-02-16T23:52:06.541Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66452026-02-16T23:52:06.837Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66462026-02-16T23:52:07.879Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66472026-02-16T23:52:08.877Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66482026-02-16T23:52:08.899Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66492026-02-16T23:52:10.467Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66502026-02-16T23:52:12.224Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66512026-02-16T23:52:22.249Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66522026-02-16T23:52:24.181Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
66532026-02-16T23:52:26.172Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66542026-02-16T23:52:48.915Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
66552026-02-16T23:52:51.669Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66562026-02-16T23:52:54.859Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
66572026-02-16T23:53:06.630Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
66582026-02-16T23:53:06.798Z Running `target/debug/crdb-seed`
66592026-02-16T23:53:06.862ZFeb 16 23:53:05.138 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp2hioc1
66602026-02-16T23:53:06.866ZFeb 16 23:53:05.143 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpgoJcw9,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp2hioc1/listen-url
66612026-02-16T23:53:06.866ZFeb 16 23:53:05.143 INFO cockroach environment: BUILDOMAT_JOB_ID=01KHMA6X45YPRKGV32EF66VRP4 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=sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps GITHUB_REF=refs/heads/sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=f89bc5a9071508b894353f4a5291c9688f8a71cf 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-a693e154c31da445/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-a693e154c31da445/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-envF886ui NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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=54937fef-e0ec-4708-8ffd-a0a775e5b8a8 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.d.aqjy 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
66622026-02-16T23:53:08.308ZFeb 16 23:53:06.589 INFO cockroach pid: 12882
66632026-02-16T23:53:08.308ZFeb 16 23:53:06.589 INFO cockroach listen URL: postgresql://root@[::1]:44434/omicron?sslmode=disable
66642026-02-16T23:53:08.312ZFeb 16 23:53:06.594 INFO cockroach: populating
66652026-02-16T23:53:10.243ZFeb 16 23:53:08.524 INFO cockroach: populated
66662026-02-16T23:53:11.442ZFeb 16 23:53:09.723 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/f329a8a42d698f2fe8c2014b93ea6a814c95e42e6d91cdcaa6d9e01dab41ded4.tar`
66672026-02-16T23:53:11.447Z SETUP PASS [ 70.479s] crdb-seed: cargo run -p crdb-seed --profile test
66682026-02-16T23:53:11.449Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66692026-02-16T23:53:12.705Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66702026-02-16T23:53:12.707Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66712026-02-16T23:53:14.521Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
66722026-02-16T23:53:15.941Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
66732026-02-16T23:53:28.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.66s
66742026-02-16T23:53:28.359Z Running `target/debug/clickhouse-cluster-dev`
66752026-02-16T23:53:28.413ZFeb 16 23:53:26.690 INFO Setting up a ClickHouse cluster
66762026-02-16T23:53:28.416ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
66772026-02-16T23:53:28.419ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
66782026-02-16T23:53:28.419ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
66792026-02-16T23:53:28.419ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
66802026-02-16T23:53:28.421ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
66812026-02-16T23:53:31.850ZFeb 16 23:53:30.127 INFO ClickHouse server ready
66822026-02-16T23:53:31.853ZFeb 16 23:53:30.127 INFO ClickHouse server ready
66832026-02-16T23:53:32.064ZFeb 16 23:53:30.340 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
66842026-02-16T23:53:32.069Z SETUP PASS [ 20.617s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
66852026-02-16T23:53:53.819Z PASS [ 21.738s] ( 1/2658) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
66862026-02-16T23:53:54.023Z PASS [ 21.944s] ( 2/2658) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
66872026-02-16T23:54:00.461Z PASS [ 28.381s] ( 3/2658) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
66882026-02-16T23:54:02.265Z PASS [ 30.183s] ( 4/2658) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
66892026-02-16T23:54:19.704Z PASS [ 47.620s] ( 5/2658) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66902026-02-16T23:54:20.864Z PASS [ 48.780s] ( 6/2658) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66912026-02-16T23:54:23.455Z PASS [ 29.425s] ( 7/2658) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
66922026-02-16T23:54:24.411Z PASS [ 30.586s] ( 8/2658) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
66932026-02-16T23:54:34.233Z PASS [ 33.765s] ( 9/2658) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
66942026-02-16T23:54:35.439Z PASS [ 33.168s] ( 10/2658) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
66952026-02-16T23:54:40.754Z PASS [ 17.296s] ( 11/2658) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
66962026-02-16T23:54:55.604Z PASS [ 31.187s] ( 12/2658) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
66972026-02-16T23:55:03.569Z PASS [ 29.330s] ( 13/2658) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
66982026-02-16T23:55:09.366Z PASS [ 33.921s] ( 14/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
66992026-02-16T23:55:13.061Z PASS [ 52.186s] ( 15/2658) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
67002026-02-16T23:55:14.718Z PASS [ 33.958s] ( 16/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
67012026-02-16T23:55:19.718Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
67022026-02-16T23:55:38.453Z PASS [ 29.080s] ( 17/2658) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
67032026-02-16T23:55:42.030Z PASS [ 28.962s] ( 18/2658) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
67042026-02-16T23:55:42.332Z PASS [ 82.611s] ( 19/2658) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
67052026-02-16T23:55:42.472Z PASS [ 27.748s] ( 20/2658) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
67062026-02-16T23:55:55.619Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67072026-02-16T23:56:03.582Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67082026-02-16T23:56:05.258Z PASS [ 22.781s] ( 21/2658) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
67092026-02-16T23:56:06.152Z PASS [ 23.814s] ( 22/2658) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
67102026-02-16T23:56:06.187Z PASS [ 0.035s] ( 23/2658) api_identity test::test_identity
67112026-02-16T23:56:06.209Z PASS [ 0.022s] ( 24/2658) api_identity test::test_identity_no_field
67122026-02-16T23:56:06.277Z PASS [ 0.068s] ( 25/2658) authz-macros tests::test_authz_snapshots
67132026-02-16T23:56:06.326Z PASS [ 0.049s] ( 26/2658) bootstore schemes::tests::hello_roundtrip
67142026-02-16T23:56:07.451Z PASS [ 1.124s] ( 27/2658) bootstore schemes::v0::peer::tests::basic_3_nodes
67152026-02-16T23:56:07.502Z PASS [ 0.051s] ( 28/2658) bootstore schemes::v0::peer::tests::network_config
67162026-02-16T23:56:07.535Z PASS [ 0.033s] ( 29/2658) bootstore schemes::v0::share_pkg::tests::create_packages
67172026-02-16T23:56:07.562Z PASS [ 0.027s] ( 30/2658) bootstore trust_quorum::rack_secret::tests::create_and_verify
67182026-02-16T23:56:07.591Z PASS [ 0.028s] ( 31/2658) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67192026-02-16T23:56:08.004Z PASS [ 29.545s] ( 32/2658) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
67202026-02-16T23:56:11.019Z PASS [ 3.427s] ( 33/2658) bootstore::v0-fsm-proptest-learner run
67212026-02-16T23:56:11.494Z PASS [ 0.475s] ( 34/2658) cert-dev::test-cert-dev test_cert_create
67222026-02-16T23:56:12.072Z PASS [ 0.578s] ( 35/2658) clickana chart::tests::gather_chart_data_failure
67232026-02-16T23:56:12.103Z PASS [ 0.030s] ( 36/2658) clickana chart::tests::gather_chart_data_for_disk_usage_success
67242026-02-16T23:56:12.123Z PASS [ 0.021s] ( 37/2658) clickana chart::tests::gather_chart_data_for_memory_tracking_success
67252026-02-16T23:56:12.148Z PASS [ 0.025s] ( 38/2658) clickana chart::tests::gather_chart_data_for_query_count_success
67262026-02-16T23:56:12.172Z PASS [ 0.023s] ( 39/2658) clickana chart::tests::gather_chart_data_for_running_queries_success
67272026-02-16T23:56:12.281Z PASS [ 0.109s] ( 40/2658) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
67282026-02-16T23:56:12.306Z PASS [ 0.025s] ( 41/2658) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
67292026-02-16T23:56:12.333Z PASS [ 0.026s] ( 42/2658) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
67302026-02-16T23:56:12.383Z PASS [ 0.050s] ( 43/2658) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
67312026-02-16T23:56:12.414Z PASS [ 0.031s] ( 44/2658) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
67322026-02-16T23:56:12.441Z PASS [ 0.027s] ( 45/2658) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
67332026-02-16T23:56:12.479Z PASS [ 0.038s] ( 46/2658) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
67342026-02-16T23:56:12.528Z PASS [ 0.049s] ( 47/2658) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
67352026-02-16T23:56:12.553Z PASS [ 0.025s] ( 48/2658) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
67362026-02-16T23:56:12.577Z PASS [ 0.024s] ( 49/2658) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
67372026-02-16T23:56:12.608Z PASS [ 0.031s] ( 50/2658) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
67382026-02-16T23:56:12.638Z PASS [ 0.029s] ( 51/2658) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
67392026-02-16T23:56:12.665Z PASS [ 0.027s] ( 52/2658) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
67402026-02-16T23:56:12.693Z PASS [ 0.027s] ( 53/2658) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
67412026-02-16T23:56:12.719Z PASS [ 0.026s] ( 54/2658) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
67422026-02-16T23:56:12.744Z PASS [ 0.025s] ( 55/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
67432026-02-16T23:56:12.770Z PASS [ 0.026s] ( 56/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
67442026-02-16T23:56:12.799Z PASS [ 0.028s] ( 57/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
67452026-02-16T23:56:12.826Z PASS [ 0.027s] ( 58/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
67462026-02-16T23:56:12.851Z PASS [ 0.024s] ( 59/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
67472026-02-16T23:56:12.874Z PASS [ 0.024s] ( 60/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
67482026-02-16T23:56:12.882Z PASS [ 30.847s] ( 61/2658) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
67492026-02-16T23:56:12.909Z PASS [ 0.034s] ( 62/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
67502026-02-16T23:56:12.912Z PASS [ 0.029s] ( 63/2658) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
67512026-02-16T23:56:12.937Z PASS [ 0.027s] ( 64/2658) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
67522026-02-16T23:56:12.940Z PASS [ 0.027s] ( 65/2658) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
67532026-02-16T23:56:12.962Z PASS [ 0.026s] ( 66/2658) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
67542026-02-16T23:56:12.970Z PASS [ 0.032s] ( 67/2658) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
67552026-02-16T23:56:12.987Z PASS [ 0.025s] ( 68/2658) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
67562026-02-16T23:56:12.998Z PASS [ 0.027s] ( 69/2658) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
67572026-02-16T23:56:13.015Z PASS [ 0.028s] ( 70/2658) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
67582026-02-16T23:56:13.026Z PASS [ 0.028s] ( 71/2658) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
67592026-02-16T23:56:13.046Z PASS [ 0.030s] ( 72/2658) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
67602026-02-16T23:56:13.058Z PASS [ 0.032s] ( 73/2658) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
67612026-02-16T23:56:13.076Z PASS [ 0.031s] ( 74/2658) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
67622026-02-16T23:56:13.170Z PASS [ 0.093s] ( 75/2658) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
67632026-02-16T23:56:13.176Z PASS [ 0.118s] ( 76/2658) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
67642026-02-16T23:56:13.194Z PASS [ 0.024s] ( 77/2658) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
67652026-02-16T23:56:13.197Z PASS [ 0.020s] ( 78/2658) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
67662026-02-16T23:56:13.214Z PASS [ 0.019s] ( 79/2658) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
67672026-02-16T23:56:13.217Z PASS [ 0.021s] ( 80/2658) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
67682026-02-16T23:56:13.235Z PASS [ 0.020s] ( 81/2658) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
67692026-02-16T23:56:13.630Z PASS [ 5.625s] ( 82/2658) bootstore::v0-fsm-proptest-rack-coordinator run
67702026-02-16T23:56:13.638Z PASS [ 0.421s] ( 83/2658) db-dev::test-db-dev test_db_dev_populate_no_args
67712026-02-16T23:56:13.638Z PASS [ 0.403s] ( 84/2658) db-dev::test-db-dev test_db_dev_wipe_no_args
67722026-02-16T23:56:13.738Z PASS [ 0.100s] ( 85/2658) db-macros lookup::test::test_lookup_snapshots
67732026-02-16T23:56:13.761Z PASS [ 0.022s] ( 86/2658) db-macros tests::test_derive_metadata_identity_fails_for_enums
67742026-02-16T23:56:13.781Z PASS [ 0.020s] ( 87/2658) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
67752026-02-16T23:56:13.798Z PASS [ 0.017s] ( 88/2658) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
67762026-02-16T23:56:13.815Z PASS [ 0.017s] ( 89/2658) db-macros tests::test_derive_metadata_identity_fails_without_table_name
67772026-02-16T23:56:13.837Z PASS [ 0.021s] ( 90/2658) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
67782026-02-16T23:56:13.863Z PASS [ 0.027s] ( 91/2658) db-macros tests::test_derive_snapshots
67792026-02-16T23:56:13.883Z PASS [ 0.021s] ( 92/2658) db-macros tests::test_derive_with_unknown_field
67802026-02-16T23:56:14.323Z PASS [ 0.439s] ( 93/2658) dns-server storage::test::test_update_basic
67812026-02-16T23:56:14.482Z PASS [ 0.159s] ( 94/2658) dns-server storage::test::test_update_in_progress
67822026-02-16T23:56:14.634Z PASS [ 0.151s] ( 95/2658) dns-server storage::test::test_update_interrupted
67832026-02-16T23:56:14.764Z PASS [ 0.130s] ( 96/2658) dns-server storage::test::test_zone_gets_soa_record
67842026-02-16T23:56:15.436Z PASS [ 0.671s] ( 97/2658) dns-server::basic_test a_crud
67852026-02-16T23:56:15.683Z PASS [ 0.248s] ( 98/2658) dns-server::basic_test aaaa_crud
67862026-02-16T23:56:15.924Z PASS [ 0.241s] ( 99/2658) dns-server::basic_test answers_match_question
67872026-02-16T23:56:16.437Z PASS [ 0.512s] ( 100/2658) dns-server::basic_test empty_record
67882026-02-16T23:56:16.725Z PASS [ 0.288s] ( 101/2658) dns-server::basic_test multi_record_crud
67892026-02-16T23:56:16.987Z PASS [ 0.261s] ( 102/2658) dns-server::basic_test name_contains_zone
67902026-02-16T23:56:17.262Z PASS [ 0.275s] ( 103/2658) dns-server::basic_test nxdomain
67912026-02-16T23:56:17.600Z PASS [ 0.336s] ( 104/2658) dns-server::basic_test servfail
67922026-02-16T23:56:18.275Z PASS [ 0.676s] ( 105/2658) dns-server::basic_test soa
67932026-02-16T23:56:18.838Z PASS [ 0.563s] ( 106/2658) dns-server::basic_test srv_crud
67942026-02-16T23:56:20.445Z PASS [ 6.813s] ( 107/2658) db-dev::test-db-dev test_db_killed
67952026-02-16T23:56:21.293Z PASS [ 0.848s] ( 108/2658) dns-server::cross_version_test cross_version_works
67962026-02-16T23:56:21.369Z PASS [ 0.076s] ( 109/2658) ereport-types tests::test_arb_json_deserializes
67972026-02-16T23:56:21.394Z PASS [ 0.025s] ( 110/2658) ereport-types tests::test_ena_from_str
67982026-02-16T23:56:21.416Z PASS [ 0.022s] ( 111/2658) ereport-types tests::test_ena_from_str_roundtrip
67992026-02-16T23:56:21.484Z PASS [ 0.068s] ( 112/2658) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68002026-02-16T23:56:21.506Z PASS [ 0.022s] ( 113/2658) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68012026-02-16T23:56:21.530Z PASS [ 0.024s] ( 114/2658) gfss gf256::tests::test_all_multiplication
68022026-02-16T23:56:21.549Z PASS [ 0.019s] ( 115/2658) gfss gf256::tests::test_all_multiplicative_inverses
68032026-02-16T23:56:21.568Z PASS [ 0.018s] ( 116/2658) gfss gf256::tests::test_docs_example
68042026-02-16T23:56:22.659Z PASS [ 3.820s] ( 117/2658) dns-server::commands_test test_dnsadm
68052026-02-16T23:56:23.879Z PASS [ 1.220s] ( 118/2658) gfss shamir::tests::split_and_combine
68062026-02-16T23:56:23.898Z PASS [ 0.019s] ( 119/2658) gfss shamir::tests::test_share_reconstruction
68072026-02-16T23:56:24.002Z PASS [ 0.104s] ( 120/2658) illumos-utils destructor::test::test_delayed_delete
68082026-02-16T23:56:24.928Z PASS [ 0.926s] ( 121/2658) illumos-utils destructor::test::test_delayed_delete_with_error
68092026-02-16T23:56:24.955Z PASS [ 0.026s] ( 122/2658) illumos-utils destructor::test::test_destructor_bad_close
68102026-02-16T23:56:24.987Z PASS [ 0.032s] ( 123/2658) illumos-utils link::test::test_allocate
68112026-02-16T23:56:25.013Z PASS [ 0.026s] ( 124/2658) illumos-utils link::test::test_allocate_within_scopes
68122026-02-16T23:56:25.074Z PASS [ 0.060s] ( 125/2658) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68132026-02-16T23:56:25.099Z PASS [ 0.025s] ( 126/2658) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68142026-02-16T23:56:25.132Z PASS [ 0.033s] ( 127/2658) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68152026-02-16T23:56:25.160Z PASS [ 0.028s] ( 128/2658) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68162026-02-16T23:56:25.182Z PASS [ 0.022s] ( 129/2658) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68172026-02-16T23:56:25.231Z PASS [ 81.645s] ( 130/2658) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
68182026-02-16T23:56:25.243Z PASS [ 0.060s] ( 131/2658) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68192026-02-16T23:56:25.256Z PASS [ 0.026s] ( 132/2658) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68202026-02-16T23:56:25.273Z PASS [ 0.030s] ( 133/2658) illumos-utils running_zone::tests::test_is_oxide_smf_service
68212026-02-16T23:56:25.290Z PASS [ 0.033s] ( 134/2658) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
68222026-02-16T23:56:25.307Z PASS [ 0.034s] ( 135/2658) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
68232026-02-16T23:56:25.316Z PASS [ 0.026s] ( 136/2658) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
68242026-02-16T23:56:25.333Z PASS [ 0.025s] ( 137/2658) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
68252026-02-16T23:56:25.342Z PASS [ 0.026s] ( 138/2658) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
68262026-02-16T23:56:25.357Z PASS [ 0.024s] ( 139/2658) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
68272026-02-16T23:56:25.373Z PASS [ 0.031s] ( 140/2658) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
68282026-02-16T23:56:25.457Z PASS [ 0.099s] ( 141/2658) illumos-utils zfs::test::directory_mutability
68292026-02-16T23:56:25.472Z PASS [ 0.098s] ( 142/2658) illumos-utils zfs::test::get_values_of_rpool
68302026-02-16T23:56:25.493Z PASS [ 0.036s] ( 143/2658) illumos-utils zfs::test::parse_dataset_bad_avail
68312026-02-16T23:56:25.504Z PASS [ 0.032s] ( 144/2658) illumos-utils zfs::test::parse_dataset_bad_quota
68322026-02-16T23:56:25.526Z PASS [ 0.032s] ( 145/2658) illumos-utils zfs::test::parse_dataset_bad_reservation
68332026-02-16T23:56:25.534Z PASS [ 0.030s] ( 146/2658) illumos-utils zfs::test::parse_dataset_bad_usage
68342026-02-16T23:56:25.556Z PASS [ 0.030s] ( 147/2658) illumos-utils zfs::test::parse_dataset_bad_uuid
68352026-02-16T23:56:25.561Z PASS [ 0.028s] ( 148/2658) illumos-utils zfs::test::parse_dataset_missing_fields
68362026-02-16T23:56:25.584Z PASS [ 0.027s] ( 149/2658) illumos-utils zfs::test::parse_dataset_props
68372026-02-16T23:56:25.591Z PASS [ 0.029s] ( 150/2658) illumos-utils zfs::test::parse_dataset_props_with_optionals
68382026-02-16T23:56:25.607Z PASS [ 0.024s] ( 151/2658) illumos-utils zfs::test::parse_dataset_too_many_columns
68392026-02-16T23:56:25.616Z PASS [ 0.024s] ( 152/2658) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
68402026-02-16T23:56:25.629Z PASS [ 0.022s] ( 153/2658) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
68412026-02-16T23:56:25.638Z PASS [ 0.022s] ( 154/2658) illumos-utils zfs::test::parse_quota_ignored_if_default
68422026-02-16T23:56:25.655Z PASS [ 0.026s] ( 155/2658) illumos-utils zfs::test::parse_reservation_ignored_if_default
68432026-02-16T23:56:25.664Z PASS [ 0.026s] ( 156/2658) illumos-utils zfs::test::parse_sorts_and_dedups
68442026-02-16T23:56:25.694Z PASS [ 0.039s] ( 157/2658) illumos-utils zone::tests::delete_nonexistent_address
68452026-02-16T23:56:25.697Z PASS [ 0.032s] ( 158/2658) illumos-utils zone::tests::test_parse_ip_network
68462026-02-16T23:56:25.722Z PASS [ 0.027s] ( 159/2658) illumos-utils zpool::test::test_parse_zpool
68472026-02-16T23:56:25.725Z PASS [ 0.027s] ( 160/2658) illumos-utils zpool::test::test_parse_zpool_missing_column
68482026-02-16T23:56:27.250Z PASS [ 1.524s] ( 161/2658) installinator write::tests::proptest_write_artifact
68492026-02-16T23:56:27.327Z PASS [ 5.758s] ( 162/2658) gfss polynomial::tests::test_polynomial_eval
68502026-02-16T23:56:27.448Z PASS [ 0.198s] ( 163/2658) installinator-common block_size_writer::tests::proptest_block_writer
68512026-02-16T23:56:28.431Z PASS [ 0.983s] ( 164/2658) internal-dns-resolver resolver::test::insert_and_lookup_one_record
68522026-02-16T23:56:28.452Z PASS [ 1.124s] ( 165/2658) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
68532026-02-16T23:56:28.716Z PASS [ 0.285s] ( 166/2658) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
68542026-02-16T23:56:28.917Z PASS [ 0.465s] ( 167/2658) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
68552026-02-16T23:56:29.020Z PASS [ 0.303s] ( 168/2658) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
68562026-02-16T23:56:29.030Z PASS [ 3.307s] ( 169/2658) installinator mock_peers::tests::proptest_fetch_artifact
68572026-02-16T23:56:29.060Z PASS [ 0.030s] ( 170/2658) internal-dns-types config::test::display_hosts
68582026-02-16T23:56:29.091Z PASS [ 0.031s] ( 171/2658) internal-dns-types config::test::display_srv_service
68592026-02-16T23:56:29.142Z PASS [ 0.051s] ( 172/2658) internal-dns-types config::test::test_builder_errors
68602026-02-16T23:56:29.193Z PASS [ 0.275s] ( 173/2658) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
68612026-02-16T23:56:29.220Z PASS [ 0.077s] ( 174/2658) internal-dns-types config::test::test_builder_output
68622026-02-16T23:56:29.232Z PASS [ 0.040s] ( 175/2658) internal-dns-types diff::test::diff_different
68632026-02-16T23:56:29.242Z PASS [ 0.022s] ( 176/2658) internal-dns-types diff::test::diff_equivalent
68642026-02-16T23:56:29.254Z PASS [ 0.022s] ( 177/2658) internal-dns-types diff::test::diff_invalid
68652026-02-16T23:56:29.266Z PASS [ 0.024s] ( 178/2658) ipcc tests::deserialize_fixed_value
68662026-02-16T23:56:29.284Z PASS [ 0.030s] ( 179/2658) ipcc tests::installinator_image_id_round_trip
68672026-02-16T23:56:29.288Z PASS [ 0.021s] ( 180/2658) ipcc tests::serialized_size
68682026-02-16T23:56:29.345Z PASS [ 0.325s] ( 181/2658) internal-dns-resolver resolver::test::update_record
68692026-02-16T23:56:29.367Z PASS [ 0.082s] ( 182/2658) key-manager tests::different_disks_produce_different_keys
68702026-02-16T23:56:29.367Z PASS [ 0.079s] ( 183/2658) key-manager tests::different_ikm_produces_different_keys
68712026-02-16T23:56:29.377Z PASS [ 0.032s] ( 184/2658) key-manager tests::disk_encryption_key_epoch_0
68722026-02-16T23:56:29.391Z PASS [ 0.024s] ( 185/2658) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
68732026-02-16T23:56:29.495Z PASS [ 0.104s] ( 186/2658) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
68742026-02-16T23:56:29.534Z PASS [ 0.157s] ( 187/2658) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
68752026-02-16T23:56:29.534Z PASS [ 0.167s] ( 188/2658) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
68762026-02-16T23:56:29.537Z PASS [ 0.040s] ( 189/2658) nexus-auth authn::external::session_cookie::test::test_get_token
68772026-02-16T23:56:29.566Z PASS [ 0.032s] ( 190/2658) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
68782026-02-16T23:56:29.569Z PASS [ 0.035s] ( 191/2658) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
68792026-02-16T23:56:29.572Z PASS [ 0.035s] ( 192/2658) nexus-auth authn::external::session_cookie::test::test_missing_cookie
68802026-02-16T23:56:29.598Z PASS [ 0.032s] ( 193/2658) nexus-auth authn::external::session_cookie::test::test_other_cookie
68812026-02-16T23:56:29.603Z PASS [ 0.034s] ( 194/2658) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
68822026-02-16T23:56:29.606Z PASS [ 0.035s] ( 195/2658) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
68832026-02-16T23:56:29.631Z PASS [ 0.033s] ( 196/2658) nexus-auth authn::external::session_cookie::test::test_valid_cookie
68842026-02-16T23:56:29.644Z PASS [ 0.039s] ( 197/2658) nexus-auth authn::external::spoof::test::test_make_header_value_raw
68852026-02-16T23:56:29.647Z PASS [ 0.041s] ( 198/2658) nexus-auth authn::external::spoof::test::test_make_header_value
68862026-02-16T23:56:29.681Z PASS [ 0.036s] ( 199/2658) nexus-auth authn::external::spoof::test::test_spoof_header_valid
68872026-02-16T23:56:29.681Z PASS [ 0.037s] ( 200/2658) nexus-auth authn::external::spoof::test::test_spoof_header_missing
68882026-02-16T23:56:29.686Z PASS [ 0.055s] ( 201/2658) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
68892026-02-16T23:56:29.721Z PASS [ 0.040s] ( 202/2658) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
68902026-02-16T23:56:29.721Z PASS [ 0.035s] ( 203/2658) nexus-auth authn::external::token::test::test_make_header_value
68912026-02-16T23:56:29.732Z PASS [ 0.051s] ( 204/2658) nexus-auth authn::external::test::test_authn_sequence
68922026-02-16T23:56:29.753Z PASS [ 0.031s] ( 205/2658) nexus-auth authn::external::token::test::test_token_header_bad_utf8
68932026-02-16T23:56:29.756Z PASS [ 0.035s] ( 206/2658) nexus-auth authn::external::token::test::test_token_header_missing
68942026-02-16T23:56:29.764Z PASS [ 0.032s] ( 207/2658) nexus-auth authn::external::token::test::test_token_header_valid
68952026-02-16T23:56:29.825Z PASS [ 0.072s] ( 208/2658) nexus-auth authn::test::test_internal_users
68962026-02-16T23:56:29.831Z PASS [ 0.067s] ( 209/2658) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
68972026-02-16T23:56:29.913Z PASS [ 0.088s] ( 210/2658) nexus-auth context::test::test_background_context
68982026-02-16T23:56:29.921Z PASS [ 0.088s] ( 211/2658) nexus-auth context::test::test_child_context
68992026-02-16T23:56:29.940Z PASS [ 0.184s] ( 212/2658) nexus-auth authz::context::test::test_unregistered_resource
69002026-02-16T23:56:29.995Z PASS [ 0.082s] ( 213/2658) nexus-auth context::test::test_test_context
69012026-02-16T23:56:30.002Z PASS [ 0.062s] ( 214/2658) nexus-config nexus_config::test::test_config_bad_toml
69022026-02-16T23:56:30.026Z PASS [ 0.031s] ( 215/2658) nexus-config nexus_config::test::test_config_empty
69032026-02-16T23:56:30.031Z PASS [ 0.029s] ( 216/2658) nexus-config nexus_config::test::test_config_nonexistent
69042026-02-16T23:56:30.079Z PASS [ 0.046s] ( 217/2658) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69052026-02-16T23:56:30.085Z PASS [ 0.166s] ( 218/2658) nexus-config nexus_config::test::test_bad_authn_schemes
69062026-02-16T23:56:30.135Z PASS [ 0.108s] ( 219/2658) nexus-config nexus_config::test::test_deployment_config_schema
69072026-02-16T23:56:30.164Z PASS [ 0.078s] ( 220/2658) nexus-config nexus_config::test::test_valid
69082026-02-16T23:56:30.174Z PASS [ 0.040s] ( 221/2658) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69092026-02-16T23:56:30.184Z PASS [ 0.107s] ( 222/2658) nexus-config nexus_config::test::test_repo_configs_are_valid
69102026-02-16T23:56:30.192Z PASS [ 0.029s] ( 223/2658) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69112026-02-16T23:56:30.205Z PASS [ 0.030s] ( 224/2658) nexus-config postgres_config::test::test_all_addresses_single_host
69122026-02-16T23:56:30.212Z PASS [ 0.028s] ( 225/2658) nexus-config postgres_config::test::test_bad_url
69132026-02-16T23:56:30.225Z PASS [ 0.032s] ( 226/2658) nexus-config postgres_config::test::test_example_url
69142026-02-16T23:56:30.248Z PASS [ 0.036s] ( 227/2658) nexus-db-fixed-data test::test_allowlist_id_is_valid
69152026-02-16T23:56:30.255Z PASS [ 0.031s] ( 228/2658) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69162026-02-16T23:56:30.272Z PASS [ 0.067s] ( 229/2658) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69172026-02-16T23:56:30.283Z PASS [ 0.035s] ( 230/2658) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69182026-02-16T23:56:30.316Z PASS [ 0.033s] ( 231/2658) nexus-db-model alert_class::tests::test_is_test
69192026-02-16T23:56:30.317Z PASS [ 0.045s] ( 232/2658) nexus-db-model alert_class::tests::test_from_str_roundtrips
69202026-02-16T23:56:30.361Z PASS [ 0.044s] ( 233/2658) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69212026-02-16T23:56:30.373Z PASS [ 0.056s] ( 234/2658) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
69222026-02-16T23:56:30.408Z PASS [ 0.035s] ( 235/2658) nexus-db-model bytecount::test::test_bytecount_i64_conversions
69232026-02-16T23:56:30.450Z PASS [ 0.089s] ( 236/2658) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
69242026-02-16T23:56:30.464Z PASS [ 0.056s] ( 237/2658) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
69252026-02-16T23:56:30.494Z PASS [ 0.030s] ( 238/2658) nexus-db-model instance_state::tests::test_from_str_roundtrips
69262026-02-16T23:56:30.504Z PASS [ 0.054s] ( 239/2658) nexus-db-model device_auth::test::test_generate_user_code
69272026-02-16T23:56:30.540Z PASS [ 0.036s] ( 240/2658) nexus-db-model role_assignment::tests::test_role_assignment_from_database
69282026-02-16T23:56:30.543Z PASS [ 0.048s] ( 241/2658) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
69292026-02-16T23:56:30.574Z PASS [ 0.032s] ( 242/2658) nexus-db-model schema_versions::test::test_known_versions
69302026-02-16T23:56:30.606Z PASS [ 0.066s] ( 243/2658) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
69312026-02-16T23:56:30.615Z PASS [ 0.040s] ( 244/2658) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
69322026-02-16T23:56:30.647Z PASS [ 0.040s] ( 245/2658) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
69332026-02-16T23:56:30.650Z PASS [ 0.035s] ( 246/2658) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
69342026-02-16T23:56:30.675Z PASS [ 0.028s] ( 247/2658) nexus-db-model schema_versions::test::test_verify
69352026-02-16T23:56:30.684Z PASS [ 0.034s] ( 248/2658) nexus-db-model semver_version::test::test_to_from_sortable_string
69362026-02-16T23:56:30.708Z PASS [ 0.033s] ( 249/2658) nexus-db-model tests::test_ip_subnet_check_requestable_address
69372026-02-16T23:56:30.719Z PASS [ 0.035s] ( 250/2658) nexus-db-model tests::test_ipv6_net_random_subnet
69382026-02-16T23:56:30.744Z PASS [ 0.034s] ( 251/2658) nexus-db-model tests::test_roles_database_strings
69392026-02-16T23:56:30.749Z PASS [ 0.029s] ( 252/2658) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
69402026-02-16T23:56:30.786Z PASS [ 0.044s] ( 253/2658) nexus-db-model typed_uuid::tests::test_compare_consistency
69412026-02-16T23:56:30.786Z PASS [ 0.037s] ( 254/2658) nexus-db-model typed_uuid::tests::test_hash_equality
69422026-02-16T23:56:30.815Z PASS [ 0.028s] ( 255/2658) nexus-db-model vmm_state::tests::test_from_str_roundtrips
69432026-02-16T23:56:30.817Z PASS [ 0.029s] ( 256/2658) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
69442026-02-16T23:56:32.368Z PASS [ 18.726s] ( 257/2658) db-dev::test-db-dev test_db_run
69452026-02-16T23:56:35.544Z PASS [ 5.287s] ( 258/2658) nexus-db-lookup::integration lookup::test_lookup
69462026-02-16T23:56:37.002Z PASS [ 4.633s] ( 259/2658) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
69472026-02-16T23:56:37.002Z PASS [ 6.186s] ( 260/2658) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
69482026-02-16T23:56:37.077Z PASS [ 6.260s] ( 261/2658) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
69492026-02-16T23:56:38.172Z PASS [ 2.627s] ( 262/2658) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
69502026-02-16T23:56:39.952Z PASS [ 2.949s] ( 263/2658) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
69512026-02-16T23:56:40.074Z PASS [ 2.996s] ( 264/2658) nexus-db-queries db::collection_attach::test::test_attach_once
69522026-02-16T23:56:40.146Z PASS [ 3.143s] ( 265/2658) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
69532026-02-16T23:56:41.473Z PASS [ 3.300s] ( 266/2658) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
69542026-02-16T23:56:41.530Z PASS [ 0.058s] ( 267/2658) nexus-db-queries db::collection_attach::test::test_verify_query
69552026-02-16T23:56:43.301Z PASS [ 3.348s] ( 268/2658) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
69562026-02-16T23:56:43.387Z PASS [ 3.240s] ( 269/2658) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
69572026-02-16T23:56:43.430Z PASS [ 3.356s] ( 270/2658) nexus-db-queries db::collection_attach::test::test_attach_with_filters
69582026-02-16T23:56:44.540Z PASS [ 3.008s] ( 271/2658) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
69592026-02-16T23:56:46.186Z PASS [ 2.885s] ( 272/2658) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
69602026-02-16T23:56:46.393Z PASS [ 3.004s] ( 273/2658) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
69612026-02-16T23:56:46.439Z PASS [ 0.047s] ( 274/2658) nexus-db-queries db::collection_detach::test::test_verify_query
69622026-02-16T23:56:46.467Z PASS [ 3.036s] ( 275/2658) nexus-db-queries db::collection_detach::test::test_detach_once
69632026-02-16T23:56:47.562Z PASS [ 3.021s] ( 276/2658) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
69642026-02-16T23:56:49.142Z PASS [ 2.955s] ( 277/2658) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
69652026-02-16T23:56:49.526Z PASS [ 3.058s] ( 278/2658) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
69662026-02-16T23:56:49.526Z PASS [ 3.085s] ( 279/2658) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
69672026-02-16T23:56:50.738Z PASS [ 3.176s] ( 280/2658) nexus-db-queries db::collection_detach_many::test::test_detach_many
69682026-02-16T23:56:52.186Z PASS [ 3.043s] ( 281/2658) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
69692026-02-16T23:56:52.595Z PASS [ 3.068s] ( 282/2658) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
69702026-02-16T23:56:52.640Z PASS [ 0.045s] ( 283/2658) nexus-db-queries db::collection_detach_many::test::test_verify_query
69712026-02-16T23:56:52.646Z PASS [ 3.119s] ( 284/2658) nexus-db-queries db::collection_detach_many::test::test_detach_once
69722026-02-16T23:56:54.054Z PASS [ 3.315s] ( 285/2658) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
69732026-02-16T23:56:54.115Z PASS [ 0.061s] ( 286/2658) nexus-db-queries db::collection_insert::test::test_verify_query
69742026-02-16T23:56:54.174Z PASS [ 0.058s] ( 287/2658) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
69752026-02-16T23:56:54.220Z PASS [ 0.046s] ( 288/2658) nexus-db-queries db::column_walker::test::test_walk_columns
69762026-02-16T23:56:54.269Z PASS [ 0.048s] ( 289/2658) nexus-db-queries db::column_walker::test::test_walk_table
69772026-02-16T23:56:55.496Z PASS [ 3.310s] ( 290/2658) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
69782026-02-16T23:56:55.586Z PASS [ 2.945s] ( 291/2658) nexus-db-queries db::collection_insert::test::test_collection_not_present
69792026-02-16T23:56:55.596Z PASS [ 2.949s] ( 292/2658) nexus-db-queries db::collection_insert::test::test_collection_present
69802026-02-16T23:56:55.632Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
69812026-02-16T23:57:00.013Z PASS [ 5.743s] ( 293/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
69822026-02-16T23:57:00.985Z PASS [ 5.388s] ( 294/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
69832026-02-16T23:57:01.009Z PASS [ 5.511s] ( 295/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
69842026-02-16T23:57:04.258Z PASS [ 8.670s] ( 296/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
69852026-02-16T23:57:05.271Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
69862026-02-16T23:57:06.374Z PASS [ 6.359s] ( 297/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
69872026-02-16T23:57:07.133Z PASS [ 6.123s] ( 298/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
69882026-02-16T23:57:08.008Z PASS [ 7.021s] ( 299/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
69892026-02-16T23:57:10.439Z PASS [ 6.181s] ( 300/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
69902026-02-16T23:57:11.598Z PASS [ 5.223s] ( 301/2658) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
69912026-02-16T23:57:12.066Z PASS [ 4.931s] ( 302/2658) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
69922026-02-16T23:57:13.067Z PASS [ 5.058s] ( 303/2658) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
69932026-02-16T23:57:15.951Z PASS [ 5.510s] ( 304/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
69942026-02-16T23:57:17.439Z PASS [ 5.838s] ( 305/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
69952026-02-16T23:57:18.857Z PASS [ 5.789s] ( 306/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
69962026-02-16T23:57:19.944Z PASS [ 7.876s] ( 307/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
69972026-02-16T23:57:21.417Z PASS [ 5.465s] ( 308/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
69982026-02-16T23:57:23.715Z PASS [ 6.276s] ( 309/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
69992026-02-16T23:57:24.294Z PASS [ 5.436s] ( 310/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
70002026-02-16T23:57:25.963Z PASS [ 6.019s] ( 311/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
70012026-02-16T23:57:26.574Z PASS [ 5.155s] ( 312/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
70022026-02-16T23:57:29.330Z PASS [ 5.613s] ( 313/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
70032026-02-16T23:57:29.953Z PASS [ 5.656s] ( 314/2658) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
70042026-02-16T23:57:32.327Z PASS [ 2.997s] ( 315/2658) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
70052026-02-16T23:57:33.629Z PASS [ 7.664s] ( 316/2658) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
70062026-02-16T23:57:33.853Z PASS [ 7.277s] ( 317/2658) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
70072026-02-16T23:57:35.009Z PASS [ 5.055s] ( 318/2658) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
70082026-02-16T23:57:37.317Z PASS [ 4.988s] ( 319/2658) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
70092026-02-16T23:57:38.667Z PASS [ 5.037s] ( 320/2658) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
70102026-02-16T23:57:39.150Z PASS [ 5.296s] ( 321/2658) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
70112026-02-16T23:57:40.262Z PASS [ 5.251s] ( 322/2658) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
70122026-02-16T23:57:42.573Z PASS [ 5.256s] ( 323/2658) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
70132026-02-16T23:57:43.725Z PASS [ 5.056s] ( 324/2658) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
70142026-02-16T23:57:44.027Z PASS [ 4.876s] ( 325/2658) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
70152026-02-16T23:57:44.912Z PASS [ 4.651s] ( 326/2658) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
70162026-02-16T23:57:46.454Z PASS [ 2.728s] ( 327/2658) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
70172026-02-16T23:57:47.675Z PASS [ 5.101s] ( 328/2658) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
70182026-02-16T23:57:47.676Z PASS [ 3.648s] ( 329/2658) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
70192026-02-16T23:57:47.874Z PASS [ 2.961s] ( 330/2658) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
70202026-02-16T23:57:49.338Z PASS [ 2.884s] ( 331/2658) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
70212026-02-16T23:57:51.146Z PASS [ 3.470s] ( 332/2658) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
70222026-02-16T23:57:51.269Z PASS [ 3.592s] ( 333/2658) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
70232026-02-16T23:57:51.269Z PASS [ 3.394s] ( 334/2658) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
70242026-02-16T23:57:52.459Z PASS [ 3.121s] ( 335/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
70252026-02-16T23:57:54.181Z PASS [ 3.033s] ( 336/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
70262026-02-16T23:57:54.349Z PASS [ 3.080s] ( 337/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
70272026-02-16T23:57:54.349Z PASS [ 3.080s] ( 338/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
70282026-02-16T23:57:55.419Z PASS [ 2.958s] ( 339/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
70292026-02-16T23:57:55.648Z SLOW [>180.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70302026-02-16T23:57:57.085Z PASS [ 2.905s] ( 340/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
70312026-02-16T23:57:57.275Z PASS [ 2.925s] ( 341/2658) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
70322026-02-16T23:57:58.335Z PASS [ 2.916s] ( 342/2658) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
70332026-02-16T23:57:59.284Z PASS [ 4.932s] ( 343/2658) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
70342026-02-16T23:57:59.719Z PASS [ 2.634s] ( 344/2658) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
70352026-02-16T23:57:59.793Z PASS [ 2.517s] ( 345/2658) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
70362026-02-16T23:58:00.059Z PASS [ 0.266s] ( 346/2658) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
70372026-02-16T23:58:03.036Z PASS [ 2.976s] ( 347/2658) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
70382026-02-16T23:58:04.580Z PASS [ 6.244s] ( 348/2658) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
70392026-02-16T23:58:05.286Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
70402026-02-16T23:58:05.479Z PASS [ 6.195s] ( 349/2658) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
70412026-02-16T23:58:06.155Z PASS [ 6.434s] ( 350/2658) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
70422026-02-16T23:58:10.198Z PASS [ 7.160s] ( 351/2658) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
70432026-02-16T23:58:10.275Z PASS [ 5.693s] ( 352/2658) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
70442026-02-16T23:58:11.603Z PASS [ 6.118s] ( 353/2658) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
70452026-02-16T23:58:11.648Z PASS [ 5.492s] ( 354/2658) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
70462026-02-16T23:58:16.170Z PASS [ 5.894s] ( 355/2658) nexus-db-queries db::datastore::deployment::tests::test_set_target
70472026-02-16T23:58:16.229Z PASS [ 0.058s] ( 356/2658) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
70482026-02-16T23:58:17.206Z PASS [ 5.557s] ( 357/2658) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
70492026-02-16T23:58:17.743Z PASS [ 6.144s] ( 358/2658) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
70502026-02-16T23:58:18.360Z PASS [ 8.160s] ( 359/2658) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
70512026-02-16T23:58:21.240Z PASS [ 5.009s] ( 360/2658) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
70522026-02-16T23:58:22.541Z PASS [ 5.334s] ( 361/2658) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
70532026-02-16T23:58:23.544Z PASS [ 5.182s] ( 362/2658) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
70542026-02-16T23:58:24.049Z PASS [ 6.303s] ( 363/2658) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
70552026-02-16T23:58:26.726Z PASS [ 3.182s] ( 364/2658) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
70562026-02-16T23:58:26.916Z PASS [ 5.675s] ( 365/2658) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
70572026-02-16T23:58:26.991Z PASS [ 2.942s] ( 366/2658) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
70582026-02-16T23:58:27.841Z PASS [ 5.299s] ( 367/2658) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
70592026-02-16T23:58:29.421Z PASS [ 2.693s] ( 368/2658) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
70602026-02-16T23:58:29.716Z PASS [ 2.724s] ( 369/2658) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
70612026-02-16T23:58:29.716Z PASS [ 2.799s] ( 370/2658) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
70622026-02-16T23:58:30.449Z PASS [ 2.607s] ( 371/2658) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
70632026-02-16T23:58:32.156Z PASS [ 2.735s] ( 372/2658) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
70642026-02-16T23:58:32.780Z PASS [ 3.063s] ( 373/2658) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
70652026-02-16T23:58:34.897Z PASS [ 5.180s] ( 374/2658) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
70662026-02-16T23:58:36.630Z PASS [ 6.180s] ( 375/2658) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
70672026-02-16T23:58:38.015Z PASS [ 5.857s] ( 376/2658) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
70682026-02-16T23:58:38.956Z PASS [ 6.175s] ( 377/2658) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
70692026-02-16T23:58:40.155Z PASS [ 5.257s] ( 378/2658) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
70702026-02-16T23:58:41.872Z PASS [ 5.240s] ( 379/2658) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
70712026-02-16T23:58:41.991Z PASS [ 226.340s] ( 380/2658) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70722026-02-16T23:58:42.800Z PASS [ 4.785s] ( 381/2658) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
70732026-02-16T23:58:44.057Z PASS [ 5.100s] ( 382/2658) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
70742026-02-16T23:58:45.676Z PASS [ 5.520s] ( 383/2658) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
70752026-02-16T23:58:47.710Z PASS [ 5.837s] ( 384/2658) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
70762026-02-16T23:58:47.959Z PASS [ 5.967s] ( 385/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
70772026-02-16T23:58:48.300Z PASS [ 5.498s] ( 386/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
70782026-02-16T23:58:49.975Z PASS [ 5.916s] ( 387/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
70792026-02-16T23:58:51.088Z PASS [ 5.411s] ( 388/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
70802026-02-16T23:58:52.506Z PASS [ 4.795s] ( 389/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
70812026-02-16T23:58:52.677Z PASS [ 4.717s] ( 390/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
70822026-02-16T23:58:53.002Z PASS [ 4.699s] ( 391/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
70832026-02-16T23:58:54.909Z PASS [ 4.933s] ( 392/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
70842026-02-16T23:58:56.023Z PASS [ 4.934s] ( 393/2658) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
70852026-02-16T23:58:57.358Z PASS [ 4.851s] ( 394/2658) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
70862026-02-16T23:58:57.474Z PASS [ 4.794s] ( 395/2658) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
70872026-02-16T23:58:57.540Z PASS [ 4.538s] ( 396/2658) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
70882026-02-16T23:58:59.965Z PASS [ 5.054s] ( 397/2658) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
70892026-02-16T23:59:01.483Z PASS [ 5.458s] ( 398/2658) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
70902026-02-16T23:59:02.716Z PASS [ 5.243s] ( 399/2658) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
70912026-02-16T23:59:02.819Z PASS [ 5.459s] ( 400/2658) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
70922026-02-16T23:59:03.012Z PASS [ 5.470s] ( 401/2658) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
70932026-02-16T23:59:05.298Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
70942026-02-16T23:59:05.745Z PASS [ 5.453s] ( 402/2658) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
70952026-02-16T23:59:05.746Z PASS [ 0.287s] ( 403/2658) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
70962026-02-16T23:59:05.970Z PASS [ 0.264s] ( 404/2658) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
70972026-02-16T23:59:06.211Z PASS [ 0.241s] ( 405/2658) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
70982026-02-16T23:59:06.547Z PASS [ 5.060s] ( 406/2658) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
70992026-02-16T23:59:07.596Z PASS [ 4.776s] ( 407/2658) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
71002026-02-16T23:59:07.725Z PASS [ 5.008s] ( 408/2658) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
71012026-02-16T23:59:07.756Z PASS [ 4.743s] ( 409/2658) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
71022026-02-16T23:59:09.233Z PASS [ 3.021s] ( 410/2658) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
71032026-02-16T23:59:09.340Z PASS [ 2.795s] ( 411/2658) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
71042026-02-16T23:59:10.777Z PASS [ 3.179s] ( 412/2658) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
71052026-02-16T23:59:10.860Z PASS [ 3.134s] ( 413/2658) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
71062026-02-16T23:59:14.732Z PASS [ 6.974s] ( 414/2658) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
71072026-02-16T23:59:14.900Z PASS [ 5.665s] ( 415/2658) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
71082026-02-16T23:59:14.934Z PASS [ 5.593s] ( 416/2658) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
71092026-02-16T23:59:15.943Z PASS [ 5.081s] ( 417/2658) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
71102026-02-16T23:59:15.987Z PASS [ 5.210s] ( 418/2658) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
71112026-02-16T23:59:19.679Z PASS [ 4.946s] ( 419/2658) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
71122026-02-16T23:59:19.814Z PASS [ 4.879s] ( 420/2658) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
71132026-02-16T23:59:20.018Z PASS [ 5.117s] ( 421/2658) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
71142026-02-16T23:59:21.111Z PASS [ 5.122s] ( 422/2658) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
71152026-02-16T23:59:23.250Z PASS [ 7.305s] ( 423/2658) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
71162026-02-16T23:59:24.991Z PASS [ 5.310s] ( 424/2658) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
71172026-02-16T23:59:25.356Z PASS [ 5.541s] ( 425/2658) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
71182026-02-16T23:59:25.696Z PASS [ 5.676s] ( 426/2658) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
71192026-02-16T23:59:26.443Z PASS [ 5.331s] ( 427/2658) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
71202026-02-16T23:59:28.598Z PASS [ 5.347s] ( 428/2658) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
71212026-02-16T23:59:30.115Z PASS [ 5.124s] ( 429/2658) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
71222026-02-16T23:59:30.251Z PASS [ 4.894s] ( 430/2658) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
71232026-02-16T23:59:30.650Z PASS [ 4.953s] ( 431/2658) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
71242026-02-16T23:59:32.411Z PASS [ 5.967s] ( 432/2658) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
71252026-02-16T23:59:33.374Z PASS [ 4.775s] ( 433/2658) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
71262026-02-16T23:59:35.436Z PASS [ 5.320s] ( 434/2658) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
71272026-02-16T23:59:36.001Z PASS [ 5.349s] ( 435/2658) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
71282026-02-16T23:59:37.945Z PASS [ 5.533s] ( 436/2658) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
71292026-02-16T23:59:38.231Z PASS [ 7.979s] ( 437/2658) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
71302026-02-16T23:59:38.956Z PASS [ 5.580s] ( 438/2658) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
71312026-02-16T23:59:39.018Z PASS [ 3.017s] ( 439/2658) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
71322026-02-16T23:59:40.737Z PASS [ 5.300s] ( 440/2658) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
71332026-02-16T23:59:40.837Z PASS [ 2.889s] ( 441/2658) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
71342026-02-16T23:59:41.122Z PASS [ 2.891s] ( 442/2658) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
71352026-02-16T23:59:41.830Z PASS [ 2.873s] ( 443/2658) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
71362026-02-16T23:59:43.893Z PASS [ 4.873s] ( 444/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
71372026-02-16T23:59:45.570Z PASS [ 4.831s] ( 445/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
71382026-02-16T23:59:45.647Z PASS [ 4.810s] ( 446/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
71392026-02-16T23:59:45.908Z PASS [ 4.784s] ( 447/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
71402026-02-16T23:59:46.104Z PASS [ 0.196s] ( 448/2658) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
71412026-02-16T23:59:46.343Z PASS [ 0.239s] ( 449/2658) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
71422026-02-16T23:59:46.557Z PASS [ 4.725s] ( 450/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
71432026-02-16T23:59:46.562Z PASS [ 0.220s] ( 451/2658) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
71442026-02-16T23:59:48.614Z PASS [ 4.721s] ( 452/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
71452026-02-16T23:59:50.037Z PASS [ 4.466s] ( 453/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
71462026-02-16T23:59:50.197Z PASS [ 4.549s] ( 454/2658) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
71472026-02-16T23:59:51.299Z PASS [ 4.734s] ( 455/2658) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
71482026-02-16T23:59:51.730Z PASS [ 5.173s] ( 456/2658) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
71492026-02-16T23:59:53.669Z PASS [ 5.054s] ( 457/2658) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
71502026-02-16T23:59:54.665Z PASS [ 4.622s] ( 458/2658) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
71512026-02-16T23:59:54.783Z PASS [ 4.584s] ( 459/2658) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
71522026-02-16T23:59:55.667Z PASS [ 4.368s] ( 460/2658) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
71532026-02-16T23:59:56.315Z PASS [ 4.583s] ( 461/2658) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
71542026-02-16T23:59:59.007Z PASS [ 5.336s] ( 462/2658) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
71552026-02-17T00:00:00.102Z PASS [ 5.441s] ( 463/2658) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
71562026-02-17T00:00:00.343Z PASS [ 5.559s] ( 464/2658) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
71572026-02-17T00:00:00.869Z PASS [ 5.200s] ( 465/2658) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
71582026-02-17T00:00:01.636Z PASS [ 5.320s] ( 466/2658) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
71592026-02-17T00:00:04.469Z PASS [ 5.460s] ( 467/2658) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
71602026-02-17T00:00:05.311Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
71612026-02-17T00:00:05.643Z PASS [ 5.539s] ( 468/2658) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
71622026-02-17T00:00:05.712Z PASS [ 4.842s] ( 469/2658) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
71632026-02-17T00:00:05.741Z PASS [ 5.397s] ( 470/2658) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
71642026-02-17T00:00:06.362Z PASS [ 4.725s] ( 471/2658) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
71652026-02-17T00:00:09.973Z PASS [ 5.504s] ( 472/2658) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
71662026-02-17T00:00:11.337Z PASS [ 5.594s] ( 473/2658) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
71672026-02-17T00:00:11.569Z PASS [ 5.925s] ( 474/2658) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
71682026-02-17T00:00:11.575Z PASS [ 5.862s] ( 475/2658) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
71692026-02-17T00:00:12.021Z PASS [ 5.658s] ( 476/2658) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
71702026-02-17T00:00:15.488Z PASS [ 5.514s] ( 477/2658) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
71712026-02-17T00:00:16.473Z PASS [ 4.896s] ( 478/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
71722026-02-17T00:00:16.580Z PASS [ 5.242s] ( 479/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
71732026-02-17T00:00:16.857Z PASS [ 4.834s] ( 480/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
71742026-02-17T00:00:17.367Z PASS [ 5.795s] ( 481/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
71752026-02-17T00:00:20.745Z PASS [ 5.256s] ( 482/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
71762026-02-17T00:00:21.844Z PASS [ 5.369s] ( 483/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
71772026-02-17T00:00:21.857Z PASS [ 5.276s] ( 484/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
71782026-02-17T00:00:22.472Z PASS [ 5.615s] ( 485/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
71792026-02-17T00:00:22.704Z PASS [ 5.338s] ( 486/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
71802026-02-17T00:00:26.265Z PASS [ 5.518s] ( 487/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
71812026-02-17T00:00:27.225Z PASS [ 5.367s] ( 488/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
71822026-02-17T00:00:27.431Z PASS [ 4.956s] ( 489/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
71832026-02-17T00:00:27.444Z PASS [ 5.600s] ( 490/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
71842026-02-17T00:00:27.566Z PASS [ 4.859s] ( 491/2658) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
71852026-02-17T00:00:32.103Z PASS [ 4.657s] ( 492/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
71862026-02-17T00:00:32.346Z PASS [ 6.080s] ( 493/2658) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
71872026-02-17T00:00:33.251Z PASS [ 6.025s] ( 494/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
71882026-02-17T00:00:33.272Z PASS [ 5.706s] ( 495/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
71892026-02-17T00:00:33.383Z PASS [ 5.952s] ( 496/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
71902026-02-17T00:00:37.993Z PASS [ 5.889s] ( 497/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
71912026-02-17T00:00:38.364Z PASS [ 6.017s] ( 498/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
71922026-02-17T00:00:38.830Z PASS [ 5.556s] ( 499/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
71932026-02-17T00:00:38.881Z PASS [ 5.628s] ( 500/2658) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
71942026-02-17T00:00:39.234Z PASS [ 5.849s] ( 501/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
71952026-02-17T00:00:44.549Z PASS [ 6.553s] ( 502/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
71962026-02-17T00:00:44.594Z PASS [ 6.229s] ( 503/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
71972026-02-17T00:00:44.848Z PASS [ 6.017s] ( 504/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
71982026-02-17T00:00:45.123Z PASS [ 6.240s] ( 505/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
71992026-02-17T00:00:45.443Z PASS [ 6.207s] ( 506/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
72002026-02-17T00:00:50.733Z PASS [ 6.138s] ( 507/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
72012026-02-17T00:00:51.026Z PASS [ 6.477s] ( 508/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
72022026-02-17T00:00:51.154Z PASS [ 6.030s] ( 509/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
72032026-02-17T00:00:51.170Z PASS [ 6.320s] ( 510/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
72042026-02-17T00:00:51.511Z PASS [ 6.066s] ( 511/2658) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
72052026-02-17T00:00:55.972Z PASS [ 4.944s] ( 512/2658) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
72062026-02-17T00:00:56.899Z PASS [ 6.164s] ( 513/2658) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
72072026-02-17T00:00:56.907Z PASS [ 5.752s] ( 514/2658) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
72082026-02-17T00:00:57.338Z PASS [ 6.167s] ( 515/2658) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
72092026-02-17T00:00:57.498Z PASS [ 5.986s] ( 516/2658) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
72102026-02-17T00:01:02.142Z PASS [ 6.170s] ( 517/2658) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
72112026-02-17T00:01:03.056Z PASS [ 6.147s] ( 518/2658) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
72122026-02-17T00:01:03.592Z PASS [ 6.692s] ( 519/2658) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
72132026-02-17T00:01:03.683Z PASS [ 6.183s] ( 520/2658) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
72142026-02-17T00:01:03.729Z PASS [ 6.390s] ( 521/2658) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
72152026-02-17T00:01:05.324Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
72162026-02-17T00:01:07.214Z PASS [ 5.071s] ( 522/2658) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
72172026-02-17T00:01:08.465Z PASS [ 5.408s] ( 523/2658) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
72182026-02-17T00:01:08.813Z PASS [ 5.083s] ( 524/2658) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
72192026-02-17T00:01:08.824Z PASS [ 5.230s] ( 525/2658) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
72202026-02-17T00:01:09.872Z PASS [ 6.188s] ( 526/2658) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
72212026-02-17T00:01:13.753Z PASS [ 6.537s] ( 527/2658) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
72222026-02-17T00:01:14.344Z PASS [ 5.529s] ( 528/2658) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
72232026-02-17T00:01:15.080Z PASS [ 5.206s] ( 529/2658) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
72242026-02-17T00:01:19.027Z PASS [ 5.273s] ( 530/2658) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
72252026-02-17T00:01:19.660Z PASS [ 5.314s] ( 531/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
72262026-02-17T00:01:20.425Z PASS [ 5.344s] ( 532/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
72272026-02-17T00:01:21.331Z PASS [ 12.864s] ( 533/2658) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
72282026-02-17T00:01:24.738Z PASS [ 5.709s] ( 534/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
72292026-02-17T00:01:25.063Z PASS [ 5.402s] ( 535/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
72302026-02-17T00:01:26.052Z PASS [ 5.625s] ( 536/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
72312026-02-17T00:01:26.542Z PASS [ 5.210s] ( 537/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
72322026-02-17T00:01:29.206Z PASS [ 20.378s] ( 538/2658) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
72332026-02-17T00:01:31.137Z PASS [ 6.398s] ( 539/2658) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
72342026-02-17T00:01:32.195Z PASS [ 6.143s] ( 540/2658) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
72352026-02-17T00:01:32.247Z PASS [ 5.703s] ( 541/2658) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
72362026-02-17T00:01:32.256Z PASS [ 326.930s] ( 542/2658) oximeter-db client::tests::test_replicated
72372026-02-17T00:01:32.354Z PASS [ 0.094s] ( 543/2658) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
72382026-02-17T00:01:32.387Z PASS [ 0.033s] ( 544/2658) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
72392026-02-17T00:01:32.414Z PASS [ 0.025s] ( 545/2658) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
72402026-02-17T00:01:32.443Z PASS [ 0.030s] ( 546/2658) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
72412026-02-17T00:01:32.469Z PASS [ 0.027s] ( 547/2658) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
72422026-02-17T00:01:32.592Z PASS [ 7.527s] ( 548/2658) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
72432026-02-17T00:01:33.008Z PASS [ 0.536s] ( 549/2658) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
72442026-02-17T00:01:33.160Z PASS [ 0.141s] ( 550/2658) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
72452026-02-17T00:01:33.289Z PASS [ 0.141s] ( 551/2658) omicron-clickhouse-admin::integration_test test_lgif_parsing
72462026-02-17T00:01:33.424Z PASS [ 0.135s] ( 552/2658) omicron-clickhouse-admin::integration_test test_raft_config_parsing
72472026-02-17T00:01:33.662Z PASS [ 0.237s] ( 553/2658) omicron-clickhouse-admin::integration_test test_teardown
72482026-02-17T00:01:33.832Z PASS [ 0.170s] ( 554/2658) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
72492026-02-17T00:01:34.632Z PASS [ 5.425s] ( 555/2658) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
72502026-02-17T00:01:36.716Z PASS [ 5.574s] ( 556/2658) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
72512026-02-17T00:01:36.753Z PASS [ 0.041s] ( 557/2658) nexus-db-queries db::datastore::region::test::test_extent_count
72522026-02-17T00:01:36.947Z PASS [ 4.353s] ( 558/2658) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
72532026-02-17T00:01:37.714Z PASS [ 5.465s] ( 559/2658) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
72542026-02-17T00:01:37.734Z PASS [ 5.536s] ( 560/2658) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
72552026-02-17T00:01:39.098Z PASS [ 4.464s] ( 561/2658) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
72562026-02-17T00:01:41.418Z PASS [ 4.662s] ( 562/2658) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
72572026-02-17T00:01:41.664Z PASS [ 4.714s] ( 563/2658) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
72582026-02-17T00:01:42.428Z PASS [ 4.694s] ( 564/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
72592026-02-17T00:01:42.428Z PASS [ 4.713s] ( 565/2658) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
72602026-02-17T00:01:43.566Z PASS [ 4.465s] ( 566/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
72612026-02-17T00:01:46.078Z PASS [ 4.660s] ( 567/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
72622026-02-17T00:01:46.358Z PASS [ 4.695s] ( 568/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
72632026-02-17T00:01:46.985Z PASS [ 4.555s] ( 569/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
72642026-02-17T00:01:47.032Z PASS [ 4.603s] ( 570/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
72652026-02-17T00:01:48.588Z PASS [ 5.003s] ( 571/2658) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
72662026-02-17T00:01:50.869Z PASS [ 4.790s] ( 572/2658) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
72672026-02-17T00:01:51.094Z PASS [ 4.728s] ( 573/2658) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
72682026-02-17T00:01:51.419Z PASS [ 4.431s] ( 574/2658) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
72692026-02-17T00:01:51.826Z PASS [ 4.793s] ( 575/2658) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
72702026-02-17T00:01:52.938Z PASS [ 4.369s] ( 576/2658) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
72712026-02-17T00:01:55.992Z PASS [ 5.120s] ( 577/2658) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
72722026-02-17T00:01:55.992Z PASS [ 4.903s] ( 578/2658) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
72732026-02-17T00:01:56.113Z PASS [ 4.694s] ( 579/2658) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
72742026-02-17T00:01:57.079Z PASS [ 5.251s] ( 580/2658) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
72752026-02-17T00:01:58.299Z PASS [ 5.354s] ( 581/2658) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
72762026-02-17T00:02:01.535Z PASS [ 5.541s] ( 582/2658) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
72772026-02-17T00:02:01.574Z PASS [ 5.461s] ( 583/2658) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
72782026-02-17T00:02:01.574Z PASS [ 5.582s] ( 584/2658) nexus-db-queries db::datastore::sled::test::affinity_multi_group
72792026-02-17T00:02:02.515Z PASS [ 5.404s] ( 585/2658) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
72802026-02-17T00:02:03.708Z PASS [ 5.414s] ( 586/2658) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
72812026-02-17T00:02:06.898Z PASS [ 5.323s] ( 587/2658) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
72822026-02-17T00:02:06.978Z PASS [ 5.437s] ( 588/2658) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
72832026-02-17T00:02:07.182Z PASS [ 5.607s] ( 589/2658) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
72842026-02-17T00:02:07.925Z PASS [ 5.440s] ( 590/2658) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
72852026-02-17T00:02:09.126Z PASS [ 5.417s] ( 591/2658) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
72862026-02-17T00:02:12.298Z PASS [ 5.391s] ( 592/2658) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
72872026-02-17T00:02:13.005Z PASS [ 5.965s] ( 593/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation
72882026-02-17T00:02:17.837Z PASS [ 7.179s] ( 594/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
72892026-02-17T00:02:17.865Z PASS [ 6.820s] ( 595/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
72902026-02-17T00:02:17.865Z PASS [ 6.871s] ( 596/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
72912026-02-17T00:02:18.636Z PASS [ 6.344s] ( 597/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
72922026-02-17T00:02:19.816Z PASS [ 6.877s] ( 598/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
72932026-02-17T00:02:20.745Z PASS [ 6.382s] ( 599/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
72942026-02-17T00:02:21.110Z PASS [ 6.363s] ( 600/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
72952026-02-17T00:02:22.021Z PASS [ 6.021s] ( 601/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
72962026-02-17T00:02:25.316Z PASS [ 6.679s] ( 602/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
72972026-02-17T00:02:26.273Z PASS [ 6.455s] ( 603/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
72982026-02-17T00:02:28.348Z PASS [ 7.236s] ( 604/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
72992026-02-17T00:02:28.986Z PASS [ 6.964s] ( 605/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
73002026-02-17T00:02:31.711Z PASS [ 6.393s] ( 606/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
73012026-02-17T00:02:32.913Z PASS [ 6.638s] ( 607/2658) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
73022026-02-17T00:02:33.812Z PASS [ 5.463s] ( 608/2658) nexus-db-queries db::datastore::sled::test::sled_list_batch
73032026-02-17T00:02:33.846Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73042026-02-17T00:02:34.357Z PASS [ 5.369s] ( 609/2658) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
73052026-02-17T00:02:35.369Z PASS [ 61.525s] ( 610/2658) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
73062026-02-17T00:02:36.855Z PASS [ 5.143s] ( 611/2658) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
73072026-02-17T00:02:37.968Z PASS [ 5.054s] ( 612/2658) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
73082026-02-17T00:02:38.180Z PASS [ 2.810s] ( 613/2658) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
73092026-02-17T00:02:38.676Z PASS [ 4.862s] ( 614/2658) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
73102026-02-17T00:02:39.777Z PASS [ 5.419s] ( 615/2658) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
73112026-02-17T00:02:42.056Z PASS [ 5.200s] ( 616/2658) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
73122026-02-17T00:02:43.622Z PASS [ 4.945s] ( 617/2658) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
73132026-02-17T00:02:44.723Z PASS [ 4.944s] ( 618/2658) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
73142026-02-17T00:02:46.026Z PASS [ 8.056s] ( 619/2658) nexus-db-queries db::datastore::sled::test::test_sled_transitions
73152026-02-17T00:02:47.088Z PASS [ 5.031s] ( 620/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
73162026-02-17T00:02:50.248Z PASS [ 6.625s] ( 621/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
73172026-02-17T00:02:50.780Z PASS [ 12.597s] ( 622/2658) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
73182026-02-17T00:02:51.402Z PASS [ 6.678s] ( 623/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
73192026-02-17T00:02:52.535Z PASS [ 6.506s] ( 624/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
73202026-02-17T00:02:53.421Z PASS [ 6.332s] ( 625/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
73212026-02-17T00:02:55.136Z PASS [ 4.887s] ( 626/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
73222026-02-17T00:02:56.245Z PASS [ 4.842s] ( 627/2658) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
73232026-02-17T00:02:57.516Z PASS [ 4.982s] ( 628/2658) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
73242026-02-17T00:02:58.153Z PASS [ 4.730s] ( 629/2658) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
73252026-02-17T00:02:59.843Z PASS [ 4.706s] ( 630/2658) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
73262026-02-17T00:03:00.936Z PASS [ 4.690s] ( 631/2658) nexus-db-queries db::datastore::target_release::test::target_release_datastore
73272026-02-17T00:03:02.780Z PASS [ 5.262s] ( 632/2658) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
73282026-02-17T00:03:03.099Z PASS [ 4.946s] ( 633/2658) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
73292026-02-17T00:03:04.570Z PASS [ 4.727s] ( 634/2658) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
73302026-02-17T00:03:05.782Z PASS [ 4.844s] ( 635/2658) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
73312026-02-17T00:03:06.673Z PASS [ 15.890s] ( 636/2658) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
73322026-02-17T00:03:07.399Z PASS [ 4.618s] ( 637/2658) nexus-db-queries db::datastore::test::test_project_creation
73332026-02-17T00:03:07.583Z PASS [ 4.482s] ( 638/2658) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
73342026-02-17T00:03:09.579Z PASS [ 5.008s] ( 639/2658) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
73352026-02-17T00:03:12.151Z PASS [ 5.477s] ( 640/2658) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
73362026-02-17T00:03:12.837Z PASS [ 5.252s] ( 641/2658) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
73372026-02-17T00:03:12.984Z PASS [ 5.584s] ( 642/2658) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
73382026-02-17T00:03:16.035Z PASS [ 10.250s] ( 643/2658) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
73392026-02-17T00:03:19.407Z PASS [ 9.825s] ( 644/2658) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
73402026-02-17T00:03:20.760Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73412026-02-17T00:03:20.799Z PASS [ 4.764s] ( 645/2658) nexus-db-queries db::datastore::test::test_session_methods
73422026-02-17T00:03:22.749Z PASS [ 10.594s] ( 646/2658) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
73432026-02-17T00:03:24.598Z PASS [ 5.189s] ( 647/2658) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
73442026-02-17T00:03:24.710Z PASS [ 11.723s] ( 648/2658) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
73452026-02-17T00:03:25.558Z PASS [ 12.719s] ( 649/2658) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
73462026-02-17T00:03:25.830Z PASS [ 5.029s] ( 650/2658) nexus-db-queries db::datastore::test::test_ssh_keys
73472026-02-17T00:03:27.432Z PASS [ 4.681s] ( 651/2658) nexus-db-queries db::datastore::test::test_table_scan
73482026-02-17T00:03:29.925Z PASS [ 5.214s] ( 652/2658) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
73492026-02-17T00:03:30.489Z PASS [ 4.930s] ( 653/2658) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
73502026-02-17T00:03:30.623Z PASS [ 6.024s] ( 654/2658) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
73512026-02-17T00:03:31.180Z PASS [ 5.349s] ( 655/2658) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
73522026-02-17T00:03:32.854Z PASS [ 5.422s] ( 656/2658) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
73532026-02-17T00:03:35.390Z PASS [ 4.765s] ( 657/2658) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
73542026-02-17T00:03:35.908Z PASS [ 4.727s] ( 658/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
73552026-02-17T00:03:36.198Z PASS [ 5.708s] ( 659/2658) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
73562026-02-17T00:03:37.925Z PASS [ 5.070s] ( 660/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
73572026-02-17T00:03:40.175Z PASS [ 4.785s] ( 661/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
73582026-02-17T00:03:40.791Z PASS [ 4.882s] ( 662/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
73592026-02-17T00:03:42.048Z PASS [ 5.849s] ( 663/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
73602026-02-17T00:03:42.889Z PASS [ 4.963s] ( 664/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
73612026-02-17T00:03:45.143Z PASS [ 4.967s] ( 665/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
73622026-02-17T00:03:46.219Z PASS [ 5.427s] ( 666/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
73632026-02-17T00:03:46.583Z PASS [ 4.534s] ( 667/2658) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
73642026-02-17T00:03:48.570Z PASS [ 5.680s] ( 668/2658) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
73652026-02-17T00:03:49.930Z PASS [ 4.786s] ( 669/2658) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
73662026-02-17T00:03:51.040Z PASS [ 4.819s] ( 670/2658) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
73672026-02-17T00:03:51.517Z PASS [ 4.933s] ( 671/2658) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
73682026-02-17T00:03:53.227Z PASS [ 4.656s] ( 672/2658) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
73692026-02-17T00:03:54.764Z PASS [ 4.833s] ( 673/2658) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
73702026-02-17T00:03:55.607Z PASS [ 4.566s] ( 674/2658) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
73712026-02-17T00:03:56.024Z PASS [ 4.506s] ( 675/2658) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
73722026-02-17T00:03:57.260Z PASS [ 27.330s] ( 676/2658) nexus-db-queries db::datastore::update::test::test_list_unpruned
73732026-02-17T00:03:57.315Z PASS [ 0.054s] ( 677/2658) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
73742026-02-17T00:03:57.363Z PASS [ 0.048s] ( 678/2658) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
73752026-02-17T00:03:58.168Z PASS [ 4.939s] ( 679/2658) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
73762026-02-17T00:03:59.180Z PASS [ 4.415s] ( 680/2658) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
73772026-02-17T00:04:00.083Z PASS [ 4.476s] ( 681/2658) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
73782026-02-17T00:04:03.816Z PASS [ 4.634s] ( 682/2658) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
73792026-02-17T00:04:04.730Z PASS [ 4.645s] ( 683/2658) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
73802026-02-17T00:04:06.058Z PASS [ 10.032s] ( 684/2658) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
73812026-02-17T00:04:07.532Z PASS [ 10.167s] ( 685/2658) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
73822026-02-17T00:04:08.411Z PASS [ 4.595s] ( 686/2658) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
73832026-02-17T00:04:08.944Z PASS [ 10.773s] ( 687/2658) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
73842026-02-17T00:04:09.779Z PASS [ 5.048s] ( 688/2658) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
73852026-02-17T00:04:10.028Z PASS [ 0.249s] ( 689/2658) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
73862026-02-17T00:04:11.073Z PASS [ 5.014s] ( 690/2658) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
73872026-02-17T00:04:11.286Z PASS [ 110.518s] ( 691/2658) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73882026-02-17T00:04:13.057Z PASS [ 3.027s] ( 692/2658) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
73892026-02-17T00:04:14.046Z PASS [ 2.759s] ( 693/2658) nexus-db-queries db::explain::test::test_explain_async
73902026-02-17T00:04:14.363Z PASS [ 5.950s] ( 694/2658) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
73912026-02-17T00:04:14.398Z PASS [ 6.865s] ( 695/2658) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
73922026-02-17T00:04:15.331Z PASS [ 6.387s] ( 696/2658) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
73932026-02-17T00:04:15.560Z PASS [ 2.503s] ( 697/2658) nexus-db-queries db::explain::test::test_explain_full_table_scan
73942026-02-17T00:04:15.913Z PASS [ 4.838s] ( 698/2658) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
73952026-02-17T00:04:16.985Z PASS [ 2.938s] ( 699/2658) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
73962026-02-17T00:04:17.466Z PASS [ 3.067s] ( 700/2658) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
73972026-02-17T00:04:17.466Z PASS [ 3.104s] ( 701/2658) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
73982026-02-17T00:04:17.507Z PASS [ 0.041s] ( 702/2658) nexus-db-queries db::pagination::test::test_paginator
73992026-02-17T00:04:18.391Z PASS [ 3.058s] ( 703/2658) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
74002026-02-17T00:04:18.514Z PASS [ 2.953s] ( 704/2658) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
74012026-02-17T00:04:18.825Z PASS [ 2.911s] ( 705/2658) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
74022026-02-17T00:04:18.963Z PASS [ 1.496s] ( 706/2658) nexus-db-queries db::pool::test::test_pool_can_be_terminated
74032026-02-17T00:04:19.021Z PASS [ 1.513s] ( 707/2658) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
74042026-02-17T00:04:19.867Z PASS [ 2.881s] ( 708/2658) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
74052026-02-17T00:04:21.901Z PASS [ 3.076s] ( 709/2658) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
74062026-02-17T00:04:23.698Z PASS [ 4.734s] ( 710/2658) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
74072026-02-17T00:04:23.952Z PASS [ 0.254s] ( 711/2658) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
74082026-02-17T00:04:23.969Z PASS [ 5.454s] ( 712/2658) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
74092026-02-17T00:04:24.064Z PASS [ 5.672s] ( 713/2658) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
74102026-02-17T00:04:24.175Z PASS [ 0.223s] ( 714/2658) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
74112026-02-17T00:04:24.247Z PASS [ 0.278s] ( 715/2658) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
74122026-02-17T00:04:24.319Z PASS [ 0.255s] ( 716/2658) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
74132026-02-17T00:04:24.607Z PASS [ 5.585s] ( 717/2658) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
74142026-02-17T00:04:25.672Z PASS [ 5.804s] ( 718/2658) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
74152026-02-17T00:04:27.009Z PASS [ 5.107s] ( 719/2658) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
74162026-02-17T00:04:29.337Z PASS [ 4.728s] ( 720/2658) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
74172026-02-17T00:04:29.369Z PASS [ 5.049s] ( 721/2658) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
74182026-02-17T00:04:30.035Z PASS [ 5.786s] ( 722/2658) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
74192026-02-17T00:04:30.065Z PASS [ 5.888s] ( 723/2658) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
74202026-02-17T00:04:30.802Z PASS [ 5.129s] ( 724/2658) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
74212026-02-17T00:04:31.060Z PASS [ 0.258s] ( 725/2658) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
74222026-02-17T00:04:31.324Z PASS [ 0.264s] ( 726/2658) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
74232026-02-17T00:04:31.680Z PASS [ 0.355s] ( 727/2658) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
74242026-02-17T00:04:31.893Z PASS [ 4.883s] ( 728/2658) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
74252026-02-17T00:04:32.080Z PASS [ 0.400s] ( 729/2658) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
74262026-02-17T00:04:32.149Z PASS [ 0.255s] ( 730/2658) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
74272026-02-17T00:04:32.945Z PASS [ 2.879s] ( 731/2658) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
74282026-02-17T00:04:34.594Z PASS [ 5.224s] ( 732/2658) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
74292026-02-17T00:04:35.189Z PASS [ 5.851s] ( 733/2658) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
74302026-02-17T00:04:35.536Z PASS [ 5.500s] ( 734/2658) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
74312026-02-17T00:04:37.104Z PASS [ 5.021s] ( 735/2658) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
74322026-02-17T00:04:37.639Z PASS [ 5.489s] ( 736/2658) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
74332026-02-17T00:04:37.683Z PASS [ 0.045s] ( 737/2658) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
74342026-02-17T00:04:38.368Z PASS [ 5.422s] ( 738/2658) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
74352026-02-17T00:04:39.501Z PASS [ 4.906s] ( 739/2658) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
74362026-02-17T00:04:40.037Z PASS [ 4.847s] ( 740/2658) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
74372026-02-17T00:04:40.146Z PASS [ 4.609s] ( 741/2658) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
74382026-02-17T00:04:42.559Z PASS [ 4.875s] ( 742/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
74392026-02-17T00:04:43.099Z PASS [ 5.995s] ( 743/2658) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
74402026-02-17T00:04:43.428Z PASS [ 5.059s] ( 744/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
74412026-02-17T00:04:44.229Z PASS [ 4.727s] ( 745/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
74422026-02-17T00:04:44.476Z PASS [ 4.438s] ( 746/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
74432026-02-17T00:04:45.131Z PASS [ 4.983s] ( 747/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
74442026-02-17T00:04:47.323Z PASS [ 4.763s] ( 748/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
74452026-02-17T00:04:47.892Z PASS [ 4.792s] ( 749/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
74462026-02-17T00:04:48.326Z PASS [ 4.896s] ( 750/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
74472026-02-17T00:04:49.172Z PASS [ 4.942s] ( 751/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
74482026-02-17T00:04:49.212Z PASS [ 0.040s] ( 752/2658) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
74492026-02-17T00:04:49.429Z PASS [ 4.952s] ( 753/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
74502026-02-17T00:04:50.048Z PASS [ 4.916s] ( 754/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
74512026-02-17T00:04:52.321Z PASS [ 2.891s] ( 755/2658) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
74522026-02-17T00:04:52.401Z PASS [ 5.076s] ( 756/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
74532026-02-17T00:04:52.851Z PASS [ 4.957s] ( 757/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
74542026-02-17T00:04:52.891Z PASS [ 0.040s] ( 758/2658) nexus-db-queries db::queries::next_item::tests::test_shift_indices
74552026-02-17T00:04:52.919Z PASS [ 2.870s] ( 759/2658) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
74562026-02-17T00:04:53.137Z PASS [ 0.218s] ( 760/2658) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
74572026-02-17T00:04:53.158Z PASS [ 4.832s] ( 761/2658) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
74582026-02-17T00:04:53.344Z PASS [ 0.207s] ( 762/2658) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
74592026-02-17T00:04:54.306Z PASS [ 5.093s] ( 763/2658) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
74602026-02-17T00:04:54.349Z PASS [ 0.042s] ( 764/2658) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
74612026-02-17T00:04:54.387Z PASS [ 0.038s] ( 765/2658) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
74622026-02-17T00:04:55.209Z PASS [ 2.807s] ( 766/2658) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
74632026-02-17T00:04:55.316Z PASS [ 2.994s] ( 767/2658) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
74642026-02-17T00:04:55.637Z PASS [ 2.745s] ( 768/2658) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
74652026-02-17T00:04:55.709Z PASS [ 1.321s] ( 769/2658) nexus-db-queries db::queries::region_allocation::test::expectorate_query
74662026-02-17T00:04:55.746Z PASS [ 2.587s] ( 770/2658) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
74672026-02-17T00:04:56.111Z PASS [ 2.766s] ( 771/2658) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
74682026-02-17T00:04:58.455Z PASS [ 3.245s] ( 772/2658) nexus-db-queries db::queries::region_allocation::test::explainable
74692026-02-17T00:04:58.707Z PASS [ 0.252s] ( 773/2658) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
74702026-02-17T00:05:01.286Z PASS [ 2.577s] ( 774/2658) nexus-db-queries db::queries::regions_hard_delete::test::explainable
74712026-02-17T00:05:01.475Z PASS [ 6.158s] ( 775/2658) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
74722026-02-17T00:05:01.483Z PASS [ 5.736s] ( 776/2658) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
74732026-02-17T00:05:01.483Z PASS [ 5.846s] ( 777/2658) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
74742026-02-17T00:05:01.522Z PASS [ 0.237s] ( 778/2658) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
74752026-02-17T00:05:01.575Z PASS [ 5.865s] ( 779/2658) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
74762026-02-17T00:05:01.698Z PASS [ 0.223s] ( 780/2658) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
74772026-02-17T00:05:01.797Z PASS [ 0.222s] ( 781/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
74782026-02-17T00:05:01.803Z PASS [ 5.691s] ( 782/2658) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
74792026-02-17T00:05:01.918Z PASS [ 0.434s] ( 783/2658) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
74802026-02-17T00:05:01.921Z PASS [ 0.221s] ( 784/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
74812026-02-17T00:05:02.034Z PASS [ 0.236s] ( 785/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
74822026-02-17T00:05:02.037Z PASS [ 0.233s] ( 786/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
74832026-02-17T00:05:04.473Z PASS [ 2.989s] ( 787/2658) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
74842026-02-17T00:05:04.592Z PASS [ 3.069s] ( 788/2658) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
74852026-02-17T00:05:04.595Z PASS [ 0.122s] ( 789/2658) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
74862026-02-17T00:05:04.625Z PASS [ 0.030s] ( 790/2658) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
74872026-02-17T00:05:04.628Z PASS [ 0.036s] ( 791/2658) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
74882026-02-17T00:05:04.651Z PASS [ 2.731s] ( 792/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
74892026-02-17T00:05:04.660Z PASS [ 0.035s] ( 793/2658) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
74902026-02-17T00:05:04.661Z PASS [ 0.033s] ( 794/2658) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
74912026-02-17T00:05:04.738Z PASS [ 2.819s] ( 795/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
74922026-02-17T00:05:04.780Z PASS [ 2.745s] ( 796/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
74932026-02-17T00:05:04.780Z PASS [ 2.742s] ( 797/2658) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
74942026-02-17T00:05:07.470Z PASS [ 2.818s] ( 798/2658) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
74952026-02-17T00:05:07.676Z PASS [ 3.014s] ( 799/2658) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
74962026-02-17T00:05:07.732Z PASS [ 0.057s] ( 800/2658) nexus-defaults tests::test_random_vpc_ipv6_prefix
74972026-02-17T00:05:07.757Z PASS [ 3.095s] ( 801/2658) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
74982026-02-17T00:05:07.869Z PASS [ 0.112s] ( 802/2658) nexus-external-api v2026010300::tests::floating_ip_create_invalid_returns_error
74992026-02-17T00:05:07.869Z PASS [ 0.137s] ( 803/2658) nexus-external-api v2025121200::tests::floating_ip_create_converts_correctly
75002026-02-17T00:05:07.923Z PASS [ 0.054s] ( 804/2658) nexus-external-api v2026011501::tests::auto_auto_pool_json_wire_format
75012026-02-17T00:05:07.936Z PASS [ 0.067s] ( 805/2658) nexus-external-api v2026010300::tests::floating_ip_create_valid_converts_correctly
75022026-02-17T00:05:07.948Z PASS [ 0.025s] ( 806/2658) nexus-external-api v2026011501::tests::auto_default_json_wire_format
75032026-02-17T00:05:07.967Z PASS [ 0.031s] ( 807/2658) nexus-external-api v2026011501::tests::auto_explicit_pool_json_wire_format
75042026-02-17T00:05:07.977Z PASS [ 0.029s] ( 808/2658) nexus-external-api v2026011501::tests::explicit_json_wire_format
75052026-02-17T00:05:08.005Z PASS [ 0.027s] ( 809/2658) nexus-external-api v2026011600::tests::auto_auto_pool_json_wire_format
75062026-02-17T00:05:08.034Z PASS [ 0.029s] ( 810/2658) nexus-external-api v2026011600::tests::auto_default_json_wire_format
75072026-02-17T00:05:08.038Z PASS [ 0.071s] ( 811/2658) nexus-external-api v2026011501::tests::floating_ip_create_converts_correctly
75082026-02-17T00:05:08.060Z PASS [ 0.027s] ( 812/2658) nexus-external-api v2026011600::tests::auto_explicit_pool_json_wire_format
75092026-02-17T00:05:08.065Z PASS [ 0.027s] ( 813/2658) nexus-external-api v2026011600::tests::explicit_json_wire_format
75102026-02-17T00:05:08.131Z PASS [ 0.071s] ( 814/2658) nexus-external-api v2026011600::tests::floating_ip_create_converts_correctly
75112026-02-17T00:05:08.179Z PASS [ 0.048s] ( 815/2658) nexus-inventory builder::test::test_empty
75122026-02-17T00:05:08.253Z PASS [ 0.074s] ( 816/2658) nexus-inventory builder::test::test_problems
75132026-02-17T00:05:08.519Z PASS [ 0.452s] ( 817/2658) nexus-inventory builder::test::test_basic
75142026-02-17T00:05:09.566Z PASS [ 4.785s] ( 818/2658) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
75152026-02-17T00:05:10.157Z PASS [ 1.903s] ( 819/2658) nexus-inventory collector::test::test_basic
75162026-02-17T00:05:10.182Z PASS [ 1.661s] ( 820/2658) nexus-inventory collector::test::test_multi_mgs
75172026-02-17T00:05:10.256Z PASS [ 0.686s] ( 821/2658) nexus-inventory collector::test::test_multi_mgs_failure
75182026-02-17T00:05:11.291Z PASS [ 1.134s] ( 822/2658) nexus-inventory collector::test::test_sled_agent_failure
75192026-02-17T00:05:12.643Z PASS [ 5.172s] ( 823/2658) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
75202026-02-17T00:05:15.905Z PASS [ 3.261s] ( 824/2658) nexus-mgs-updates driver_update::test::test_rot_basic_failures
75212026-02-17T00:05:17.962Z PASS [ 2.056s] ( 825/2658) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
75222026-02-17T00:05:18.300Z PASS [ 8.117s] ( 826/2658) nexus-metrics-producer-gc tests::test_prune_expired_producers
75232026-02-17T00:05:18.303Z PASS [ 7.008s] ( 827/2658) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
75242026-02-17T00:05:18.672Z PASS [ 8.418s] ( 828/2658) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
75252026-02-17T00:05:18.901Z PASS [ 14.160s] ( 829/2658) nexus-db-queries policy_test::test_conferred_roles
75262026-02-17T00:05:19.634Z PASS [ 1.333s] ( 830/2658) nexus-mgs-updates driver_update::test::test_sp_basic_failures
75272026-02-17T00:05:24.340Z PASS [ 4.705s] ( 831/2658) nexus-mgs-updates driver_update::test::test_sp_update_watched
75282026-02-17T00:05:25.183Z PASS [ 7.219s] ( 832/2658) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
75292026-02-17T00:05:25.449Z PASS [ 7.148s] ( 833/2658) nexus-mgs-updates driver_update::test::test_rot_update_basic
75302026-02-17T00:05:27.128Z PASS [ 1.944s] ( 834/2658) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
75312026-02-17T00:05:27.736Z PASS [ 9.062s] ( 835/2658) nexus-mgs-updates driver_update::test::test_sp_update_basic
75322026-02-17T00:05:27.981Z PASS [ 0.244s] ( 836/2658) nexus-mgs-updates test_util::step_through::test::test_basic
75332026-02-17T00:05:29.345Z PASS [ 1.364s] ( 837/2658) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
75342026-02-17T00:05:29.819Z PASS [ 0.474s] ( 838/2658) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
75352026-02-17T00:05:29.871Z PASS [ 0.051s] ( 839/2658) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
75362026-02-17T00:05:29.923Z PASS [ 0.053s] ( 840/2658) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
75372026-02-17T00:05:29.973Z PASS [ 0.050s] ( 841/2658) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
75382026-02-17T00:05:30.022Z PASS [ 0.048s] ( 842/2658) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
75392026-02-17T00:05:30.072Z PASS [ 0.049s] ( 843/2658) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
75402026-02-17T00:05:30.124Z PASS [ 0.052s] ( 844/2658) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
75412026-02-17T00:05:30.174Z PASS [ 0.050s] ( 845/2658) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
75422026-02-17T00:05:30.221Z PASS [ 0.046s] ( 846/2658) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
75432026-02-17T00:05:30.273Z PASS [ 0.052s] ( 847/2658) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
75442026-02-17T00:05:30.322Z PASS [ 0.049s] ( 848/2658) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
75452026-02-17T00:05:30.378Z PASS [ 0.056s] ( 849/2658) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
75462026-02-17T00:05:30.386Z PASS [ 6.045s] ( 850/2658) nexus-mgs-updates driver_update::test_host_phase_1::basic
75472026-02-17T00:05:30.425Z PASS [ 0.047s] ( 851/2658) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
75482026-02-17T00:05:30.444Z PASS [ 0.057s] ( 852/2658) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
75492026-02-17T00:05:30.474Z PASS [ 0.048s] ( 853/2658) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
75502026-02-17T00:05:30.497Z PASS [ 0.053s] ( 854/2658) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
75512026-02-17T00:05:30.524Z PASS [ 0.051s] ( 855/2658) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
75522026-02-17T00:05:30.547Z PASS [ 0.050s] ( 856/2658) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
75532026-02-17T00:05:30.573Z PASS [ 0.048s] ( 857/2658) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
75542026-02-17T00:05:30.598Z PASS [ 0.051s] ( 858/2658) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
75552026-02-17T00:05:30.806Z PASS [ 0.207s] ( 859/2658) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
75562026-02-17T00:05:33.683Z PASS [ 14.780s] ( 860/2658) nexus-mgs-updates driver_update::test::test_sp_update_takeover
75572026-02-17T00:05:37.293Z PASS [ 10.163s] ( 861/2658) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
75582026-02-17T00:05:45.548Z PASS [ 11.862s] ( 862/2658) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
75592026-02-17T00:05:45.597Z PASS [ 20.144s] ( 863/2658) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
75602026-02-17T00:05:45.670Z PASS [ 8.375s] ( 864/2658) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
75612026-02-17T00:05:45.801Z PASS [ 0.131s] ( 865/2658) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
75622026-02-17T00:05:45.901Z PASS [ 0.099s] ( 866/2658) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
75632026-02-17T00:05:45.957Z PASS [ 0.056s] ( 867/2658) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
75642026-02-17T00:05:46.017Z PASS [ 0.059s] ( 868/2658) nexus-reconfigurator-execution dns::test::test_dns_compute_update
75652026-02-17T00:05:54.234Z PASS [ 8.683s] ( 869/2658) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
75662026-02-17T00:05:54.717Z PASS [ 9.118s] ( 870/2658) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
75672026-02-17T00:06:04.793Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
75682026-02-17T00:06:20.227Z PASS [ 25.504s] ( 871/2658) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
75692026-02-17T00:06:21.962Z PASS [ 27.723s] ( 872/2658) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
75702026-02-17T00:06:22.055Z PASS [ 0.092s] ( 873/2658) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
75712026-02-17T00:06:30.589Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
75722026-02-17T00:06:30.820Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
75732026-02-17T00:06:46.033Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75742026-02-17T00:06:47.576Z PASS [ 27.344s] ( 874/2658) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
75752026-02-17T00:06:48.509Z PASS [ 0.932s] ( 875/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
75762026-02-17T00:06:48.569Z PASS [ 0.060s] ( 876/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
75772026-02-17T00:06:48.627Z PASS [ 0.058s] ( 877/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
75782026-02-17T00:06:48.729Z PASS [ 0.102s] ( 878/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
75792026-02-17T00:06:48.787Z PASS [ 0.058s] ( 879/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
75802026-02-17T00:06:48.844Z PASS [ 0.057s] ( 880/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
75812026-02-17T00:06:48.901Z PASS [ 0.057s] ( 881/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
75822026-02-17T00:06:48.952Z PASS [ 0.050s] ( 882/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
75832026-02-17T00:06:49.055Z PASS [ 0.103s] ( 883/2658) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
75842026-02-17T00:06:49.090Z PASS [ 0.034s] ( 884/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
75852026-02-17T00:06:49.122Z PASS [ 0.032s] ( 885/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
75862026-02-17T00:06:49.155Z PASS [ 0.033s] ( 886/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
75872026-02-17T00:06:49.187Z PASS [ 0.032s] ( 887/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
75882026-02-17T00:06:49.220Z PASS [ 0.033s] ( 888/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
75892026-02-17T00:06:49.252Z PASS [ 0.031s] ( 889/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
75902026-02-17T00:06:49.283Z PASS [ 0.031s] ( 890/2658) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
75912026-02-17T00:06:49.330Z PASS [ 0.046s] ( 891/2658) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
75922026-02-17T00:06:49.408Z PASS [ 0.078s] ( 892/2658) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
75932026-02-17T00:06:49.926Z PASS [ 27.866s] ( 893/2658) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
75942026-02-17T00:06:51.293Z PASS [ 1.366s] ( 894/2658) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
75952026-02-17T00:06:52.735Z PASS [ 1.441s] ( 895/2658) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
75962026-02-17T00:06:53.234Z PASS [ 0.499s] ( 896/2658) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
75972026-02-17T00:06:53.674Z PASS [ 0.440s] ( 897/2658) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
75982026-02-17T00:06:53.707Z PASS [ 0.033s] ( 898/2658) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
75992026-02-17T00:06:53.792Z PASS [ 0.085s] ( 899/2658) nexus-reconfigurator-planning example::tests::builder_all_zone_types
76002026-02-17T00:06:53.859Z PASS [ 0.067s] ( 900/2658) nexus-reconfigurator-planning example::tests::builder_zone_counts
76012026-02-17T00:06:55.151Z PASS [ 5.742s] ( 901/2658) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
76022026-02-17T00:06:55.184Z PASS [ 0.033s] ( 902/2658) nexus-reconfigurator-planning example::tests::instances_on_examples
76032026-02-17T00:06:55.240Z PASS [ 0.056s] ( 903/2658) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
76042026-02-17T00:06:55.280Z PASS [ 0.039s] ( 904/2658) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
76052026-02-17T00:06:55.420Z PASS [ 0.140s] ( 905/2658) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
76062026-02-17T00:06:55.467Z PASS [ 0.047s] ( 906/2658) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
76072026-02-17T00:06:55.514Z PASS [ 0.046s] ( 907/2658) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
76082026-02-17T00:06:55.559Z PASS [ 0.045s] ( 908/2658) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
76092026-02-17T00:06:55.601Z PASS [ 0.043s] ( 909/2658) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
76102026-02-17T00:06:55.651Z PASS [ 0.050s] ( 910/2658) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
76112026-02-17T00:06:55.708Z PASS [ 0.056s] ( 911/2658) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
76122026-02-17T00:06:55.757Z PASS [ 0.050s] ( 912/2658) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
76132026-02-17T00:06:55.842Z PASS [ 0.084s] ( 913/2658) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
76142026-02-17T00:06:57.305Z PASS [ 1.461s] ( 914/2658) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
76152026-02-17T00:06:57.543Z PASS [ 0.238s] ( 915/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
76162026-02-17T00:06:57.861Z PASS [ 0.316s] ( 916/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
76172026-02-17T00:06:57.964Z PASS [ 0.103s] ( 917/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
76182026-02-17T00:06:58.177Z PASS [ 0.211s] ( 918/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
76192026-02-17T00:06:58.229Z PASS [ 87.639s] ( 919/2658) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
76202026-02-17T00:06:58.422Z PASS [ 0.245s] ( 920/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
76212026-02-17T00:06:58.606Z PASS [ 0.184s] ( 921/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
76222026-02-17T00:06:58.726Z PASS [ 0.119s] ( 922/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
76232026-02-17T00:06:58.729Z PASS [ 0.498s] ( 923/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
76242026-02-17T00:06:58.818Z PASS [ 0.092s] ( 924/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
76252026-02-17T00:06:58.998Z PASS [ 0.179s] ( 925/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
76262026-02-17T00:06:59.026Z PASS [ 0.297s] ( 926/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
76272026-02-17T00:06:59.157Z PASS [ 0.159s] ( 927/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
76282026-02-17T00:06:59.706Z PASS [ 0.680s] ( 928/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
76292026-02-17T00:06:59.723Z PASS [ 0.566s] ( 929/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
76302026-02-17T00:06:59.977Z PASS [ 0.270s] ( 930/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
76312026-02-17T00:06:59.982Z PASS [ 0.258s] ( 931/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
76322026-02-17T00:07:00.163Z PASS [ 0.180s] ( 932/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
76332026-02-17T00:07:00.180Z PASS [ 0.202s] ( 933/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
76342026-02-17T00:07:00.421Z PASS [ 0.257s] ( 934/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
76352026-02-17T00:07:01.619Z PASS [ 7.758s] ( 935/2658) nexus-reconfigurator-planning example::tests::dns_resolution_works
76362026-02-17T00:07:02.316Z PASS [ 1.894s] ( 936/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
76372026-02-17T00:07:03.207Z PASS [ 1.588s] ( 937/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
76382026-02-17T00:07:03.733Z PASS [ 3.552s] ( 938/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
76392026-02-17T00:07:03.846Z PASS [ 0.112s] ( 939/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
76402026-02-17T00:07:04.223Z PASS [ 1.907s] ( 940/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
76412026-02-17T00:07:04.700Z PASS [ 1.492s] ( 941/2658) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
76422026-02-17T00:07:04.806Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
76432026-02-17T00:07:30.835Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76442026-02-17T00:07:32.579Z PASS [ 121.747s] ( 942/2658) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76452026-02-17T00:07:36.634Z PASS [ 32.781s] ( 943/2658) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
76462026-02-17T00:07:36.690Z PASS [ 0.056s] ( 944/2658) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
76472026-02-17T00:07:36.866Z PASS [ 0.172s] ( 945/2658) nexus-saga-recovery recovery::test::test_execution_basic
76482026-02-17T00:07:36.898Z PASS [ 0.035s] ( 946/2658) nexus-saga-recovery recovery::test::test_plan_basic
76492026-02-17T00:07:36.938Z PASS [ 0.039s] ( 947/2658) nexus-saga-recovery recovery::test::test_read_all_from_channel
76502026-02-17T00:07:36.988Z PASS [ 0.050s] ( 948/2658) nexus-saga-recovery test::test_basic
76512026-02-17T00:07:39.834Z PASS [ 2.847s] ( 949/2658) nexus-test-utils test::test_suite_password_matches_hash
76522026-02-17T00:07:39.889Z PASS [ 0.055s] ( 950/2658) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
76532026-02-17T00:07:39.953Z PASS [ 0.064s] ( 951/2658) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
76542026-02-17T00:07:39.983Z PASS [ 0.030s] ( 952/2658) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
76552026-02-17T00:07:40.015Z PASS [ 0.030s] ( 953/2658) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
76562026-02-17T00:07:40.044Z PASS [ 0.031s] ( 954/2658) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
76572026-02-17T00:07:40.080Z PASS [ 0.031s] ( 955/2658) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
76582026-02-17T00:07:40.120Z PASS [ 0.040s] ( 956/2658) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
76592026-02-17T00:07:42.490Z PASS [ 38.256s] ( 957/2658) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
76602026-02-17T00:07:42.526Z PASS [ 0.034s] ( 958/2658) nexus-types deployment::test::test_serialize_pending_mgs_updates
76612026-02-17T00:07:42.534Z PASS [ 37.823s] ( 959/2658) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
76622026-02-17T00:07:42.548Z PASS [ 0.027s] ( 960/2658) nexus-types external_api::params::tests::test_address_allocator_auto_default
76632026-02-17T00:07:42.559Z PASS [ 0.027s] ( 961/2658) nexus-types external_api::params::tests::test_address_allocator_auto_with_auto_pool
76642026-02-17T00:07:42.580Z PASS [ 0.030s] ( 962/2658) nexus-types external_api::params::tests::test_address_allocator_auto_with_explicit_pool
76652026-02-17T00:07:42.588Z PASS [ 0.028s] ( 963/2658) nexus-types external_api::params::tests::test_address_allocator_explicit_missing_ip
76662026-02-17T00:07:42.597Z PASS [ 157.784s] ( 964/2658) nexus-db-queries policy_test::test_iam_roles_behavior
76672026-02-17T00:07:42.605Z PASS [ 0.027s] ( 965/2658) nexus-types external_api::params::tests::test_address_allocator_explicit_requires_ip
76682026-02-17T00:07:42.616Z PASS [ 0.029s] ( 966/2658) nexus-types external_api::params::tests::test_address_allocator_explicit_with_ip
76692026-02-17T00:07:42.625Z PASS [ 0.026s] ( 967/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_explicit_null_fields
76702026-02-17T00:07:42.636Z PASS [ 0.029s] ( 968/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
76712026-02-17T00:07:42.644Z PASS [ 0.028s] ( 969/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_invalid_source_ip
76722026-02-17T00:07:42.649Z PASS [ 0.025s] ( 970/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_mixed_null_and_values
76732026-02-17T00:07:42.660Z PASS [ 0.026s] ( 971/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_multicast_ip
76742026-02-17T00:07:42.675Z PASS [ 0.032s] ( 972/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_only_source_ips
76752026-02-17T00:07:42.680Z PASS [ 0.028s] ( 973/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_all_fields
76762026-02-17T00:07:42.685Z PASS [ 0.025s] ( 974/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_with_empty_source_ips
76772026-02-17T00:07:42.701Z PASS [ 0.026s] ( 975/2658) nexus-types external_api::params::tests::test_multicast_group_create_deserialization_without_optional_fields
76782026-02-17T00:07:42.707Z PASS [ 0.026s] ( 976/2658) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_clear_source_ips
76792026-02-17T00:07:42.712Z PASS [ 0.026s] ( 977/2658) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
76802026-02-17T00:07:42.730Z PASS [ 0.027s] ( 978/2658) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_invalid_mvlan
76812026-02-17T00:07:42.762Z PASS [ 0.026s] ( 979/2658) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_omit_all_fields
76822026-02-17T00:07:42.762Z PASS [ 0.025s] ( 980/2658) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_set_mvlan
76832026-02-17T00:07:42.762Z PASS [ 0.027s] ( 981/2658) nexus-types external_api::params::tests::test_multicast_group_update_deserialization_update_source_ips
76842026-02-17T00:07:42.763Z PASS [ 0.026s] ( 982/2658) nexus-types external_api::params::tests::test_validate_multicast_ip_v4
76852026-02-17T00:07:42.763Z PASS [ 0.024s] ( 983/2658) nexus-types external_api::params::tests::test_validate_multicast_ip_v6
76862026-02-17T00:07:42.782Z PASS [ 0.024s] ( 984/2658) nexus-types external_api::params::tests::test_validate_source_ip_v6
76872026-02-17T00:07:42.782Z PASS [ 0.025s] ( 985/2658) nexus-types external_api::params::tests::test_validate_source_ip_v4
76882026-02-17T00:07:42.794Z PASS [ 0.030s] ( 986/2658) nexus-types external_api::shared::test::test_policy_parsing
76892026-02-17T00:07:42.808Z PASS [ 0.027s] ( 987/2658) nexus-types external_api::views::test::test_expected_one_of
76902026-02-17T00:07:42.828Z PASS [ 0.035s] ( 988/2658) nexus-types fm::case::tests::test_case_display
76912026-02-17T00:07:42.840Z PASS [ 0.031s] ( 989/2658) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
76922026-02-17T00:07:42.848Z PASS [ 0.067s] ( 990/2658) nexus-types external_api::shared::test::test_webhook_subscription_validation
76932026-02-17T00:07:42.859Z PASS [ 0.032s] ( 991/2658) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
76942026-02-17T00:07:42.878Z PASS [ 0.039s] ( 992/2658) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
76952026-02-17T00:07:42.900Z PASS [ 0.041s] ( 993/2658) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
76962026-02-17T00:07:42.906Z PASS [ 0.058s] ( 994/2658) nexus-types quiesce::test::test_drained_blueprint
76972026-02-17T00:07:42.909Z PASS [ 0.032s] ( 995/2658) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
76982026-02-17T00:07:42.942Z PASS [ 0.030s] ( 996/2658) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
76992026-02-17T00:07:42.947Z PASS [ 0.029s] ( 997/2658) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77002026-02-17T00:07:42.948Z PASS [ 0.028s] ( 998/2658) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77012026-02-17T00:07:42.961Z PASS [ 0.030s] ( 999/2658) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77022026-02-17T00:07:42.968Z PASS [ 0.033s] (1000/2658) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77032026-02-17T00:07:42.969Z PASS [ 0.030s] (1001/2658) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77042026-02-17T00:07:43.005Z PASS [ 0.029s] (1002/2658) nexus-types quiesce::test::test_quiesce_noop
77052026-02-17T00:07:43.022Z PASS [ 0.029s] (1003/2658) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77062026-02-17T00:07:43.160Z PASS [ 0.192s] (1004/2658) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
77072026-02-17T00:07:43.168Z PASS [ 0.177s] (1005/2658) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
77082026-02-17T00:07:43.168Z PASS [ 0.170s] (1006/2658) omicron-certificates tests::test_cert_extended_key_usage
77092026-02-17T00:07:43.219Z PASS [ 0.058s] (1007/2658) omicron-certificates tests::test_common_name_is_validated
77102026-02-17T00:07:43.239Z PASS [ 0.068s] (1008/2658) omicron-certificates tests::test_subject_alternate_names_are_validated
77112026-02-17T00:07:43.400Z PASS [ 0.230s] (1009/2658) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
77122026-02-17T00:07:45.139Z PASS [ 1.740s] (1010/2658) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
77132026-02-17T00:07:46.047Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
77142026-02-17T00:07:46.529Z PASS [ 3.309s] (1011/2658) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
77152026-02-17T00:07:46.543Z PASS [ 1.404s] (1012/2658) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
77162026-02-17T00:07:47.863Z PASS [ 1.320s] (1013/2658) omicron-cockroach-admin context::tests::test_node_id
77172026-02-17T00:07:47.918Z PASS [ 0.054s] (1014/2658) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
77182026-02-17T00:07:47.981Z PASS [ 0.064s] (1015/2658) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
77192026-02-17T00:07:48.157Z PASS [ 122.115s] (1016/2658) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
77202026-02-17T00:07:48.188Z PASS [ 0.030s] (1017/2658) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
77212026-02-17T00:07:48.215Z PASS [ 0.028s] (1018/2658) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
77222026-02-17T00:07:48.243Z PASS [ 0.027s] (1019/2658) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
77232026-02-17T00:07:48.271Z PASS [ 0.028s] (1020/2658) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
77242026-02-17T00:07:48.298Z PASS [ 0.026s] (1021/2658) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
77252026-02-17T00:07:48.334Z PASS [ 0.036s] (1022/2658) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
77262026-02-17T00:07:48.361Z PASS [ 0.027s] (1023/2658) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
77272026-02-17T00:07:48.371Z PASS [ 0.387s] (1024/2658) omicron-cockroach-metrics tests::test_cluster_client_caching
77282026-02-17T00:07:48.400Z PASS [ 0.032s] (1025/2658) omicron-common address::test::test_ip_range_checks_non_decreasing
77292026-02-17T00:07:48.409Z PASS [ 0.045s] (1026/2658) omicron-common address::test::test_dns_subnets
77302026-02-17T00:07:48.435Z PASS [ 0.028s] (1027/2658) omicron-common address::test::test_ip_range_iter
77312026-02-17T00:07:48.448Z PASS [ 0.048s] (1028/2658) omicron-common address::test::test_ip_range_enum_deserialization
77322026-02-17T00:07:48.459Z PASS [ 0.025s] (1029/2658) omicron-common address::test::test_ip_range_length
77332026-02-17T00:07:48.475Z PASS [ 0.027s] (1030/2658) omicron-common address::test::test_ip_range_try_from
77342026-02-17T00:07:48.498Z PASS [ 0.038s] (1031/2658) omicron-common address::test::test_ipv6_subnet_deserialize
77352026-02-17T00:07:48.506Z PASS [ 0.027s] (1032/2658) omicron-common address::test::test_sled_address
77362026-02-17T00:07:48.529Z PASS [ 0.032s] (1033/2658) omicron-common api::external::error::test::test_bail_unless
77372026-02-17T00:07:48.539Z PASS [ 0.028s] (1034/2658) omicron-common api::external::error::test::test_context
77382026-02-17T00:07:48.577Z PASS [ 0.048s] (1035/2658) omicron-common api::external::http_pagination::test::test_pagination_examples
77392026-02-17T00:07:48.592Z PASS [ 0.061s] (1036/2658) omicron-common api::external::http_pagination::test::test_pagination_schemas
77402026-02-17T00:07:48.624Z PASS [ 0.032s] (1037/2658) omicron-common api::external::http_pagination::test::test_scan_by_name
77412026-02-17T00:07:48.624Z PASS [ 0.047s] (1038/2658) omicron-common api::external::http_pagination::test::test_scan_by_id
77422026-02-17T00:07:48.652Z PASS [ 0.027s] (1039/2658) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
77432026-02-17T00:07:48.652Z PASS [ 0.027s] (1040/2658) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
77442026-02-17T00:07:48.679Z PASS [ 0.027s] (1041/2658) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
77452026-02-17T00:07:48.688Z PASS [ 0.028s] (1042/2658) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
77462026-02-17T00:07:48.702Z PASS [ 0.022s] (1043/2658) omicron-common api::external::test::test_bytecount_display
77472026-02-17T00:07:48.702Z PASS [ 0.023s] (1044/2658) omicron-common api::external::test::test_bytecount
77482026-02-17T00:07:48.733Z PASS [ 0.030s] (1045/2658) omicron-common api::external::test::test_firewall_deserialization
77492026-02-17T00:07:48.763Z PASS [ 0.060s] (1046/2658) omicron-common api::external::test::test_digest
77502026-02-17T00:07:48.790Z PASS [ 0.027s] (1047/2658) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
77512026-02-17T00:07:48.819Z PASS [ 0.086s] (1048/2658) omicron-common api::external::test::test_firewall_rule_host_filter_parse
77522026-02-17T00:07:48.842Z PASS [ 0.052s] (1049/2658) omicron-common api::external::test::test_firewall_rule_target_parse
77532026-02-17T00:07:48.852Z PASS [ 0.025s] (1050/2658) omicron-common api::external::test::test_generation_display_parse
77542026-02-17T00:07:48.869Z PASS [ 0.027s] (1051/2658) omicron-common api::external::test::test_generation_from_int
77552026-02-17T00:07:48.897Z PASS [ 0.025s] (1052/2658) omicron-common api::external::test::test_generation_serde
77562026-02-17T00:07:48.934Z PASS [ 0.039s] (1053/2658) omicron-common api::external::test::test_hostname_from_str
77572026-02-17T00:07:48.960Z PASS [ 0.026s] (1054/2658) omicron-common api::external::test::test_ip_port_range_from_str
77582026-02-17T00:07:48.986Z PASS [ 0.026s] (1055/2658) omicron-common api::external::test::test_ip_port_range_into_str
77592026-02-17T00:07:49.012Z PASS [ 0.025s] (1056/2658) omicron-common api::external::test::test_ipv6_net_operations
77602026-02-17T00:07:49.042Z PASS [ 0.030s] (1057/2658) omicron-common api::external::test::test_mac_system_iterator
77612026-02-17T00:07:49.067Z PASS [ 0.025s] (1058/2658) omicron-common api::external::test::test_mac_to_int_conversions
77622026-02-17T00:07:49.092Z PASS [ 0.025s] (1059/2658) omicron-common api::external::test::test_macaddr
77632026-02-17T00:07:49.122Z PASS [ 0.029s] (1060/2658) omicron-common api::external::test::test_name_parse
77642026-02-17T00:07:49.148Z PASS [ 0.027s] (1061/2658) omicron-common api::external::test::test_name_parse_from_param
77652026-02-17T00:07:49.216Z PASS [ 0.026s] (1062/2658) omicron-common api::external::test::test_resource_name_parse
77662026-02-17T00:07:49.221Z PASS [ 0.045s] (1063/2658) omicron-common api::external::test::test_route_destination_parse
77672026-02-17T00:07:49.273Z PASS [ 0.052s] (1064/2658) omicron-common api::external::test::test_route_target_parse
77682026-02-17T00:07:49.301Z PASS [ 0.028s] (1065/2658) omicron-common api::external::test::test_semver_serialize
77692026-02-17T00:07:49.363Z PASS [ 0.061s] (1066/2658) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
77702026-02-17T00:07:49.389Z PASS [ 0.026s] (1067/2658) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
77712026-02-17T00:07:49.417Z PASS [ 0.028s] (1068/2658) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
77722026-02-17T00:07:49.445Z PASS [ 0.028s] (1069/2658) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
77732026-02-17T00:07:49.472Z PASS [ 0.027s] (1070/2658) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
77742026-02-17T00:07:49.499Z PASS [ 0.027s] (1071/2658) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
77752026-02-17T00:07:49.528Z PASS [ 0.028s] (1072/2658) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
77762026-02-17T00:07:49.554Z PASS [ 0.027s] (1073/2658) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
77772026-02-17T00:07:49.596Z PASS [ 0.041s] (1074/2658) omicron-common disk::tests::parse_dataset_name
77782026-02-17T00:07:49.645Z PASS [ 0.049s] (1075/2658) omicron-common ledger::test::test_commit_handles_write_failures
77792026-02-17T00:07:49.675Z PASS [ 0.029s] (1076/2658) omicron-common ledger::test::test_create_default_ledger
77802026-02-17T00:07:49.690Z PASS [ 0.846s] (1077/2658) omicron-common api::external::test::test_generation_overflow
77812026-02-17T00:07:49.701Z PASS [ 0.026s] (1078/2658) omicron-common ledger::test::test_create_ledger_reads_from_storage
77822026-02-17T00:07:49.720Z PASS [ 0.029s] (1079/2658) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
77832026-02-17T00:07:49.730Z PASS [ 0.029s] (1080/2658) omicron-common zpool_name::test::test_parse_bad_zpool_names
77842026-02-17T00:07:49.743Z PASS [ 0.023s] (1081/2658) omicron-common zpool_name::test::test_parse_external_zpool_name
77852026-02-17T00:07:49.752Z PASS [ 0.022s] (1082/2658) omicron-common zpool_name::test::test_parse_internal_zpool_name
77862026-02-17T00:07:49.771Z PASS [ 0.022s] (1083/2658) omicron-common zpool_name::test::test_parse_zpool_name_json
77872026-02-17T00:07:49.779Z PASS [ 0.023s] (1084/2658) omicron-common zpool_name::test::test_zpool_name_regex
77882026-02-17T00:07:50.202Z PASS [ 6.965s] (1085/2658) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
77892026-02-17T00:07:51.877Z PASS [ 5.346s] (1086/2658) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
77902026-02-17T00:07:51.982Z PASS [ 2.207s] (1087/2658) omicron-dev::test-omicron-dev test_omicron_dev_no_args
77912026-02-17T00:07:51.983Z PASS [ 2.216s] (1088/2658) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
77922026-02-17T00:07:52.128Z PASS [ 0.146s] (1089/2658) omicron-gateway management_switch::location_map::tests::test_resolve_location
77932026-02-17T00:07:52.143Z PASS [ 0.160s] (1090/2658) omicron-gateway management_switch::location_map::tests::test_config_validation
77942026-02-17T00:07:52.297Z PASS [ 0.154s] (1091/2658) omicron-gateway::test_all integration_tests::config::read_production_smf_config
77952026-02-17T00:07:52.893Z PASS [ 0.764s] (1092/2658) omicron-gateway::test_all integration_tests::component_list::component_list
77962026-02-17T00:07:52.893Z PASS [ 0.596s] (1093/2658) omicron-gateway::test_all integration_tests::ereports::ereports_basic
77972026-02-17T00:07:53.134Z PASS [ 0.241s] (1094/2658) omicron-gateway::test_all integration_tests::ereports::ereports_limit
77982026-02-17T00:07:53.148Z PASS [ 0.256s] (1095/2658) omicron-gateway::test_all integration_tests::ereports::ereports_commit
77992026-02-17T00:07:53.425Z PASS [ 0.277s] (1096/2658) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
78002026-02-17T00:07:53.568Z PASS [ 0.433s] (1097/2658) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
78012026-02-17T00:07:57.182Z PASS [ 0.271s] (1098/2658) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
78022026-02-17T00:07:57.182Z PASS [ 0.247s] (1099/2658) omicron-gateway::test_all integration_tests::task_dump::task_dump
78032026-02-17T00:07:57.182Z PASS [ 21.232s] (1100/2658) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
78042026-02-17T00:07:57.182Z PASS [ 0.043s] (1101/2658) omicron-nexus app::alert::tests::test_alert_class_list
78052026-02-17T00:07:57.186Z PASS [ 15.439s] (1102/2658) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
78062026-02-17T00:08:08.086Z PASS [ 14.225s] (1103/2658) omicron-nexus app::background::driver::test::test_activation_in_progress
78072026-02-17T00:08:08.617Z PASS [ 13.056s] (1104/2658) omicron-nexus app::background::driver::test::test_driver_basic
78082026-02-17T00:08:08.991Z PASS [ 18.785s] (1105/2658) omicron-dev::test-omicron-dev test_run_all
78092026-02-17T00:08:21.835Z PASS [ 13.746s] (1106/2658) omicron-nexus app::background::init::test::test_dns_propagation_basic
78102026-02-17T00:08:23.716Z PASS [ 29.895s] (1107/2658) omicron-ls-apis::test_dependencies test_api_dependencies
78112026-02-17T00:08:24.129Z PASS [ 30.425s] (1108/2658) omicron-ls-apis::test_dependencies test_api_check
78122026-02-17T00:08:24.190Z PASS [ 0.061s] (1109/2658) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
78132026-02-17T00:08:24.252Z PASS [ 0.061s] (1110/2658) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
78142026-02-17T00:08:24.311Z PASS [ 0.059s] (1111/2658) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
78152026-02-17T00:08:24.371Z PASS [ 0.060s] (1112/2658) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
78162026-02-17T00:08:24.427Z PASS [ 0.055s] (1113/2658) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
78172026-02-17T00:08:27.739Z PASS [ 18.745s] (1114/2658) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
78182026-02-17T00:08:27.739Z PASS [ 19.119s] (1115/2658) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
78192026-02-17T00:08:40.670Z PASS [ 16.950s] (1116/2658) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
78202026-02-17T00:08:44.791Z PASS [ 22.951s] (1117/2658) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
78212026-02-17T00:08:45.202Z PASS [ 17.458s] (1118/2658) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
78222026-02-17T00:08:46.654Z PASS [ 18.909s] (1119/2658) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
78232026-02-17T00:08:50.490Z PASS [ 5.287s] (1120/2658) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
78242026-02-17T00:08:51.604Z PASS [ 6.812s] (1121/2658) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
78252026-02-17T00:08:51.705Z PASS [ 0.101s] (1122/2658) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
78262026-02-17T00:08:51.890Z SLOW [> 60.000s] (─────────) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
78272026-02-17T00:08:52.338Z PASS [ 5.684s] (1123/2658) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
78282026-02-17T00:08:55.651Z PASS [ 5.160s] (1124/2658) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
78292026-02-17T00:08:57.959Z PASS [ 17.285s] (1125/2658) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
78302026-02-17T00:09:02.840Z PASS [ 70.949s] (1126/2658) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
78312026-02-17T00:09:03.579Z PASS [ 39.144s] (1127/2658) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
78322026-02-17T00:09:08.635Z PASS [ 16.294s] (1128/2658) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
78332026-02-17T00:09:09.065Z PASS [ 17.355s] (1129/2658) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
78342026-02-17T00:09:14.121Z PASS [ 18.466s] (1130/2658) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
78352026-02-17T00:09:16.059Z PASS [ 6.992s] (1131/2658) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
78362026-02-17T00:09:17.678Z PASS [ 19.709s] (1132/2658) omicron-nexus app::background::tasks::dns_config::test::test_basic
78372026-02-17T00:09:20.401Z PASS [ 6.278s] (1133/2658) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
78382026-02-17T00:09:21.074Z PASS [ 18.229s] (1134/2658) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
78392026-02-17T00:09:22.131Z PASS [ 18.539s] (1135/2658) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
78402026-02-17T00:09:25.651Z PASS [ 17.012s] (1136/2658) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
78412026-02-17T00:09:42.760Z PASS [ 25.082s] (1137/2658) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
78422026-02-17T00:09:45.045Z PASS [ 19.391s] (1138/2658) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
78432026-02-17T00:09:46.141Z PASS [ 25.061s] (1139/2658) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
78442026-02-17T00:09:46.199Z PASS [ 0.055s] (1140/2658) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
78452026-02-17T00:09:46.252Z PASS [ 0.056s] (1141/2658) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
78462026-02-17T00:09:46.312Z PASS [ 0.058s] (1142/2658) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
78472026-02-17T00:09:46.369Z PASS [ 0.059s] (1143/2658) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
78482026-02-17T00:09:46.429Z PASS [ 0.060s] (1144/2658) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
78492026-02-17T00:09:46.488Z PASS [ 0.058s] (1145/2658) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
78502026-02-17T00:09:46.547Z PASS [ 0.058s] (1146/2658) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
78512026-02-17T00:09:46.603Z PASS [ 0.056s] (1147/2658) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
78522026-02-17T00:09:46.656Z PASS [ 0.054s] (1148/2658) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
78532026-02-17T00:09:46.864Z PASS [ 0.208s] (1149/2658) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
78542026-02-17T00:09:46.924Z PASS [ 0.060s] (1150/2658) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
78552026-02-17T00:09:46.981Z PASS [ 0.056s] (1151/2658) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
78562026-02-17T00:09:47.039Z PASS [ 0.057s] (1152/2658) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
78572026-02-17T00:09:47.098Z PASS [ 0.059s] (1153/2658) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
78582026-02-17T00:09:47.152Z PASS [ 0.054s] (1154/2658) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
78592026-02-17T00:09:47.207Z PASS [ 0.053s] (1155/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
78602026-02-17T00:09:47.260Z PASS [ 0.055s] (1156/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
78612026-02-17T00:09:47.319Z PASS [ 0.059s] (1157/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
78622026-02-17T00:09:47.382Z PASS [ 0.059s] (1158/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
78632026-02-17T00:09:47.447Z PASS [ 0.069s] (1159/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
78642026-02-17T00:09:47.511Z PASS [ 0.063s] (1160/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
78652026-02-17T00:09:47.573Z PASS [ 0.061s] (1161/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
78662026-02-17T00:09:47.630Z PASS [ 0.058s] (1162/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
78672026-02-17T00:09:47.687Z PASS [ 0.054s] (1163/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
78682026-02-17T00:09:47.736Z PASS [ 0.051s] (1164/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
78692026-02-17T00:09:47.785Z PASS [ 0.048s] (1165/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
78702026-02-17T00:09:47.841Z PASS [ 0.056s] (1166/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
78712026-02-17T00:09:47.899Z PASS [ 0.059s] (1167/2658) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
78722026-02-17T00:09:47.985Z PASS [ 5.221s] (1168/2658) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
78732026-02-17T00:09:54.938Z PASS [ 32.809s] (1169/2658) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
78742026-02-17T00:09:58.931Z PASS [ 42.864s] (1170/2658) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
78752026-02-17T00:10:00.735Z PASS [ 15.686s] (1171/2658) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
78762026-02-17T00:10:07.307Z PASS [ 46.896s] (1172/2658) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
78772026-02-17T00:10:12.426Z PASS [ 17.484s] (1173/2658) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
78782026-02-17T00:10:12.426Z PASS [ 24.522s] (1174/2658) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
78792026-02-17T00:10:13.531Z PASS [ 14.597s] (1175/2658) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
78802026-02-17T00:10:15.525Z PASS [ 27.537s] (1176/2658) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
78812026-02-17T00:10:17.150Z PASS [ 16.412s] (1177/2658) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
78822026-02-17T00:10:24.238Z PASS [ 16.928s] (1178/2658) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
78832026-02-17T00:10:30.882Z PASS [ 18.453s] (1179/2658) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
78842026-02-17T00:10:31.444Z PASS [ 19.014s] (1180/2658) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
78852026-02-17T00:10:33.094Z PASS [ 19.559s] (1181/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
78862026-02-17T00:10:33.094Z PASS [ 17.566s] (1182/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
78872026-02-17T00:10:34.888Z PASS [ 17.729s] (1183/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
78882026-02-17T00:10:37.098Z PASS [ 4.002s] (1184/2658) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
78892026-02-17T00:10:42.104Z PASS [ 5.005s] (1185/2658) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
78902026-02-17T00:10:42.202Z PASS [ 0.098s] (1186/2658) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
78912026-02-17T00:10:48.094Z PASS [ 23.852s] (1187/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
78922026-02-17T00:10:49.795Z PASS [ 18.345s] (1188/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
78932026-02-17T00:10:51.488Z PASS [ 18.390s] (1189/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
78942026-02-17T00:10:54.690Z PASS [ 19.804s] (1190/2658) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
78952026-02-17T00:10:55.299Z PASS [ 24.412s] (1191/2658) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
78962026-02-17T00:11:01.733Z PASS [ 19.526s] (1192/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
78972026-02-17T00:11:08.460Z PASS [ 20.362s] (1193/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
78982026-02-17T00:11:08.878Z PASS [ 19.081s] (1194/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
78992026-02-17T00:11:12.976Z PASS [ 21.483s] (1195/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
79002026-02-17T00:11:13.397Z PASS [ 18.093s] (1196/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
79012026-02-17T00:11:13.670Z PASS [ 18.975s] (1197/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
79022026-02-17T00:11:27.452Z PASS [ 18.570s] (1198/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
79032026-02-17T00:11:27.462Z PASS [ 25.724s] (1199/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
79042026-02-17T00:11:27.919Z PASS [ 0.457s] (1200/2658) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
79052026-02-17T00:11:28.345Z PASS [ 0.540s] (1201/2658) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
79062026-02-17T00:11:28.348Z PASS [ 0.345s] (1202/2658) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
79072026-02-17T00:11:28.348Z PASS [ 0.059s] (1203/2658) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
79082026-02-17T00:11:28.415Z PASS [ 0.091s] (1204/2658) omicron-nexus app::deployment::tests::test_is_target_release_change_allowed
79092026-02-17T00:11:29.118Z PASS [ 0.703s] (1205/2658) omicron-nexus app::external_endpoints::test::test_authority
79102026-02-17T00:11:29.135Z PASS [ 1.142s] (1206/2658) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
79112026-02-17T00:11:29.228Z PASS [ 0.110s] (1207/2658) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
79122026-02-17T00:11:29.325Z PASS [ 0.097s] (1208/2658) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
79132026-02-17T00:11:29.392Z PASS [ 0.067s] (1209/2658) omicron-nexus app::external_endpoints::test::test_no_endpoint
79142026-02-17T00:11:29.455Z PASS [ 0.063s] (1210/2658) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
79152026-02-17T00:11:29.519Z PASS [ 0.064s] (1211/2658) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
79162026-02-17T00:11:29.589Z PASS [ 0.070s] (1212/2658) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
79172026-02-17T00:11:29.656Z PASS [ 0.067s] (1213/2658) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
79182026-02-17T00:11:29.731Z PASS [ 0.075s] (1214/2658) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
79192026-02-17T00:11:29.790Z PASS [ 0.059s] (1215/2658) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
79202026-02-17T00:11:29.859Z PASS [ 0.069s] (1216/2658) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
79212026-02-17T00:11:29.923Z PASS [ 0.064s] (1217/2658) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
79222026-02-17T00:11:29.982Z PASS [ 0.059s] (1218/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
79232026-02-17T00:11:30.041Z PASS [ 0.058s] (1219/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
79242026-02-17T00:11:30.097Z PASS [ 0.057s] (1220/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
79252026-02-17T00:11:30.154Z PASS [ 0.056s] (1221/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
79262026-02-17T00:11:30.211Z PASS [ 0.058s] (1222/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
79272026-02-17T00:11:30.273Z PASS [ 0.061s] (1223/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
79282026-02-17T00:11:30.332Z PASS [ 0.059s] (1224/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
79292026-02-17T00:11:30.388Z PASS [ 0.055s] (1225/2658) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
79302026-02-17T00:11:30.450Z PASS [ 0.062s] (1226/2658) omicron-nexus app::multicast::tests::test_is_ssm_address
79312026-02-17T00:11:30.559Z PASS [ 1.424s] (1227/2658) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
79322026-02-17T00:11:31.208Z PASS [ 22.743s] (1228/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
79332026-02-17T00:11:31.952Z PASS [ 18.968s] (1229/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
79342026-02-17T00:11:32.003Z PASS [ 0.055s] (1230/2658) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
79352026-02-17T00:11:32.698Z PASS [ 19.025s] (1231/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
79362026-02-17T00:11:32.698Z PASS [ 19.298s] (1232/2658) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
79372026-02-17T00:11:46.627Z PASS [ 15.415s] (1233/2658) omicron-nexus app::quiesce::test::test_quiesce_multi
79382026-02-17T00:11:48.262Z PASS [ 17.808s] (1234/2658) omicron-nexus app::quiesce::test::test_quiesce_easy
79392026-02-17T00:11:48.347Z PASS [ 17.784s] (1235/2658) omicron-nexus app::quiesce::test::test_quiesce_full
79402026-02-17T00:11:58.380Z PASS [ 26.372s] (1236/2658) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
79412026-02-17T00:12:00.533Z PASS [ 27.829s] (1237/2658) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
79422026-02-17T00:12:01.351Z PASS [ 28.635s] (1238/2658) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
79432026-02-17T00:12:13.345Z PASS [ 25.078s] (1239/2658) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
79442026-02-17T00:12:15.289Z PASS [ 28.657s] (1240/2658) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
79452026-02-17T00:12:17.039Z PASS [ 28.686s] (1241/2658) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
79462026-02-17T00:12:21.886Z PASS [ 20.543s] (1242/2658) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
79472026-02-17T00:12:23.115Z PASS [ 24.729s] (1243/2658) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
79482026-02-17T00:12:27.448Z PASS [ 26.910s] (1244/2658) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
79492026-02-17T00:12:35.242Z PASS [ 19.948s] (1245/2658) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
79502026-02-17T00:12:42.342Z PASS [ 28.990s] (1246/2658) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
79512026-02-17T00:12:49.178Z PASS [ 32.133s] (1247/2658) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
79522026-02-17T00:12:51.360Z PASS [ 29.468s] (1248/2658) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
79532026-02-17T00:12:55.317Z PASS [ 32.196s] (1249/2658) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
79542026-02-17T00:12:58.886Z PASS [ 31.431s] (1250/2658) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
79552026-02-17T00:13:03.578Z PASS [ 28.330s] (1251/2658) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
79562026-02-17T00:13:10.136Z PASS [ 27.789s] (1252/2658) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
79572026-02-17T00:13:20.286Z PASS [ 31.101s] (1253/2658) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
79582026-02-17T00:13:20.685Z PASS [ 29.319s] (1254/2658) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
79592026-02-17T00:13:22.118Z PASS [ 26.795s] (1255/2658) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
79602026-02-17T00:13:28.471Z PASS [ 29.579s] (1256/2658) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
79612026-02-17T00:13:29.859Z PASS [ 26.275s] (1257/2658) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
79622026-02-17T00:13:34.562Z PASS [ 24.421s] (1258/2658) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
79632026-02-17T00:13:45.631Z PASS [ 25.340s] (1259/2658) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
79642026-02-17T00:13:48.253Z PASS [ 26.130s] (1260/2658) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
79652026-02-17T00:13:52.543Z PASS [ 24.066s] (1261/2658) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
79662026-02-17T00:14:00.459Z PASS [ 30.593s] (1262/2658) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
79672026-02-17T00:14:15.045Z PASS [ 29.408s] (1263/2658) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
79682026-02-17T00:14:16.746Z PASS [ 28.487s] (1264/2658) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
79692026-02-17T00:14:20.699Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79702026-02-17T00:14:27.067Z PASS [ 26.603s] (1265/2658) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
79712026-02-17T00:14:34.576Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79722026-02-17T00:14:44.343Z PASS [ 29.292s] (1266/2658) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
79732026-02-17T00:14:48.590Z PASS [ 87.887s] (1267/2658) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
79742026-02-17T00:14:52.555Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79752026-02-17T00:14:53.996Z PASS [ 26.924s] (1268/2658) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
79762026-02-17T00:15:13.600Z PASS [ 29.250s] (1269/2658) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
79772026-02-17T00:15:16.760Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79782026-02-17T00:15:21.206Z PASS [ 27.203s] (1270/2658) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
79792026-02-17T00:15:34.589Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79802026-02-17T00:15:41.278Z PASS [ 27.673s] (1271/2658) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
79812026-02-17T00:15:41.692Z PASS [ 109.128s] (1272/2658) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
79822026-02-17T00:15:41.889Z PASS [ 127.302s] (1273/2658) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
79832026-02-17T00:15:48.604Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
79842026-02-17T00:15:57.032Z PASS [ 68.429s] (1274/2658) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
79852026-02-17T00:16:09.613Z PASS [ 27.915s] (1275/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
79862026-02-17T00:16:09.718Z PASS [ 28.434s] (1276/2658) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
79872026-02-17T00:16:16.773Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79882026-02-17T00:16:21.219Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79892026-02-17T00:16:23.651Z PASS [ 26.613s] (1277/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
79902026-02-17T00:16:39.267Z PASS [ 29.649s] (1278/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
79912026-02-17T00:16:41.904Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
79922026-02-17T00:16:53.357Z PASS [ 29.700s] (1279/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
79932026-02-17T00:16:54.494Z PASS [ 72.590s] (1280/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
79942026-02-17T00:16:59.445Z PASS [ 162.666s] (1281/2658) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
79952026-02-17T00:17:09.732Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
79962026-02-17T00:17:21.232Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
79972026-02-17T00:17:21.558Z PASS [ 28.195s] (1282/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
79982026-02-17T00:17:22.651Z PASS [ 28.151s] (1283/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
79992026-02-17T00:17:24.428Z PASS [ 123.198s] (1284/2658) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
80002026-02-17T00:17:35.079Z PASS [ 35.626s] (1285/2658) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
80012026-02-17T00:17:38.503Z PASS [ 15.849s] (1286/2658) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
80022026-02-17T00:17:39.282Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80032026-02-17T00:17:39.878Z PASS [ 15.444s] (1287/2658) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
80042026-02-17T00:17:45.483Z PASS [ 23.919s] (1288/2658) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
80052026-02-17T00:17:54.456Z PASS [ 19.374s] (1289/2658) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
80062026-02-17T00:17:59.862Z PASS [ 21.355s] (1290/2658) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
80072026-02-17T00:17:59.916Z PASS [ 20.037s] (1291/2658) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
80082026-02-17T00:18:00.700Z PASS [ 110.959s] (1292/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
80092026-02-17T00:18:04.439Z PASS [ 18.952s] (1293/2658) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
80102026-02-17T00:18:18.187Z PASS [ 18.321s] (1294/2658) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
80112026-02-17T00:18:19.587Z PASS [ 18.884s] (1295/2658) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
80122026-02-17T00:18:22.389Z PASS [ 27.927s] (1296/2658) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
80132026-02-17T00:18:26.798Z PASS [ 26.877s] (1297/2658) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
80142026-02-17T00:18:34.015Z PASS [ 114.724s] (1298/2658) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
80152026-02-17T00:18:35.883Z PASS [ 31.437s] (1299/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
80162026-02-17T00:18:35.948Z PASS [ 0.065s] (1300/2658) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
80172026-02-17T00:18:48.562Z PASS [ 30.368s] (1301/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
80182026-02-17T00:18:50.790Z PASS [ 31.196s] (1302/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
80192026-02-17T00:18:50.938Z PASS [ 16.919s] (1303/2658) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
80202026-02-17T00:18:52.759Z PASS [ 30.364s] (1304/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
80212026-02-17T00:18:55.981Z PASS [ 29.177s] (1305/2658) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
80222026-02-17T00:19:04.961Z PASS [ 29.007s] (1306/2658) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
80232026-02-17T00:19:19.056Z PASS [ 28.113s] (1307/2658) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
80242026-02-17T00:19:20.584Z PASS [ 27.818s] (1308/2658) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
80252026-02-17T00:19:21.346Z PASS [ 25.360s] (1309/2658) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
80262026-02-17T00:19:22.422Z PASS [ 33.853s] (1310/2658) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
80272026-02-17T00:19:22.824Z PASS [ 32.027s] (1311/2658) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
80282026-02-17T00:19:31.144Z PASS [ 26.177s] (1312/2658) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
80292026-02-17T00:19:38.232Z PASS [ 17.645s] (1313/2658) omicron-nexus app::sagas::test_saga::test_saga_stuck
80302026-02-17T00:19:44.245Z PASS [ 21.416s] (1314/2658) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
80312026-02-17T00:19:44.246Z PASS [ 22.893s] (1315/2658) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
80322026-02-17T00:19:44.365Z PASS [ 21.939s] (1316/2658) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
80332026-02-17T00:19:47.212Z PASS [ 28.150s] (1317/2658) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
80342026-02-17T00:19:47.261Z PASS [ 0.049s] (1318/2658) omicron-nexus external_api::console_api::test::test_accept_gz
80352026-02-17T00:19:47.319Z PASS [ 0.058s] (1319/2658) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
80362026-02-17T00:19:47.370Z PASS [ 0.051s] (1320/2658) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
80372026-02-17T00:19:47.420Z PASS [ 0.050s] (1321/2658) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
80382026-02-17T00:19:47.474Z PASS [ 0.053s] (1322/2658) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
80392026-02-17T00:19:47.532Z PASS [ 0.056s] (1323/2658) omicron-nexus external_api::console_api::test::test_find_file_finds_file
80402026-02-17T00:19:47.587Z PASS [ 0.056s] (1324/2658) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
80412026-02-17T00:19:47.639Z PASS [ 0.054s] (1325/2658) omicron-nexus external_api::console_api::test::test_relative_uri
80422026-02-17T00:19:47.696Z PASS [ 0.057s] (1326/2658) omicron-nexus external_api::http_entrypoints::tests::test_is_new_target_release_version_allowed
80432026-02-17T00:19:48.494Z PASS [ 4.128s] (1327/2658) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
80442026-02-17T00:19:49.975Z PASS [ 18.827s] (1328/2658) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
80452026-02-17T00:19:57.380Z PASS [ 19.144s] (1329/2658) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
80462026-02-17T00:20:04.687Z PASS [ 20.438s] (1330/2658) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
80472026-02-17T00:20:04.934Z PASS [ 20.686s] (1331/2658) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
80482026-02-17T00:20:09.061Z PASS [ 19.082s] (1332/2658) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
80492026-02-17T00:20:09.328Z PASS [ 20.829s] (1333/2658) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
80502026-02-17T00:20:23.810Z PASS [ 26.424s] (1334/2658) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
80512026-02-17T00:20:28.997Z PASS [ 41.293s] (1335/2658) omicron-nexus populate::test::test_populators
80522026-02-17T00:20:29.873Z PASS [ 25.181s] (1336/2658) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
80532026-02-17T00:20:31.687Z PASS [ 22.621s] (1337/2658) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
80542026-02-17T00:20:32.842Z PASS [ 23.510s] (1338/2658) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
80552026-02-17T00:20:47.008Z PASS [ 42.065s] (1339/2658) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
80562026-02-17T00:20:48.782Z PASS [ 24.966s] (1340/2658) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
80572026-02-17T00:20:52.029Z PASS [ 19.182s] (1341/2658) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
80582026-02-17T00:20:52.357Z PASS [ 20.666s] (1342/2658) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
80592026-02-17T00:20:52.472Z PASS [ 22.595s] (1343/2658) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
80602026-02-17T00:21:12.474Z PASS [ 43.467s] (1344/2658) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
80612026-02-17T00:21:12.833Z PASS [ 20.357s] (1345/2658) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
80622026-02-17T00:21:14.201Z PASS [ 1.726s] (1346/2658) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
80632026-02-17T00:21:14.550Z PASS [ 1.716s] (1347/2658) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
80642026-02-17T00:21:14.767Z PASS [ 0.560s] (1348/2658) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
80652026-02-17T00:21:16.344Z PASS [ 24.309s] (1349/2658) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
80662026-02-17T00:21:18.023Z PASS [ 25.660s] (1350/2658) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
80672026-02-17T00:21:18.376Z PASS [ 29.588s] (1351/2658) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
80682026-02-17T00:21:33.485Z PASS [ 18.720s] (1352/2658) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
80692026-02-17T00:21:34.469Z PASS [ 19.915s] (1353/2658) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
80702026-02-17T00:21:36.295Z PASS [ 19.947s] (1354/2658) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
80712026-02-17T00:21:36.975Z PASS [ 18.948s] (1355/2658) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
80722026-02-17T00:21:38.087Z PASS [ 19.707s] (1356/2658) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
80732026-02-17T00:21:47.023Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80742026-02-17T00:21:52.077Z PASS [ 18.587s] (1357/2658) omicron-nexus::test_all integration_tests::basic::test_basic_failures
80752026-02-17T00:21:52.558Z PASS [ 18.085s] (1358/2658) omicron-nexus::test_all integration_tests::basic::test_ping
80762026-02-17T00:21:57.718Z PASS [ 19.626s] (1359/2658) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
80772026-02-17T00:22:04.034Z PASS [ 27.732s] (1360/2658) omicron-nexus::test_all integration_tests::basic::test_projects_basic
80782026-02-17T00:22:08.457Z PASS [ 16.340s] (1361/2658) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
80792026-02-17T00:22:08.980Z PASS [ 16.418s] (1362/2658) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
80802026-02-17T00:22:09.070Z PASS [ 32.089s] (1363/2658) omicron-nexus::test_all integration_tests::basic::test_projects_list
80812026-02-17T00:22:12.541Z PASS [ 14.821s] (1364/2658) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
80822026-02-17T00:22:20.383Z PASS [ 16.346s] (1365/2658) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
80832026-02-17T00:22:27.658Z PASS [ 18.674s] (1366/2658) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
80842026-02-17T00:22:29.424Z PASS [ 21.000s] (1367/2658) omicron-nexus::test_all integration_tests::certificates::test_crud
80852026-02-17T00:22:30.387Z PASS [ 17.842s] (1368/2658) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
80862026-02-17T00:22:30.932Z PASS [ 1.507s] (1369/2658) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
80872026-02-17T00:22:31.230Z PASS [ 0.297s] (1370/2658) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
80882026-02-17T00:22:31.513Z PASS [ 1.125s] (1371/2658) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
80892026-02-17T00:22:33.326Z PASS [ 24.251s] (1372/2658) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
80902026-02-17T00:22:34.286Z PASS [ 13.900s] (1373/2658) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
80912026-02-17T00:22:42.348Z PASS [ 14.687s] (1374/2658) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
80922026-02-17T00:22:47.037Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
80932026-02-17T00:22:48.316Z PASS [ 17.082s] (1375/2658) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
80942026-02-17T00:22:48.316Z PASS [ 16.799s] (1376/2658) omicron-nexus::test_all integration_tests::console_api::test_assets
80952026-02-17T00:22:50.301Z PASS [ 16.971s] (1377/2658) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
80962026-02-17T00:22:54.776Z PASS [ 20.486s] (1378/2658) omicron-nexus::test_all integration_tests::console_api::test_console_pages
80972026-02-17T00:23:06.096Z PASS [ 17.776s] (1379/2658) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
80982026-02-17T00:23:07.098Z PASS [ 24.745s] (1380/2658) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
80992026-02-17T00:23:08.761Z PASS [ 20.441s] (1381/2658) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
81002026-02-17T00:23:09.564Z PASS [ 19.259s] (1382/2658) omicron-nexus::test_all integration_tests::console_api::test_session_me
81012026-02-17T00:23:10.075Z PASS [ 15.296s] (1383/2658) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
81022026-02-17T00:23:24.129Z PASS [ 157.090s] (1384/2658) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81032026-02-17T00:23:24.633Z PASS [ 17.531s] (1385/2658) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
81042026-02-17T00:23:29.471Z PASS [ 23.370s] (1386/2658) omicron-nexus::test_all integration_tests::console_api::test_sessions
81052026-02-17T00:23:50.780Z PASS [ 41.208s] (1387/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
81062026-02-17T00:23:51.703Z PASS [ 42.933s] (1388/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
81072026-02-17T00:23:53.299Z PASS [ 43.215s] (1389/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
81082026-02-17T00:24:08.520Z PASS [ 44.382s] (1390/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
81092026-02-17T00:24:15.501Z PASS [ 50.858s] (1391/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
81102026-02-17T00:24:20.102Z PASS [ 50.621s] (1392/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
81112026-02-17T00:24:36.275Z PASS [ 44.563s] (1393/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
81122026-02-17T00:24:39.852Z PASS [ 49.062s] (1394/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
81132026-02-17T00:24:43.052Z PASS [ 49.742s] (1395/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
81142026-02-17T00:24:58.036Z PASS [ 49.505s] (1396/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
81152026-02-17T00:25:04.038Z PASS [ 27.758s] (1397/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
81162026-02-17T00:25:05.208Z PASS [ 49.696s] (1398/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
81172026-02-17T00:25:20.116Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81182026-02-17T00:25:39.642Z PASS [ 79.524s] (1399/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
81192026-02-17T00:25:39.865Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81202026-02-17T00:25:43.065Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81212026-02-17T00:25:51.858Z PASS [ 53.812s] (1400/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
81222026-02-17T00:26:00.183Z PASS [ 56.134s] (1401/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
81232026-02-17T00:26:02.555Z PASS [ 57.336s] (1402/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
81242026-02-17T00:26:06.119Z PASS [ 86.250s] (1403/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
81252026-02-17T00:26:12.943Z PASS [ 89.874s] (1404/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
81262026-02-17T00:26:18.635Z PASS [ 18.448s] (1405/2658) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
81272026-02-17T00:26:25.456Z PASS [ 19.333s] (1406/2658) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
81282026-02-17T00:26:30.021Z PASS [ 17.073s] (1407/2658) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
81292026-02-17T00:26:35.236Z PASS [ 32.674s] (1408/2658) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
81302026-02-17T00:26:35.785Z PASS [ 17.146s] (1409/2658) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
81312026-02-17T00:26:39.656Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81322026-02-17T00:26:48.421Z PASS [ 22.961s] (1410/2658) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
81332026-02-17T00:26:51.872Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81342026-02-17T00:26:51.986Z PASS [ 16.747s] (1411/2658) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
81352026-02-17T00:26:53.150Z PASS [ 23.125s] (1412/2658) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
81362026-02-17T00:26:59.076Z PASS [ 23.286s] (1413/2658) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
81372026-02-17T00:27:08.203Z PASS [ 88.543s] (1414/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
81382026-02-17T00:27:24.869Z PASS [ 32.876s] (1415/2658) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
81392026-02-17T00:27:25.775Z PASS [ 32.618s] (1416/2658) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
81402026-02-17T00:27:30.498Z PASS [ 31.416s] (1417/2658) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
81412026-02-17T00:27:39.281Z PASS [ 31.071s] (1418/2658) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
81422026-02-17T00:27:46.364Z PASS [ 114.483s] (1419/2658) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
81432026-02-17T00:27:48.435Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81442026-02-17T00:27:53.726Z PASS [ 27.946s] (1420/2658) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
81452026-02-17T00:27:54.161Z PASS [ 65.725s] (1421/2658) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
81462026-02-17T00:27:58.389Z PASS [ 27.885s] (1422/2658) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
81472026-02-17T00:28:04.508Z PASS [ 39.631s] (1423/2658) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
81482026-02-17T00:28:06.782Z PASS [ 27.495s] (1424/2658) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
81492026-02-17T00:28:14.045Z PASS [ 27.674s] (1425/2658) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
81502026-02-17T00:28:20.200Z PASS [ 26.469s] (1426/2658) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
81512026-02-17T00:28:26.198Z PASS [ 27.804s] (1427/2658) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
81522026-02-17T00:28:27.447Z PASS [ 20.661s] (1428/2658) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
81532026-02-17T00:28:31.672Z PASS [ 27.159s] (1429/2658) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
81542026-02-17T00:28:35.017Z PASS [ 20.969s] (1430/2658) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
81552026-02-17T00:28:45.494Z PASS [ 51.323s] (1431/2658) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
81562026-02-17T00:28:46.398Z PASS [ 26.192s] (1432/2658) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
81572026-02-17T00:28:47.283Z PASS [ 21.081s] (1433/2658) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
81582026-02-17T00:28:57.968Z PASS [ 30.514s] (1434/2658) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
81592026-02-17T00:29:00.896Z PASS [ 25.873s] (1435/2658) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
81602026-02-17T00:29:15.373Z PASS [ 43.691s] (1436/2658) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
81612026-02-17T00:29:15.441Z PASS [ 29.941s] (1437/2658) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
81622026-02-17T00:29:15.795Z PASS [ 29.391s] (1438/2658) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
81632026-02-17T00:29:21.917Z PASS [ 34.626s] (1439/2658) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
81642026-02-17T00:29:28.258Z PASS [ 27.356s] (1440/2658) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
81652026-02-17T00:29:29.177Z PASS [ 31.203s] (1441/2658) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
81662026-02-17T00:29:43.966Z PASS [ 28.520s] (1442/2658) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
81672026-02-17T00:29:45.163Z PASS [ 29.362s] (1443/2658) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
81682026-02-17T00:29:47.425Z PASS [ 32.046s] (1444/2658) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
81692026-02-17T00:29:50.045Z PASS [ 28.122s] (1445/2658) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
81702026-02-17T00:29:52.298Z PASS [ 23.116s] (1446/2658) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
81712026-02-17T00:29:57.281Z PASS [ 29.017s] (1447/2658) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
81722026-02-17T00:30:07.354Z PASS [ 23.383s] (1448/2658) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
81732026-02-17T00:30:15.901Z PASS [ 30.731s] (1449/2658) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
81742026-02-17T00:30:17.262Z PASS [ 24.959s] (1450/2658) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
81752026-02-17T00:30:17.695Z PASS [ 30.264s] (1451/2658) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
81762026-02-17T00:30:20.606Z PASS [ 23.321s] (1452/2658) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
81772026-02-17T00:30:26.829Z PASS [ 36.776s] (1453/2658) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
81782026-02-17T00:30:33.701Z PASS [ 26.341s] (1454/2658) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
81792026-02-17T00:30:39.331Z PASS [ 23.426s] (1455/2658) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
81802026-02-17T00:30:40.134Z PASS [ 22.434s] (1456/2658) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
81812026-02-17T00:30:40.810Z PASS [ 23.543s] (1457/2658) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
81822026-02-17T00:30:44.565Z PASS [ 23.954s] (1458/2658) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
81832026-02-17T00:30:50.520Z PASS [ 23.686s] (1459/2658) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
81842026-02-17T00:31:00.514Z PASS [ 25.821s] (1460/2658) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
81852026-02-17T00:31:04.401Z PASS [ 24.262s] (1461/2658) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
81862026-02-17T00:31:05.317Z PASS [ 25.980s] (1462/2658) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
81872026-02-17T00:31:07.268Z PASS [ 26.450s] (1463/2658) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
81882026-02-17T00:31:17.435Z PASS [ 32.863s] (1464/2658) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
81892026-02-17T00:31:26.314Z PASS [ 21.908s] (1465/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
81902026-02-17T00:31:30.372Z PASS [ 23.102s] (1466/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
81912026-02-17T00:31:32.184Z PASS [ 26.861s] (1467/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
81922026-02-17T00:31:32.855Z PASS [ 42.326s] (1468/2658) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
81932026-02-17T00:31:40.374Z PASS [ 40.839s] (1469/2658) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
81942026-02-17T00:31:46.355Z PASS [ 20.037s] (1470/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
81952026-02-17T00:31:48.151Z PASS [ 30.710s] (1471/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
81962026-02-17T00:31:51.125Z PASS [ 20.748s] (1472/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
81972026-02-17T00:31:53.251Z PASS [ 21.063s] (1473/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
81982026-02-17T00:31:53.951Z PASS [ 21.091s] (1474/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
81992026-02-17T00:32:03.932Z PASS [ 23.552s] (1475/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
82002026-02-17T00:32:09.031Z PASS [ 22.671s] (1476/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
82012026-02-17T00:32:10.262Z PASS [ 22.106s] (1477/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
82022026-02-17T00:32:11.983Z PASS [ 20.853s] (1478/2658) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
82032026-02-17T00:32:25.175Z PASS [ 31.218s] (1479/2658) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
82042026-02-17T00:32:26.462Z PASS [ 33.204s] (1480/2658) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
82052026-02-17T00:32:31.075Z PASS [ 22.040s] (1481/2658) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
82062026-02-17T00:32:31.120Z PASS [ 19.134s] (1482/2658) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
82072026-02-17T00:32:37.040Z PASS [ 26.771s] (1483/2658) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
82082026-02-17T00:32:47.424Z PASS [ 22.245s] (1484/2658) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
82092026-02-17T00:32:52.063Z PASS [ 25.595s] (1485/2658) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
82102026-02-17T00:32:56.218Z PASS [ 25.092s] (1486/2658) omicron-nexus::test_all integration_tests::images::test_image_create
82112026-02-17T00:32:58.507Z PASS [ 27.426s] (1487/2658) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
82122026-02-17T00:33:03.313Z PASS [ 26.269s] (1488/2658) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
82132026-02-17T00:33:03.946Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
82142026-02-17T00:33:05.047Z PASS [ 61.103s] (1489/2658) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
82152026-02-17T00:33:18.551Z PASS [ 31.121s] (1490/2658) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
82162026-02-17T00:33:19.626Z PASS [ 27.558s] (1491/2658) omicron-nexus::test_all integration_tests::images::test_image_promotion
82172026-02-17T00:33:22.112Z PASS [ 25.889s] (1492/2658) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
82182026-02-17T00:33:24.159Z PASS [ 25.647s] (1493/2658) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
82192026-02-17T00:33:26.709Z PASS [ 7.081s] (1494/2658) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
82202026-02-17T00:33:26.831Z PASS [ 21.780s] (1495/2658) omicron-nexus::test_all integration_tests::images::test_silo_image_create
82212026-02-17T00:33:27.778Z PASS [ 24.460s] (1496/2658) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
82222026-02-17T00:33:27.896Z PASS [ 3.736s] (1497/2658) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
82232026-02-17T00:33:28.230Z PASS [ 6.116s] (1498/2658) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
82242026-02-17T00:33:34.808Z PASS [ 16.253s] (1499/2658) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
82252026-02-17T00:33:37.213Z PASS [ 10.502s] (1500/2658) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
82262026-02-17T00:33:50.919Z PASS [ 24.083s] (1501/2658) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
82272026-02-17T00:33:52.024Z PASS [ 24.240s] (1502/2658) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
82282026-02-17T00:34:01.626Z PASS [ 33.390s] (1503/2658) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
82292026-02-17T00:34:01.818Z PASS [ 27.004s] (1504/2658) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
82302026-02-17T00:34:06.568Z PASS [ 29.349s] (1505/2658) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
82312026-02-17T00:34:11.670Z PASS [ 43.765s] (1506/2658) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
82322026-02-17T00:34:19.947Z PASS [ 29.021s] (1507/2658) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
82332026-02-17T00:34:22.938Z PASS [ 21.116s] (1508/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
82342026-02-17T00:34:25.273Z PASS [ 33.242s] (1509/2658) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
82352026-02-17T00:34:26.332Z PASS [ 19.760s] (1510/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
82362026-02-17T00:34:41.439Z PASS [ 29.763s] (1511/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
82372026-02-17T00:34:43.893Z PASS [ 20.951s] (1512/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
82382026-02-17T00:34:44.003Z PASS [ 42.369s] (1513/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
82392026-02-17T00:34:47.714Z PASS [ 21.377s] (1514/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
82402026-02-17T00:34:51.524Z PASS [ 31.570s] (1515/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
82412026-02-17T00:35:02.795Z PASS [ 37.514s] (1516/2658) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
82422026-02-17T00:35:05.317Z PASS [ 23.873s] (1517/2658) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
82432026-02-17T00:35:17.779Z PASS [ 26.250s] (1518/2658) omicron-nexus::test_all integration_tests::instances::test_instance_access
82442026-02-17T00:35:20.661Z PASS [ 36.761s] (1519/2658) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
82452026-02-17T00:35:28.431Z PASS [ 40.708s] (1520/2658) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
82462026-02-17T00:35:31.043Z PASS [ 28.242s] (1521/2658) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
82472026-02-17T00:35:39.488Z PASS [ 34.164s] (1522/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
82482026-02-17T00:35:44.018Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
82492026-02-17T00:35:47.646Z PASS [ 63.630s] (1523/2658) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
82502026-02-17T00:35:50.112Z PASS [ 32.327s] (1524/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
82512026-02-17T00:35:54.570Z PASS [ 33.901s] (1525/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
82522026-02-17T00:35:57.475Z PASS [ 29.039s] (1526/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
82532026-02-17T00:36:01.084Z PASS [ 30.035s] (1527/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
82542026-02-17T00:36:08.450Z PASS [ 28.956s] (1528/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
82552026-02-17T00:36:13.821Z PASS [ 26.169s] (1529/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
82562026-02-17T00:36:17.857Z PASS [ 27.739s] (1530/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
82572026-02-17T00:36:24.225Z PASS [ 29.649s] (1531/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
82582026-02-17T00:36:29.868Z PASS [ 32.386s] (1532/2658) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
82592026-02-17T00:36:31.694Z PASS [ 23.239s] (1533/2658) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
82602026-02-17T00:36:35.242Z PASS [ 21.416s] (1534/2658) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
82612026-02-17T00:36:47.154Z PASS [ 29.291s] (1535/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
82622026-02-17T00:36:48.360Z PASS [ 47.266s] (1536/2658) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
82632026-02-17T00:36:54.329Z PASS [ 30.098s] (1537/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
82642026-02-17T00:36:59.579Z PASS [ 29.705s] (1538/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
82652026-02-17T00:37:02.540Z PASS [ 27.292s] (1539/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
82662026-02-17T00:37:03.645Z PASS [ 31.944s] (1540/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
82672026-02-17T00:37:15.952Z PASS [ 28.792s] (1541/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
82682026-02-17T00:37:31.912Z PASS [ 32.326s] (1542/2658) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
82692026-02-17T00:37:34.327Z PASS [ 30.676s] (1543/2658) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
82702026-02-17T00:37:37.543Z PASS [ 34.996s] (1544/2658) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
82712026-02-17T00:37:41.498Z PASS [ 47.159s] (1545/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
82722026-02-17T00:37:48.374Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
82732026-02-17T00:37:48.718Z PASS [ 32.760s] (1546/2658) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
82742026-02-17T00:38:01.212Z PASS [ 19.711s] (1547/2658) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
82752026-02-17T00:38:01.316Z PASS [ 26.983s] (1548/2658) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
82762026-02-17T00:38:03.054Z PASS [ 74.679s] (1549/2658) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
82772026-02-17T00:38:04.326Z PASS [ 32.407s] (1550/2658) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
82782026-02-17T00:38:04.564Z PASS [ 27.016s] (1551/2658) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
82792026-02-17T00:38:07.501Z PASS [ 18.779s] (1552/2658) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
82802026-02-17T00:38:22.161Z PASS [ 20.944s] (1553/2658) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
82812026-02-17T00:38:23.208Z PASS [ 21.887s] (1554/2658) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
82822026-02-17T00:38:29.531Z PASS [ 24.961s] (1555/2658) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
82832026-02-17T00:38:42.671Z PASS [ 20.506s] (1556/2658) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
82842026-02-17T00:38:44.629Z PASS [ 41.566s] (1557/2658) omicron-nexus::test_all integration_tests::instances::test_instance_serial
82852026-02-17T00:38:45.623Z PASS [ 41.288s] (1558/2658) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
82862026-02-17T00:38:46.852Z PASS [ 39.342s] (1559/2658) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
82872026-02-17T00:38:52.140Z PASS [ 22.605s] (1560/2658) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
82882026-02-17T00:38:54.928Z PASS [ 31.713s] (1561/2658) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
82892026-02-17T00:39:07.923Z PASS [ 23.289s] (1562/2658) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
82902026-02-17T00:39:13.001Z PASS [ 26.143s] (1563/2658) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
82912026-02-17T00:39:13.128Z PASS [ 27.499s] (1564/2658) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
82922026-02-17T00:39:14.393Z PASS [ 19.462s] (1565/2658) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
82932026-02-17T00:39:17.801Z PASS [ 25.656s] (1566/2658) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
82942026-02-17T00:39:35.389Z PASS [ 27.460s] (1567/2658) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
82952026-02-17T00:39:39.861Z PASS [ 26.855s] (1568/2658) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
82962026-02-17T00:39:40.808Z PASS [ 26.409s] (1569/2658) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
82972026-02-17T00:39:42.685Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
82982026-02-17T00:39:48.735Z PASS [ 30.927s] (1570/2658) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
82992026-02-17T00:39:51.970Z PASS [ 16.578s] (1571/2658) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
83002026-02-17T00:39:57.888Z PASS [ 44.752s] (1572/2658) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
83012026-02-17T00:40:02.046Z PASS [ 22.181s] (1573/2658) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
83022026-02-17T00:40:03.908Z PASS [ 23.096s] (1574/2658) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
83032026-02-17T00:40:11.125Z PASS [ 22.385s] (1575/2658) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
83042026-02-17T00:40:19.937Z PASS [ 17.887s] (1576/2658) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
83052026-02-17T00:40:23.077Z PASS [ 31.101s] (1577/2658) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
83062026-02-17T00:40:29.193Z PASS [ 31.298s] (1578/2658) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
83072026-02-17T00:40:39.181Z PASS [ 28.050s] (1579/2658) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
83082026-02-17T00:40:39.799Z PASS [ 35.883s] (1580/2658) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
83092026-02-17T00:40:42.698Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83102026-02-17T00:40:45.965Z PASS [ 26.023s] (1581/2658) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
83112026-02-17T00:40:55.006Z PASS [ 31.922s] (1582/2658) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
83122026-02-17T00:40:55.784Z PASS [ 16.600s] (1583/2658) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
83132026-02-17T00:40:57.130Z PASS [ 17.327s] (1584/2658) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
83142026-02-17T00:40:57.423Z PASS [ 28.224s] (1585/2658) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
83152026-02-17T00:41:08.856Z PASS [ 22.886s] (1586/2658) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
83162026-02-17T00:41:14.188Z PASS [ 151.487s] (1587/2658) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
83172026-02-17T00:41:14.477Z PASS [ 18.688s] (1588/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
83182026-02-17T00:41:17.692Z PASS [ 20.265s] (1589/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
83192026-02-17T00:41:19.566Z PASS [ 22.432s] (1590/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
83202026-02-17T00:41:24.411Z PASS [ 29.399s] (1591/2658) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
83212026-02-17T00:41:29.223Z PASS [ 20.364s] (1592/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
83222026-02-17T00:41:34.472Z PASS [ 19.992s] (1593/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
83232026-02-17T00:41:34.645Z PASS [ 20.453s] (1594/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
83242026-02-17T00:41:36.195Z PASS [ 18.498s] (1595/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
83252026-02-17T00:41:38.999Z PASS [ 19.428s] (1596/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
83262026-02-17T00:41:43.294Z PASS [ 18.879s] (1597/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
83272026-02-17T00:41:52.297Z PASS [ 23.069s] (1598/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
83282026-02-17T00:41:55.188Z PASS [ 20.712s] (1599/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
83292026-02-17T00:41:56.400Z PASS [ 20.201s] (1600/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
83302026-02-17T00:41:59.555Z PASS [ 24.905s] (1601/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
83312026-02-17T00:42:01.941Z PASS [ 22.938s] (1602/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
83322026-02-17T00:42:10.609Z PASS [ 18.308s] (1603/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
83332026-02-17T00:42:12.969Z PASS [ 17.777s] (1604/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
83342026-02-17T00:42:13.843Z PASS [ 30.543s] (1605/2658) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
83352026-02-17T00:42:25.279Z PASS [ 28.873s] (1606/2658) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
83362026-02-17T00:42:26.809Z PASS [ 27.248s] (1607/2658) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
83372026-02-17T00:42:34.725Z PASS [ 32.775s] (1608/2658) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
83382026-02-17T00:42:35.050Z PASS [ 22.076s] (1609/2658) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
83392026-02-17T00:42:42.438Z PASS [ 17.155s] (1610/2658) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
83402026-02-17T00:42:44.164Z PASS [ 17.351s] (1611/2658) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
83412026-02-17T00:42:55.085Z PASS [ 41.233s] (1612/2658) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
83422026-02-17T00:42:56.053Z PASS [ 21.325s] (1613/2658) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
83432026-02-17T00:43:02.126Z PASS [ 51.507s] (1614/2658) omicron-nexus::test_all integration_tests::metrics::test_metrics
83442026-02-17T00:43:12.164Z PASS [ 27.995s] (1615/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
83452026-02-17T00:43:19.177Z PASS [ 44.117s] (1616/2658) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
83462026-02-17T00:43:22.641Z PASS [ 26.582s] (1617/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
83472026-02-17T00:43:22.641Z PASS [ 27.550s] (1618/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
83482026-02-17T00:43:35.380Z PASS [ 52.931s] (1619/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
83492026-02-17T00:43:45.885Z PASS [ 26.703s] (1620/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
83502026-02-17T00:43:48.990Z PASS [ 46.854s] (1621/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
83512026-02-17T00:43:57.743Z PASS [ 45.570s] (1622/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
83522026-02-17T00:43:59.800Z PASS [ 37.151s] (1623/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
83532026-02-17T00:44:07.019Z PASS [ 31.632s] (1624/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
83542026-02-17T00:44:11.059Z PASS [ 48.408s] (1625/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
83552026-02-17T00:44:14.226Z PASS [ 25.231s] (1626/2658) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
83562026-02-17T00:44:22.238Z PASS [ 36.346s] (1627/2658) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
83572026-02-17T00:44:33.883Z PASS [ 22.820s] (1628/2658) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
83582026-02-17T00:44:36.359Z PASS [ 22.128s] (1629/2658) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
83592026-02-17T00:44:38.331Z PASS [ 16.089s] (1630/2658) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
83602026-02-17T00:44:45.958Z PASS [ 48.205s] (1631/2658) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
83612026-02-17T00:44:51.399Z PASS [ 51.588s] (1632/2658) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
83622026-02-17T00:44:52.879Z PASS [ 18.991s] (1633/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion
83632026-02-17T00:44:56.553Z PASS [ 20.190s] (1634/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
83642026-02-17T00:44:58.375Z PASS [ 20.040s] (1635/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
83652026-02-17T00:45:07.033Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
83662026-02-17T00:45:15.618Z PASS [ 29.654s] (1636/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
83672026-02-17T00:45:17.039Z PASS [ 24.156s] (1637/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
83682026-02-17T00:45:20.464Z PASS [ 29.060s] (1638/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
83692026-02-17T00:45:21.759Z PASS [ 25.201s] (1639/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
83702026-02-17T00:45:25.003Z PASS [ 77.968s] (1640/2658) omicron-nexus::test_all integration_tests::password_login::test_local_users
83712026-02-17T00:45:32.848Z PASS [ 34.466s] (1641/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
83722026-02-17T00:45:38.784Z PASS [ 23.161s] (1642/2658) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
83732026-02-17T00:45:39.087Z PASS [ 22.043s] (1643/2658) omicron-nexus::test_all integration_tests::projects::test_projects
83742026-02-17T00:45:39.135Z PASS [ 18.667s] (1644/2658) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
83752026-02-17T00:45:44.721Z PASS [ 22.956s] (1645/2658) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
83762026-02-17T00:45:47.493Z PASS [ 22.486s] (1646/2658) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
83772026-02-17T00:45:55.996Z PASS [ 17.207s] (1647/2658) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
83782026-02-17T00:45:57.405Z PASS [ 18.314s] (1648/2658) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
83792026-02-17T00:46:00.385Z PASS [ 21.246s] (1649/2658) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
83802026-02-17T00:46:03.024Z PASS [ 18.300s] (1650/2658) omicron-nexus::test_all integration_tests::rack::test_sled_add
83812026-02-17T00:46:05.833Z PASS [ 18.336s] (1651/2658) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
83822026-02-17T00:46:17.206Z PASS [ 21.206s] (1652/2658) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
83832026-02-17T00:46:19.181Z PASS [ 21.771s] (1653/2658) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
83842026-02-17T00:46:19.826Z PASS [ 19.436s] (1654/2658) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
83852026-02-17T00:46:21.261Z PASS [ 18.233s] (1655/2658) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
83862026-02-17T00:46:22.218Z PASS [ 49.360s] (1656/2658) omicron-nexus::test_all integration_tests::quotas::test_quotas
83872026-02-17T00:46:22.432Z PASS [ 0.213s] (1657/2658) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
83882026-02-17T00:46:22.582Z PASS [ 0.150s] (1658/2658) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
83892026-02-17T00:46:22.719Z PASS [ 0.137s] (1659/2658) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
83902026-02-17T00:46:22.856Z PASS [ 0.136s] (1660/2658) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
83912026-02-17T00:46:22.998Z PASS [ 0.142s] (1661/2658) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
83922026-02-17T00:46:29.427Z PASS [ 23.589s] (1662/2658) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
83932026-02-17T00:46:40.026Z PASS [ 22.815s] (1663/2658) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
83942026-02-17T00:46:42.101Z PASS [ 22.271s] (1664/2658) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
83952026-02-17T00:46:43.464Z PASS [ 20.462s] (1665/2658) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
83962026-02-17T00:46:43.777Z PASS [ 22.512s] (1666/2658) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
83972026-02-17T00:46:46.320Z PASS [ 16.889s] (1667/2658) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
83982026-02-17T00:46:46.320Z PASS [ 27.133s] (1668/2658) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
83992026-02-17T00:46:46.472Z PASS [ 0.152s] (1669/2658) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
84002026-02-17T00:46:59.759Z PASS [ 19.729s] (1670/2658) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
84012026-02-17T00:47:00.041Z PASS [ 0.281s] (1671/2658) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
84022026-02-17T00:47:00.209Z PASS [ 0.167s] (1672/2658) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
84032026-02-17T00:47:01.958Z PASS [ 19.852s] (1673/2658) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
84042026-02-17T00:47:03.313Z PASS [ 19.845s] (1674/2658) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
84052026-02-17T00:47:03.921Z PASS [ 20.140s] (1675/2658) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
84062026-02-17T00:47:05.756Z PASS [ 19.273s] (1676/2658) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
84072026-02-17T00:47:06.582Z PASS [ 20.257s] (1677/2658) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
84082026-02-17T00:47:14.332Z PASS [ 14.120s] (1678/2658) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
84092026-02-17T00:47:15.958Z PASS [ 13.997s] (1679/2658) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
84102026-02-17T00:47:16.686Z PASS [ 13.370s] (1680/2658) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
84112026-02-17T00:47:17.439Z PASS [ 13.515s] (1681/2658) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
84122026-02-17T00:47:18.012Z PASS [ 2.054s] (1682/2658) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
84132026-02-17T00:47:19.796Z PASS [ 1.783s] (1683/2658) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
84142026-02-17T00:47:21.370Z PASS [ 1.574s] (1684/2658) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
84152026-02-17T00:47:22.979Z PASS [ 1.609s] (1685/2658) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
84162026-02-17T00:47:24.574Z PASS [ 1.594s] (1686/2658) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
84172026-02-17T00:47:26.272Z PASS [ 1.697s] (1687/2658) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
84182026-02-17T00:48:26.286Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84192026-02-17T00:48:45.724Z PASS [ 79.436s] (1688/2658) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
84202026-02-17T00:48:46.952Z PASS [ 1.228s] (1689/2658) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
84212026-02-17T00:49:42.875Z PASS [ 55.912s] (1690/2658) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
84222026-02-17T00:49:45.468Z PASS [ 2.592s] (1691/2658) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
84232026-02-17T00:50:35.618Z PASS [ 50.140s] (1692/2658) omicron-nexus::test_all integration_tests::schema::validate_data_migration
84242026-02-17T00:50:46.609Z PASS [ 10.988s] (1693/2658) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
84252026-02-17T00:50:47.740Z PASS [ 12.119s] (1694/2658) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
84262026-02-17T00:50:57.667Z PASS [ 11.056s] (1695/2658) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
84272026-02-17T00:51:02.642Z PASS [ 14.899s] (1696/2658) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
84282026-02-17T00:51:07.355Z PASS [ 9.686s] (1697/2658) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
84292026-02-17T00:51:13.933Z PASS [ 11.289s] (1698/2658) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
84302026-02-17T00:51:18.610Z PASS [ 11.252s] (1699/2658) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
84312026-02-17T00:51:25.624Z PASS [ 11.689s] (1700/2658) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
84322026-02-17T00:51:29.478Z PASS [ 10.865s] (1701/2658) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
84332026-02-17T00:51:35.633Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84342026-02-17T00:51:36.861Z PASS [ 11.234s] (1702/2658) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
84352026-02-17T00:51:42.301Z PASS [ 12.820s] (1703/2658) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
84362026-02-17T00:51:48.280Z PASS [ 11.417s] (1704/2658) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
84372026-02-17T00:51:50.723Z PASS [ 75.089s] (1705/2658) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
84382026-02-17T00:51:53.963Z PASS [ 11.660s] (1706/2658) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
84392026-02-17T00:52:07.982Z PASS [ 19.697s] (1707/2658) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
84402026-02-17T00:52:09.161Z PASS [ 18.435s] (1708/2658) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
84412026-02-17T00:52:09.231Z PASS [ 18.504s] (1709/2658) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
84422026-02-17T00:52:10.061Z PASS [ 19.334s] (1710/2658) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
84432026-02-17T00:52:10.618Z PASS [ 19.891s] (1711/2658) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
84442026-02-17T00:52:13.894Z PASS [ 19.927s] (1712/2658) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
84452026-02-17T00:52:29.269Z PASS [ 20.034s] (1713/2658) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
84462026-02-17T00:52:29.467Z PASS [ 21.481s] (1714/2658) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
84472026-02-17T00:52:29.885Z PASS [ 20.719s] (1715/2658) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
84482026-02-17T00:52:30.669Z PASS [ 20.047s] (1716/2658) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
84492026-02-17T00:52:32.506Z PASS [ 22.440s] (1717/2658) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
84502026-02-17T00:52:33.258Z PASS [ 19.360s] (1718/2658) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
84512026-02-17T00:52:49.480Z PASS [ 20.207s] (1719/2658) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
84522026-02-17T00:52:50.449Z PASS [ 20.977s] (1720/2658) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
84532026-02-17T00:52:51.138Z PASS [ 21.249s] (1721/2658) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
84542026-02-17T00:52:52.485Z PASS [ 19.975s] (1722/2658) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
84552026-02-17T00:52:55.565Z PASS [ 22.302s] (1723/2658) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
84562026-02-17T00:52:56.989Z PASS [ 26.314s] (1724/2658) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
84572026-02-17T00:53:09.836Z PASS [ 20.352s] (1725/2658) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
84582026-02-17T00:53:10.006Z PASS [ 19.553s] (1726/2658) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
84592026-02-17T00:53:10.433Z PASS [ 19.291s] (1727/2658) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
84602026-02-17T00:53:11.784Z PASS [ 19.295s] (1728/2658) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
84612026-02-17T00:53:15.008Z PASS [ 19.439s] (1729/2658) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
84622026-02-17T00:53:25.660Z PASS [ 28.666s] (1730/2658) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
84632026-02-17T00:53:30.739Z PASS [ 20.729s] (1731/2658) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
84642026-02-17T00:53:31.906Z PASS [ 20.118s] (1732/2658) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
84652026-02-17T00:53:35.444Z PASS [ 25.603s] (1733/2658) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
84662026-02-17T00:53:35.805Z PASS [ 25.367s] (1734/2658) omicron-nexus::test_all integration_tests::silos::test_silos
84672026-02-17T00:53:42.403Z PASS [ 27.389s] (1735/2658) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
84682026-02-17T00:53:44.850Z PASS [ 19.185s] (1736/2658) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
84692026-02-17T00:53:55.068Z PASS [ 23.157s] (1737/2658) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
84702026-02-17T00:53:59.179Z PASS [ 28.434s] (1738/2658) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
84712026-02-17T00:54:01.943Z PASS [ 17.089s] (1739/2658) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
84722026-02-17T00:54:09.945Z PASS [ 34.494s] (1740/2658) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
84732026-02-17T00:54:11.768Z PASS [ 35.955s] (1741/2658) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
84742026-02-17T00:54:15.528Z PASS [ 20.456s] (1742/2658) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
84752026-02-17T00:54:15.963Z PASS [ 33.553s] (1743/2658) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
84762026-02-17T00:54:20.347Z PASS [ 21.164s] (1744/2658) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
84772026-02-17T00:54:22.121Z PASS [ 20.174s] (1745/2658) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
84782026-02-17T00:54:42.439Z PASS [ 20.313s] (1746/2658) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
84792026-02-17T00:54:42.582Z PASS [ 30.808s] (1747/2658) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
84802026-02-17T00:54:43.709Z PASS [ 33.757s] (1748/2658) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
84812026-02-17T00:54:45.331Z PASS [ 29.797s] (1749/2658) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
84822026-02-17T00:54:45.373Z PASS [ 29.404s] (1750/2658) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
84832026-02-17T00:54:48.340Z PASS [ 27.987s] (1751/2658) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
84842026-02-17T00:55:02.087Z PASS [ 19.502s] (1752/2658) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
84852026-02-17T00:55:04.626Z PASS [ 19.249s] (1753/2658) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
84862026-02-17T00:55:06.230Z PASS [ 17.886s] (1754/2658) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
84872026-02-17T00:55:10.834Z PASS [ 28.390s] (1755/2658) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
84882026-02-17T00:55:18.067Z PASS [ 32.729s] (1756/2658) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
84892026-02-17T00:55:18.328Z PASS [ 34.611s] (1757/2658) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
84902026-02-17T00:55:18.722Z PASS [ 16.631s] (1758/2658) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
84912026-02-17T00:55:23.271Z PASS [ 18.641s] (1759/2658) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
84922026-02-17T00:55:24.851Z PASS [ 18.618s] (1760/2658) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
84932026-02-17T00:55:36.925Z PASS [ 18.199s] (1761/2658) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
84942026-02-17T00:55:39.738Z PASS [ 21.666s] (1762/2658) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
84952026-02-17T00:55:46.453Z PASS [ 35.611s] (1763/2658) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
84962026-02-17T00:55:47.028Z PASS [ 22.172s] (1764/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
84972026-02-17T00:55:48.169Z PASS [ 24.894s] (1765/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
84982026-02-17T00:56:01.949Z PASS [ 25.018s] (1766/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
84992026-02-17T00:56:03.556Z PASS [ 23.814s] (1767/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
85002026-02-17T00:56:04.692Z PASS [ 18.236s] (1768/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
85012026-02-17T00:56:08.400Z PASS [ 20.226s] (1769/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
85022026-02-17T00:56:10.777Z PASS [ 23.743s] (1770/2658) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
85032026-02-17T00:56:14.713Z PASS [ 3.935s] (1771/2658) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
85042026-02-17T00:56:18.342Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
85052026-02-17T00:56:25.424Z PASS [ 20.727s] (1772/2658) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
85062026-02-17T00:56:26.041Z PASS [ 24.088s] (1773/2658) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
85072026-02-17T00:56:37.469Z PASS [ 22.751s] (1774/2658) omicron-nexus::test_all integration_tests::updates::test_repo_list
85082026-02-17T00:56:37.834Z PASS [ 34.270s] (1775/2658) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
85092026-02-17T00:56:42.292Z PASS [ 16.864s] (1776/2658) omicron-nexus::test_all integration_tests::updates::test_repo_prune
85102026-02-17T00:56:43.538Z PASS [ 85.193s] (1777/2658) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
85112026-02-17T00:56:51.502Z PASS [ 25.456s] (1778/2658) omicron-nexus::test_all integration_tests::updates::test_repo_upload
85122026-02-17T00:56:54.068Z PASS [ 16.596s] (1779/2658) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
85132026-02-17T00:56:57.557Z PASS [ 19.719s] (1780/2658) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
85142026-02-17T00:57:02.275Z PASS [ 19.979s] (1781/2658) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
85152026-02-17T00:57:04.125Z PASS [ 20.583s] (1782/2658) omicron-nexus::test_all integration_tests::updates::test_update_status
85162026-02-17T00:57:08.414Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85172026-02-17T00:57:08.779Z PASS [ 17.272s] (1783/2658) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
85182026-02-17T00:57:23.229Z PASS [ 29.154s] (1784/2658) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
85192026-02-17T00:57:28.864Z PASS [ 31.300s] (1785/2658) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
85202026-02-17T00:57:33.418Z PASS [ 31.138s] (1786/2658) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
85212026-02-17T00:57:34.987Z PASS [ 30.856s] (1787/2658) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
85222026-02-17T00:57:35.354Z PASS [ 26.570s] (1788/2658) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
85232026-02-17T00:57:53.258Z PASS [ 30.022s] (1789/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
85242026-02-17T00:57:59.896Z PASS [ 31.026s] (1790/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
85252026-02-17T00:58:04.154Z PASS [ 30.729s] (1791/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
85262026-02-17T00:58:05.522Z PASS [ 30.528s] (1792/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
85272026-02-17T00:58:05.737Z PASS [ 30.378s] (1793/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
85282026-02-17T00:58:08.427Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85292026-02-17T00:58:23.853Z PASS [ 30.591s] (1794/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
85302026-02-17T00:58:25.576Z PASS [ 137.148s] (1795/2658) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
85312026-02-17T00:58:29.998Z PASS [ 30.097s] (1796/2658) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
85322026-02-17T00:58:30.269Z PASS [ 26.110s] (1797/2658) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
85332026-02-17T00:58:48.135Z PASS [ 24.276s] (1798/2658) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
85342026-02-17T00:58:54.172Z PASS [ 24.169s] (1799/2658) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
85352026-02-17T00:58:57.858Z PASS [ 52.109s] (1800/2658) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
85362026-02-17T00:58:58.794Z PASS [ 33.211s] (1801/2658) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
85372026-02-17T00:59:00.283Z PASS [ 30.008s] (1802/2658) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
85382026-02-17T00:59:01.041Z PASS [ 55.508s] (1803/2658) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
85392026-02-17T00:59:22.250Z PASS [ 34.108s] (1804/2658) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
85402026-02-17T00:59:27.932Z PASS [ 33.753s] (1805/2658) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
85412026-02-17T00:59:39.018Z PASS [ 41.152s] (1806/2658) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
85422026-02-17T00:59:40.150Z PASS [ 41.347s] (1807/2658) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
85432026-02-17T00:59:41.471Z PASS [ 40.421s] (1808/2658) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
85442026-02-17T00:59:42.348Z PASS [ 42.056s] (1809/2658) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
85452026-02-17T00:59:50.552Z PASS [ 28.295s] (1810/2658) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
85462026-02-17T00:59:57.154Z PASS [ 29.216s] (1811/2658) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
85472026-02-17T01:00:15.701Z PASS [ 36.676s] (1812/2658) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
85482026-02-17T01:00:17.742Z PASS [ 27.185s] (1813/2658) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
85492026-02-17T01:00:23.407Z PASS [ 26.248s] (1814/2658) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
85502026-02-17T01:00:32.541Z PASS [ 51.060s] (1815/2658) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
85512026-02-17T01:00:35.640Z PASS [ 53.281s] (1816/2658) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
85522026-02-17T01:00:40.163Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
85532026-02-17T01:00:41.674Z PASS [ 25.967s] (1817/2658) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
85542026-02-17T01:00:43.974Z PASS [ 26.227s] (1818/2658) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
85552026-02-17T01:00:52.553Z PASS [ 29.140s] (1819/2658) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
85562026-02-17T01:00:59.563Z PASS [ 17.885s] (1820/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
85572026-02-17T01:01:01.793Z PASS [ 17.815s] (1821/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
85582026-02-17T01:01:05.686Z PASS [ 33.138s] (1822/2658) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
85592026-02-17T01:01:06.436Z PASS [ 30.790s] (1823/2658) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
85602026-02-17T01:01:07.364Z PASS [ 14.808s] (1824/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
85612026-02-17T01:01:18.142Z PASS [ 18.575s] (1825/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
85622026-02-17T01:01:19.613Z PASS [ 17.816s] (1826/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
85632026-02-17T01:01:22.861Z PASS [ 16.421s] (1827/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
85642026-02-17T01:01:22.992Z PASS [ 17.302s] (1828/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
85652026-02-17T01:01:23.468Z PASS [ 16.101s] (1829/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
85662026-02-17T01:01:34.586Z PASS [ 114.413s] (1830/2658) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
85672026-02-17T01:01:36.402Z PASS [ 18.256s] (1831/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
85682026-02-17T01:01:38.756Z PASS [ 19.139s] (1832/2658) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
85692026-02-17T01:01:39.965Z PASS [ 16.969s] (1833/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
85702026-02-17T01:01:39.965Z PASS [ 17.100s] (1834/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
85712026-02-17T01:01:40.020Z PASS [ 0.054s] (1835/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
85722026-02-17T01:01:40.665Z PASS [ 17.193s] (1836/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
85732026-02-17T01:01:53.647Z PASS [ 19.056s] (1837/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
85742026-02-17T01:01:54.170Z PASS [ 17.765s] (1838/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
85752026-02-17T01:01:56.949Z PASS [ 18.189s] (1839/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
85762026-02-17T01:01:57.435Z PASS [ 17.412s] (1840/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
85772026-02-17T01:01:58.538Z PASS [ 17.870s] (1841/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
85782026-02-17T01:02:11.676Z PASS [ 18.026s] (1842/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
85792026-02-17T01:02:12.824Z PASS [ 18.650s] (1843/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
85802026-02-17T01:02:14.335Z PASS [ 17.382s] (1844/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
85812026-02-17T01:02:14.754Z PASS [ 34.783s] (1845/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
85822026-02-17T01:02:14.868Z PASS [ 17.430s] (1846/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
85832026-02-17T01:02:30.896Z PASS [ 18.068s] (1847/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
85842026-02-17T01:02:32.198Z PASS [ 33.653s] (1848/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
85852026-02-17T01:02:33.061Z PASS [ 18.189s] (1849/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
85862026-02-17T01:02:33.095Z PASS [ 18.757s] (1850/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
85872026-02-17T01:02:33.310Z PASS [ 18.551s] (1851/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
85882026-02-17T01:02:47.400Z PASS [ 35.716s] (1852/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
85892026-02-17T01:02:49.126Z PASS [ 18.226s] (1853/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
85902026-02-17T01:02:52.236Z PASS [ 18.922s] (1854/2658) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
85912026-02-17T01:02:52.982Z PASS [ 19.917s] (1855/2658) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
85922026-02-17T01:02:55.204Z PASS [ 22.104s] (1856/2658) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
85932026-02-17T01:03:06.008Z PASS [ 33.803s] (1857/2658) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
85942026-02-17T01:03:08.051Z PASS [ 20.646s] (1858/2658) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
85952026-02-17T01:03:11.947Z PASS [ 22.817s] (1859/2658) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
85962026-02-17T01:03:18.251Z PASS [ 25.263s] (1860/2658) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
85972026-02-17T01:03:20.332Z PASS [ 28.090s] (1861/2658) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
85982026-02-17T01:03:34.708Z PASS [ 26.652s] (1862/2658) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
85992026-02-17T01:03:35.025Z PASS [ 23.073s] (1863/2658) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
86002026-02-17T01:03:35.296Z PASS [ 29.282s] (1864/2658) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
86012026-02-17T01:03:39.916Z PASS [ 44.703s] (1865/2658) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
86022026-02-17T01:03:39.953Z PASS [ 19.617s] (1866/2658) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
86032026-02-17T01:03:40.724Z PASS [ 22.469s] (1867/2658) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
86042026-02-17T01:03:57.581Z PASS [ 22.868s] (1868/2658) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
86052026-02-17T01:03:58.206Z PASS [ 18.286s] (1869/2658) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
86062026-02-17T01:03:58.908Z PASS [ 18.951s] (1870/2658) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
86072026-02-17T01:03:59.541Z PASS [ 24.511s] (1871/2658) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
86082026-02-17T01:04:00.475Z PASS [ 19.747s] (1872/2658) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
86092026-02-17T01:04:15.974Z PASS [ 18.390s] (1873/2658) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
86102026-02-17T01:04:17.020Z PASS [ 18.810s] (1874/2658) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
86112026-02-17T01:04:26.775Z PASS [ 10.798s] (1875/2658) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
86122026-02-17T01:04:28.275Z PASS [ 11.253s] (1876/2658) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
86132026-02-17T01:04:29.061Z PASS [ 53.754s] (1877/2658) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
86142026-02-17T01:04:41.467Z PASS [ 13.190s] (1878/2658) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
86152026-02-17T01:04:42.006Z PASS [ 15.227s] (1879/2658) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
86162026-02-17T01:04:42.075Z PASS [ 0.069s] (1880/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
86172026-02-17T01:04:42.100Z PASS [ 0.025s] (1881/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
86182026-02-17T01:04:42.121Z PASS [ 0.021s] (1882/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
86192026-02-17T01:04:42.138Z PASS [ 0.017s] (1883/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
86202026-02-17T01:04:42.155Z PASS [ 0.016s] (1884/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
86212026-02-17T01:04:42.171Z PASS [ 0.016s] (1885/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
86222026-02-17T01:04:42.189Z PASS [ 0.018s] (1886/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
86232026-02-17T01:04:42.207Z PASS [ 0.017s] (1887/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
86242026-02-17T01:04:42.226Z PASS [ 0.019s] (1888/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
86252026-02-17T01:04:42.244Z PASS [ 0.018s] (1889/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
86262026-02-17T01:04:42.262Z PASS [ 0.018s] (1890/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
86272026-02-17T01:04:42.278Z PASS [ 0.016s] (1891/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
86282026-02-17T01:04:42.293Z PASS [ 0.015s] (1892/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
86292026-02-17T01:04:42.301Z PASS [ 13.238s] (1893/2658) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
86302026-02-17T01:04:42.308Z PASS [ 0.015s] (1894/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
86312026-02-17T01:04:42.317Z PASS [ 0.016s] (1895/2658) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
86322026-02-17T01:04:46.880Z PASS [ 47.962s] (1896/2658) omicron-nexus::test_all integration_tests::webhooks::test_probe
86332026-02-17T01:04:50.516Z PASS [ 50.964s] (1897/2658) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
86342026-02-17T01:04:50.601Z PASS [ 0.085s] (1898/2658) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
86352026-02-17T01:04:50.631Z PASS [ 0.030s] (1899/2658) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
86362026-02-17T01:04:50.715Z PASS [ 0.084s] (1900/2658) omicron-package config::tests::multi_preset_arg
86372026-02-17T01:04:50.773Z PASS [ 0.057s] (1901/2658) omicron-package dot::test::test_bad_dependency
86382026-02-17T01:04:50.806Z PASS [ 0.032s] (1902/2658) omicron-package dot::test::test_dot_output
86392026-02-17T01:04:51.073Z PASS [ 9.604s] (1903/2658) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
86402026-02-17T01:04:51.092Z PASS [ 0.019s] (1904/2658) omicron-passwords test::test_password_constraints
86412026-02-17T01:04:54.729Z PASS [ 54.242s] (1905/2658) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
86422026-02-17T01:04:55.249Z PASS [ 4.156s] (1906/2658) omicron-passwords test::test_reproducible
86432026-02-17T01:04:55.294Z PASS [ 0.045s] (1907/2658) omicron-passwords test::test_stable
86442026-02-17T01:04:55.318Z PASS [ 0.024s] (1908/2658) omicron-passwords test::test_weak_hashes
86452026-02-17T01:04:55.346Z PASS [ 0.028s] (1909/2658) omicron-rpaths internal::tests::test_configure_from_path
86462026-02-17T01:04:55.394Z PASS [ 0.047s] (1910/2658) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
86472026-02-17T01:04:55.412Z PASS [ 0.018s] (1911/2658) omicron-rpaths internal::tests::test_emit_rpath
86482026-02-17T01:04:56.077Z PASS [ 0.664s] (1912/2658) omicron-sled-agent artifact_store::test::generations
86492026-02-17T01:04:56.331Z PASS [ 0.253s] (1913/2658) omicron-sled-agent artifact_store::test::issue_7796
86502026-02-17T01:04:56.486Z PASS [ 0.155s] (1914/2658) omicron-sled-agent artifact_store::test::list_get_put
86512026-02-17T01:04:56.584Z PASS [ 0.098s] (1915/2658) omicron-sled-agent artifact_store::test::no_dataset
86522026-02-17T01:04:56.714Z PASS [ 0.130s] (1916/2658) omicron-sled-agent artifact_store::test::wrong_hash
86532026-02-17T01:04:56.779Z PASS [ 0.065s] (1917/2658) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
86542026-02-17T01:04:56.825Z PASS [ 0.045s] (1918/2658) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
86552026-02-17T01:04:56.897Z PASS [ 0.072s] (1919/2658) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
86562026-02-17T01:04:56.930Z PASS [ 0.033s] (1920/2658) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
86572026-02-17T01:04:56.962Z PASS [ 0.032s] (1921/2658) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
86582026-02-17T01:04:56.993Z PASS [ 0.030s] (1922/2658) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
86592026-02-17T01:04:57.025Z PASS [ 0.032s] (1923/2658) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
86602026-02-17T01:04:57.057Z PASS [ 0.031s] (1924/2658) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
86612026-02-17T01:04:57.088Z PASS [ 0.031s] (1925/2658) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
86622026-02-17T01:04:57.168Z PASS [ 0.080s] (1926/2658) omicron-sled-agent config::test::test_smf_configs
86632026-02-17T01:04:57.202Z PASS [ 0.034s] (1927/2658) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
86642026-02-17T01:04:57.234Z PASS [ 0.032s] (1928/2658) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
86652026-02-17T01:04:57.266Z PASS [ 0.032s] (1929/2658) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
86662026-02-17T01:04:57.297Z PASS [ 0.031s] (1930/2658) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
86672026-02-17T01:04:57.329Z PASS [ 0.032s] (1931/2658) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
86682026-02-17T01:04:57.360Z PASS [ 0.030s] (1932/2658) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
86692026-02-17T01:04:57.392Z PASS [ 0.032s] (1933/2658) omicron-sled-agent instance::tests::add_new_floating_ip
86702026-02-17T01:04:57.423Z PASS [ 0.031s] (1934/2658) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
86712026-02-17T01:04:57.433Z PASS [ 10.552s] (1935/2658) omicron-omdb::test_all_output test_omdb_usage_errors
86722026-02-17T01:04:57.450Z PASS [ 0.027s] (1936/2658) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
86732026-02-17T01:04:57.463Z PASS [ 0.029s] (1937/2658) omicron-sled-agent instance::tests::prune_existing_floating_ip
86742026-02-17T01:04:57.956Z PASS [ 0.493s] (1938/2658) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
86752026-02-17T01:04:57.959Z PASS [ 0.506s] (1939/2658) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
86762026-02-17T01:04:58.501Z PASS [ 0.545s] (1940/2658) omicron-sled-agent instance::tests::test_instance_create_events_normal
86772026-02-17T01:04:59.950Z PASS [ 1.448s] (1941/2658) omicron-sled-agent instance::tests::test_instance_manager_creation
86782026-02-17T01:04:59.953Z PASS [ 1.992s] (1942/2658) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
86792026-02-17T01:04:59.984Z PASS [ 0.033s] (1943/2658) omicron-sled-agent instance::tests::test_multicast_membership_equality
86802026-02-17T01:05:00.119Z PASS [ 9.311s] (1944/2658) omicron-passwords test::test_compatible
86812026-02-17T01:05:00.147Z PASS [ 0.028s] (1945/2658) omicron-sled-agent probe_manager::test::probe_state_set_ops
86822026-02-17T01:05:00.181Z PASS [ 0.033s] (1946/2658) omicron-sled-agent profile::tests::empty_profile
86832026-02-17T01:05:00.210Z PASS [ 0.029s] (1947/2658) omicron-sled-agent profile::tests::test_disabled_instance
86842026-02-17T01:05:00.243Z PASS [ 0.033s] (1948/2658) omicron-sled-agent profile::tests::test_instance
86852026-02-17T01:05:00.277Z PASS [ 0.034s] (1949/2658) omicron-sled-agent profile::tests::test_multiple
86862026-02-17T01:05:00.310Z PASS [ 0.033s] (1950/2658) omicron-sled-agent profile::tests::test_property
86872026-02-17T01:05:00.345Z PASS [ 0.035s] (1951/2658) omicron-sled-agent profile::tests::test_property_group
86882026-02-17T01:05:00.378Z PASS [ 0.427s] (1952/2658) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
86892026-02-17T01:05:00.381Z PASS [ 0.034s] (1953/2658) omicron-sled-agent profile::tests::test_service
86902026-02-17T01:05:00.411Z PASS [ 0.031s] (1954/2658) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
86912026-02-17T01:05:00.414Z PASS [ 0.033s] (1955/2658) omicron-sled-agent profile::tests::test_service_property_group
86922026-02-17T01:05:00.449Z PASS [ 0.036s] (1956/2658) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
86932026-02-17T01:05:00.480Z PASS [ 0.069s] (1957/2658) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
86942026-02-17T01:05:00.498Z PASS [ 0.051s] (1958/2658) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
86952026-02-17T01:05:00.537Z PASS [ 0.056s] (1959/2658) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
86962026-02-17T01:05:00.545Z PASS [ 0.047s] (1960/2658) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
86972026-02-17T01:05:00.569Z PASS [ 0.032s] (1961/2658) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
86982026-02-17T01:05:00.581Z PASS [ 0.036s] (1962/2658) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
86992026-02-17T01:05:00.605Z PASS [ 0.036s] (1963/2658) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
87002026-02-17T01:05:00.616Z PASS [ 0.035s] (1964/2658) omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
87012026-02-17T01:05:00.641Z PASS [ 0.036s] (1965/2658) omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
87022026-02-17T01:05:00.651Z PASS [ 0.035s] (1966/2658) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
87032026-02-17T01:05:00.677Z PASS [ 0.035s] (1967/2658) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
87042026-02-17T01:05:00.690Z PASS [ 0.038s] (1968/2658) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
87052026-02-17T01:05:00.738Z PASS [ 0.048s] (1969/2658) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
87062026-02-17T01:05:00.778Z PASS [ 0.039s] (1970/2658) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
87072026-02-17T01:05:00.818Z PASS [ 0.040s] (1971/2658) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
87082026-02-17T01:05:00.851Z PASS [ 0.033s] (1972/2658) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
87092026-02-17T01:05:00.886Z PASS [ 0.034s] (1973/2658) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
87102026-02-17T01:05:00.929Z PASS [ 0.043s] (1974/2658) omicron-sled-agent sim::storage::test::nested_dataset
87112026-02-17T01:05:00.977Z PASS [ 0.048s] (1975/2658) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
87122026-02-17T01:05:01.019Z PASS [ 0.041s] (1976/2658) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
87132026-02-17T01:05:01.057Z PASS [ 0.039s] (1977/2658) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
87142026-02-17T01:05:01.098Z PASS [ 0.040s] (1978/2658) omicron-sled-agent sim::storage::test::snapshot_needs_region
87152026-02-17T01:05:01.164Z PASS [ 0.066s] (1979/2658) omicron-sled-agent support_bundle::storage::tests::basic_crud
87162026-02-17T01:05:01.206Z PASS [ 0.042s] (1980/2658) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
87172026-02-17T01:05:01.256Z PASS [ 0.049s] (1981/2658) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
87182026-02-17T01:05:01.306Z PASS [ 0.050s] (1982/2658) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
87192026-02-17T01:05:01.351Z PASS [ 0.045s] (1983/2658) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
87202026-02-17T01:05:01.392Z PASS [ 0.041s] (1984/2658) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
87212026-02-17T01:05:01.433Z PASS [ 0.041s] (1985/2658) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
87222026-02-17T01:05:01.473Z PASS [ 0.039s] (1986/2658) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
87232026-02-17T01:05:01.513Z PASS [ 0.040s] (1987/2658) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
87242026-02-17T01:05:01.553Z PASS [ 0.040s] (1988/2658) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
87252026-02-17T01:05:01.611Z PASS [ 0.058s] (1989/2658) omicron-sled-agent support_bundle::storage::tests::ranges
87262026-02-17T01:05:01.653Z PASS [ 0.042s] (1990/2658) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
87272026-02-17T01:05:01.690Z PASS [ 0.036s] (1991/2658) omicron-sled-agent updates::test::test_query_no_components
87282026-02-17T01:05:01.734Z PASS [ 0.044s] (1992/2658) omicron-sled-agent updates::test::test_query_sled_agent_version
87292026-02-17T01:05:01.784Z PASS [ 0.050s] (1993/2658) omicron-sled-agent updates::test::test_query_zone_version
87302026-02-17T01:05:01.819Z PASS [ 0.035s] (1994/2658) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
87312026-02-17T01:05:04.047Z PASS [ 3.369s] (1995/2658) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
87322026-02-17T01:05:04.317Z PASS [ 2.497s] (1996/2658) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
87332026-02-17T01:05:04.361Z PASS [ 0.044s] (1997/2658) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
87342026-02-17T01:05:06.584Z PASS [ 2.536s] (1998/2658) omicron-sled-agent zone_bundle::illumos_tests::test_context
87352026-02-17T01:05:06.990Z PASS [ 2.628s] (1999/2658) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
87362026-02-17T01:05:08.882Z PASS [ 2.297s] (2000/2658) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
87372026-02-17T01:05:08.934Z PASS [ 0.053s] (2001/2658) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
87382026-02-17T01:05:08.973Z PASS [ 0.039s] (2002/2658) omicron-sled-agent zone_bundle::tests::test_dir_size
87392026-02-17T01:05:09.014Z PASS [ 0.041s] (2003/2658) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
87402026-02-17T01:05:09.401Z PASS [ 2.410s] (2004/2658) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
87412026-02-17T01:05:09.442Z PASS [ 27.128s] (2005/2658) omicron-omdb::test_all_output test_omdb_env_settings
87422026-02-17T01:05:09.595Z PASS [ 0.153s] (2006/2658) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
87432026-02-17T01:05:09.744Z PASS [ 0.730s] (2007/2658) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
87442026-02-17T01:05:09.784Z PASS [ 0.040s] (2008/2658) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
87452026-02-17T01:05:09.815Z PASS [ 0.031s] (2009/2658) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
87462026-02-17T01:05:10.071Z PASS [ 0.670s] (2010/2658) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
87472026-02-17T01:05:10.511Z PASS [ 0.915s] (2011/2658) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
87482026-02-17T01:05:10.676Z PASS [ 0.604s] (2012/2658) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
87492026-02-17T01:05:10.678Z PASS [ 0.860s] (2013/2658) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
87502026-02-17T01:05:10.705Z PASS [ 0.029s] (2014/2658) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
87512026-02-17T01:05:10.708Z PASS [ 0.031s] (2015/2658) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
87522026-02-17T01:05:10.883Z PASS [ 0.178s] (2016/2658) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
87532026-02-17T01:05:11.072Z PASS [ 0.188s] (2017/2658) omicron-test-utils dev::db::test::test_bad_cmd
87542026-02-17T01:05:11.151Z PASS [ 0.444s] (2018/2658) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
87552026-02-17T01:05:11.440Z PASS [ 0.368s] (2019/2658) omicron-test-utils dev::db::test::test_cmd_fails
87562026-02-17T01:05:11.546Z PASS [ 1.035s] (2020/2658) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
87572026-02-17T01:05:11.682Z PASS [ 0.242s] (2021/2658) omicron-test-utils dev::db::test::test_database_start_hang
87582026-02-17T01:05:11.725Z PASS [ 0.043s] (2022/2658) omicron-test-utils dev::db::test::test_make_pg_config_fail
87592026-02-17T01:05:11.759Z PASS [ 0.033s] (2023/2658) omicron-test-utils dev::db::test::test_make_pg_config_ok
87602026-02-17T01:05:11.798Z PASS [ 0.039s] (2024/2658) omicron-test-utils dev::db::test::test_parse_http_addr
87612026-02-17T01:05:11.833Z PASS [ 0.035s] (2025/2658) omicron-test-utils dev::db::test::test_process_exit_abnormal
87622026-02-17T01:05:11.876Z PASS [ 0.042s] (2026/2658) omicron-test-utils dev::db::test::test_process_exit_normal
87632026-02-17T01:05:12.321Z PASS [ 0.446s] (2027/2658) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
87642026-02-17T01:05:12.398Z PASS [ 0.852s] (2028/2658) omicron-test-utils dev::db::test::test_http_addr_integration
87652026-02-17T01:05:12.973Z PASS [ 1.821s] (2029/2658) omicron-test-utils dev::db::test::test_database_concurrent
87662026-02-17T01:05:13.016Z PASS [ 0.042s] (2030/2658) omicron-test-utils dev::db::test::test_starter_tmpdir
87672026-02-17T01:05:13.090Z PASS [ 0.075s] (2031/2658) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
87682026-02-17T01:05:13.125Z PASS [ 0.034s] (2032/2658) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
87692026-02-17T01:05:13.162Z PASS [ 0.038s] (2033/2658) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
87702026-02-17T01:05:13.198Z PASS [ 0.035s] (2034/2658) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
87712026-02-17T01:05:13.205Z PASS [ 18.472s] (2035/2658) omicron-passwords test::test_smoke
87722026-02-17T01:05:13.273Z PASS [ 0.075s] (2036/2658) omicron-test-utils dev::test_cmds::tests::test_redact_extra
87732026-02-17T01:05:13.278Z PASS [ 0.073s] (2037/2658) omicron-test-utils dev::test_cmds::tests::test_redact_section
87742026-02-17T01:05:13.346Z PASS [ 0.067s] (2038/2658) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
87752026-02-17T01:05:13.667Z PASS [ 0.393s] (2039/2658) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
87762026-02-17T01:05:13.761Z PASS [ 0.414s] (2040/2658) oximeter test::timeseries_schema_consistency
87772026-02-17T01:05:13.781Z PASS [ 1.382s] (2041/2658) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
87782026-02-17T01:05:14.152Z PASS [ 0.371s] (2042/2658) oximeter-collector agent::tests::test_self_stat_unreachable_counter
87792026-02-17T01:05:14.157Z PASS [ 0.397s] (2043/2658) oximeter-collector agent::tests::test_self_stat_error_counter
87802026-02-17T01:05:14.160Z PASS [ 0.493s] (2044/2658) oximeter-collector agent::tests::test_self_stat_collection_count
87812026-02-17T01:05:14.182Z PASS [ 0.022s] (2045/2658) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
87822026-02-17T01:05:14.211Z PASS [ 0.028s] (2046/2658) oximeter-collector self_stats::tests::test_failure_reason_serialization
87832026-02-17T01:05:14.282Z PASS [ 0.130s] (2047/2658) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
87842026-02-17T01:05:14.285Z PASS [ 0.126s] (2048/2658) oximeter-collector agent::tests::verify_producer_details
87852026-02-17T01:05:14.317Z PASS [ 0.033s] (2049/2658) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
87862026-02-17T01:05:14.320Z PASS [ 0.035s] (2050/2658) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
87872026-02-17T01:05:14.342Z PASS [ 0.025s] (2051/2658) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
87882026-02-17T01:05:14.345Z PASS [ 0.026s] (2052/2658) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
87892026-02-17T01:05:14.368Z PASS [ 0.026s] (2053/2658) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
87902026-02-17T01:05:14.833Z PASS [ 0.622s] (2054/2658) oximeter-collector::test_commands test_oximeter_no_args
87912026-02-17T01:05:15.268Z PASS [ 0.925s] (2055/2658) oximeter-db client::oxql::tests::test_get_entire_table
87922026-02-17T01:05:15.320Z PASS [ 0.951s] (2056/2658) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
87932026-02-17T01:05:15.790Z PASS [ 0.956s] (2057/2658) oximeter-db client::oxql::tests::test_get_fields
87942026-02-17T01:05:16.210Z PASS [ 0.941s] (2058/2658) oximeter-db client::oxql::tests::test_get_fields_query
87952026-02-17T01:05:16.290Z PASS [ 0.970s] (2059/2658) oximeter-db client::oxql::tests::test_get_one_timeseries
87962026-02-17T01:05:16.712Z PASS [ 0.922s] (2060/2658) oximeter-db client::oxql::tests::test_limit_operations
87972026-02-17T01:05:16.779Z PASS [ 0.067s] (2061/2658) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
87982026-02-17T01:05:16.804Z PASS [ 0.593s] (2062/2658) oximeter-db client::tests::can_ping_clickhouse
87992026-02-17T01:05:19.074Z PASS [ 2.294s] (2063/2658) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
88002026-02-17T01:05:19.166Z PASS [ 2.361s] (2064/2658) oximeter-db client::tests::insert_samples_fails_fast
88012026-02-17T01:05:19.785Z PASS [ 0.711s] (2065/2658) oximeter-db client::tests::read_latest_version_reports_max
88022026-02-17T01:05:19.883Z PASS [ 0.717s] (2066/2658) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
88032026-02-17T01:05:20.383Z PASS [ 0.597s] (2067/2658) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
88042026-02-17T01:05:20.610Z PASS [ 0.727s] (2068/2658) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
88052026-02-17T01:05:21.230Z PASS [ 0.619s] (2069/2658) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
88062026-02-17T01:05:21.248Z PASS [ 0.865s] (2070/2658) oximeter-db client::tests::select_timeseries_with_select_one
88072026-02-17T01:05:22.045Z PASS [ 0.796s] (2071/2658) oximeter-db client::tests::test_database_version_update_is_idempotent
88082026-02-17T01:05:22.057Z PASS [ 0.827s] (2072/2658) oximeter-db client::tests::test_client_select_timeseries_one
88092026-02-17T01:05:22.627Z PASS [ 10.303s] (2073/2658) omicron-test-utils dev::db::test::test_setup_database_default_dir
88102026-02-17T01:05:22.781Z PASS [ 0.723s] (2074/2658) oximeter-db client::tests::test_database_version_will_not_upgrade
88112026-02-17T01:05:22.781Z PASS [ 0.736s] (2075/2658) oximeter-db client::tests::test_database_version_will_not_downgrade
88122026-02-17T01:05:23.376Z PASS [ 0.749s] (2076/2658) oximeter-db client::tests::test_differentiate_by_timeseries_name
88132026-02-17T01:05:23.498Z PASS [ 0.716s] (2077/2658) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
88142026-02-17T01:05:23.529Z PASS [ 0.748s] (2078/2658) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
88152026-02-17T01:05:24.081Z PASS [ 0.704s] (2079/2658) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
88162026-02-17T01:05:24.261Z PASS [ 0.731s] (2080/2658) oximeter-db client::tests::test_field_record_count
88172026-02-17T01:05:24.467Z PASS [ 0.970s] (2081/2658) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
88182026-02-17T01:05:24.793Z PASS [ 0.712s] (2082/2658) oximeter-db client::tests::test_get_schema_no_new_values
88192026-02-17T01:05:24.981Z PASS [ 0.721s] (2083/2658) oximeter-db client::tests::test_insert_samples
88202026-02-17T01:05:25.146Z PASS [ 0.679s] (2084/2658) oximeter-db client::tests::test_is_oximeter_cluster
88212026-02-17T01:05:25.179Z PASS [ 0.033s] (2085/2658) oximeter-db client::tests::test_read_schema_upgrade_sql_files
88222026-02-17T01:05:25.211Z PASS [ 0.032s] (2086/2658) oximeter-db client::tests::test_read_timeseries_to_delete
88232026-02-17T01:05:25.241Z PASS [ 0.030s] (2087/2658) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
88242026-02-17T01:05:25.265Z PASS [ 0.025s] (2088/2658) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
88252026-02-17T01:05:25.554Z PASS [ 0.761s] (2089/2658) oximeter-db client::tests::test_list_timeseries
88262026-02-17T01:05:25.711Z PASS [ 0.729s] (2090/2658) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
88272026-02-17T01:05:26.284Z PASS [ 0.730s] (2091/2658) oximeter-db client::tests::test_schema_mismatch
88282026-02-17T01:05:26.363Z PASS [ 1.094s] (2092/2658) oximeter-db client::tests::test_recall_of_all_fields
88292026-02-17T01:05:26.440Z PASS [ 0.729s] (2093/2658) oximeter-db client::tests::test_schema_update
88302026-02-17T01:05:27.057Z PASS [ 0.772s] (2094/2658) oximeter-db client::tests::test_select_all_datum_types
88312026-02-17T01:05:27.117Z PASS [ 0.751s] (2095/2658) oximeter-db client::tests::test_select_all_field_types
88322026-02-17T01:05:27.224Z PASS [ 0.784s] (2096/2658) oximeter-db client::tests::test_select_timeseries_with_all
88332026-02-17T01:05:28.047Z PASS [ 0.822s] (2097/2658) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
88342026-02-17T01:05:28.075Z PASS [ 1.017s] (2098/2658) oximeter-db client::tests::test_select_timeseries_with_limit
88352026-02-17T01:05:28.115Z PASS [ 0.998s] (2099/2658) oximeter-db client::tests::test_select_timeseries_with_order
88362026-02-17T01:05:28.839Z PASS [ 0.792s] (2100/2658) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
88372026-02-17T01:05:28.857Z PASS [ 0.782s] (2101/2658) oximeter-db client::tests::test_select_timeseries_with_start_time
88382026-02-17T01:05:28.881Z PASS [ 0.024s] (2102/2658) oximeter-db client::tests::test_unravel_index
88392026-02-17T01:05:29.291Z PASS [ 1.175s] (2103/2658) oximeter-db client::tests::test_sql_query_output
88402026-02-17T01:05:29.319Z PASS [ 0.028s] (2104/2658) oximeter-db client::tests::test_verify_schema_upgrades
88412026-02-17T01:05:29.347Z PASS [ 0.027s] (2105/2658) oximeter-db model::fields::tests::test_extract_fields_as_block
88422026-02-17T01:05:29.368Z PASS [ 0.021s] (2106/2658) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
88432026-02-17T01:05:29.393Z PASS [ 0.025s] (2107/2658) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
88442026-02-17T01:05:29.422Z PASS [ 0.029s] (2108/2658) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
88452026-02-17T01:05:29.452Z PASS [ 0.030s] (2109/2658) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
88462026-02-17T01:05:29.479Z PASS [ 0.027s] (2110/2658) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
88472026-02-17T01:05:29.507Z PASS [ 0.028s] (2111/2658) oximeter-db native::block::tests::concat_blocks
88482026-02-17T01:05:29.532Z PASS [ 0.026s] (2112/2658) oximeter-db native::block::tests::datetime64_scale_checks_range
88492026-02-17T01:05:29.564Z PASS [ 0.031s] (2113/2658) oximeter-db native::block::tests::parse_date_time
88502026-02-17T01:05:29.583Z PASS [ 0.743s] (2114/2658) oximeter-db client::tests::test_timeseries_schema_list
88512026-02-17T01:05:29.592Z PASS [ 0.028s] (2115/2658) oximeter-db native::block::tests::parse_date_time64
88522026-02-17T01:05:29.604Z PASS [ 0.022s] (2116/2658) oximeter-db native::block::tests::parse_escaped_date_time64
88532026-02-17T01:05:29.618Z PASS [ 0.026s] (2117/2658) oximeter-db native::block::tests::test_data_type_to_string
88542026-02-17T01:05:29.620Z PASS [ 0.739s] (2118/2658) oximeter-db client::tests::test_update_schema_cache_on_new_sample
88552026-02-17T01:05:29.627Z PASS [ 0.023s] (2119/2658) oximeter-db native::block::tests::test_datetime64_conversions
88562026-02-17T01:05:29.639Z PASS [ 0.019s] (2120/2658) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
88572026-02-17T01:05:29.642Z PASS [ 0.025s] (2121/2658) oximeter-db native::block::tests::test_parse_all_known_timezones
88582026-02-17T01:05:29.649Z PASS [ 0.022s] (2122/2658) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
88592026-02-17T01:05:29.659Z PASS [ 0.019s] (2123/2658) oximeter-db native::block::tests::test_parse_enum8
88602026-02-17T01:05:29.661Z PASS [ 0.017s] (2124/2658) oximeter-db native::block::tests::test_parse_enum_variant
88612026-02-17T01:05:29.672Z PASS [ 0.023s] (2125/2658) oximeter-db native::block::tests::test_parse_invalid_data_type
88622026-02-17T01:05:29.882Z PASS [ 47.555s] (2126/2658) omicron-omdb::test_all_output test_omdb_success_cases
88632026-02-17T01:05:30.230Z PASS [ 0.571s] (2127/2658) oximeter-db native::connection::tests::test_basic_select_query
88642026-02-17T01:05:30.237Z PASS [ 0.565s] (2128/2658) oximeter-db native::connection::tests::test_exchange_hello
88652026-02-17T01:05:30.326Z PASS [ 0.666s] (2129/2658) oximeter-db native::connection::tests::test_can_cancel_query
88662026-02-17T01:05:30.461Z PASS [ 0.578s] (2130/2658) oximeter-db native::connection::tests::test_insert_and_select_data
88672026-02-17T01:05:30.800Z PASS [ 0.570s] (2131/2658) oximeter-db native::connection::tests::test_insert_and_select_uuid
88682026-02-17T01:05:30.800Z PASS [ 0.563s] (2132/2658) oximeter-db native::connection::tests::test_select_array_column
88692026-02-17T01:05:30.819Z PASS [ 0.019s] (2133/2658) oximeter-db native::io::block::tests::test_decode_block_with_nulls
88702026-02-17T01:05:30.840Z PASS [ 0.021s] (2134/2658) oximeter-db native::io::block::tests::test_decode_full_block
88712026-02-17T01:05:30.863Z PASS [ 0.022s] (2135/2658) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
88722026-02-17T01:05:30.887Z PASS [ 0.025s] (2136/2658) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
88732026-02-17T01:05:30.898Z PASS [ 0.572s] (2137/2658) oximeter-db native::connection::tests::test_select_array_of_nullable_column
88742026-02-17T01:05:30.915Z PASS [ 0.027s] (2138/2658) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
88752026-02-17T01:05:30.918Z PASS [ 0.019s] (2139/2658) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
88762026-02-17T01:05:30.934Z PASS [ 0.019s] (2140/2658) oximeter-db native::io::column::tests::test_decode_string_column
88772026-02-17T01:05:30.937Z PASS [ 0.017s] (2141/2658) oximeter-db native::io::column::tests::test_decode_uint64_column
88782026-02-17T01:05:30.952Z PASS [ 0.018s] (2142/2658) oximeter-db native::io::column::tests::test_decode_uint8_column
88792026-02-17T01:05:30.955Z PASS [ 0.020s] (2143/2658) oximeter-db native::io::column::tests::test_decode_uuid_column
88802026-02-17T01:05:30.972Z PASS [ 0.017s] (2144/2658) oximeter-db native::io::packet::server::tests::test_decode_full_hello
88812026-02-17T01:05:30.975Z PASS [ 0.020s] (2145/2658) oximeter-db native::io::column::tests::test_encode_decode_column
88822026-02-17T01:05:30.998Z PASS [ 0.026s] (2146/2658) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
88832026-02-17T01:05:31.001Z PASS [ 0.027s] (2147/2658) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
88842026-02-17T01:05:31.020Z PASS [ 0.021s] (2148/2658) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
88852026-02-17T01:05:31.020Z PASS [ 0.021s] (2149/2658) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
88862026-02-17T01:05:31.034Z PASS [ 0.573s] (2150/2658) oximeter-db native::connection::tests::test_select_nullable_column
88872026-02-17T01:05:31.041Z PASS [ 0.021s] (2151/2658) oximeter-db native::io::packet::server::tests::test_decode_pong
88882026-02-17T01:05:31.044Z PASS [ 0.021s] (2152/2658) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
88892026-02-17T01:05:31.058Z PASS [ 0.023s] (2153/2658) oximeter-db native::io::packet::server::tests::test_decode_single_exception
88902026-02-17T01:05:31.060Z PASS [ 0.019s] (2154/2658) oximeter-db native::io::string::test::test_encode_hello_world
88912026-02-17T01:05:31.063Z PASS [ 0.020s] (2155/2658) oximeter-db native::io::string::test::test_encode_decode
88922026-02-17T01:05:31.078Z PASS [ 0.018s] (2156/2658) oximeter-db native::io::table_columns::tests::test_column_count
88932026-02-17T01:05:31.081Z PASS [ 0.018s] (2157/2658) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
88942026-02-17T01:05:31.081Z PASS [ 0.021s] (2158/2658) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
88952026-02-17T01:05:31.098Z PASS [ 0.020s] (2159/2658) oximeter-db native::io::table_columns::tests::test_column_description_with_default
88962026-02-17T01:05:31.098Z PASS [ 0.019s] (2160/2658) oximeter-db native::io::varuint::test_encode_decode_varuint
88972026-02-17T01:05:31.101Z PASS [ 0.020s] (2161/2658) oximeter-db native::io::table_columns::tests::test_column_descriptions
88982026-02-17T01:05:31.119Z PASS [ 0.020s] (2162/2658) oximeter-db oxql::ast::grammar::tests::test_comparison
88992026-02-17T01:05:31.120Z PASS [ 0.021s] (2163/2658) oximeter-db oxql::ast::grammar::tests::test_align_table_op
89002026-02-17T01:05:31.122Z PASS [ 0.022s] (2164/2658) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
89012026-02-17T01:05:31.141Z PASS [ 0.022s] (2165/2658) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
89022026-02-17T01:05:31.141Z PASS [ 0.022s] (2166/2658) oximeter-db oxql::ast::grammar::tests::test_double_literal
89032026-02-17T01:05:31.145Z PASS [ 0.024s] (2167/2658) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
89042026-02-17T01:05:31.161Z PASS [ 0.019s] (2168/2658) oximeter-db oxql::ast::grammar::tests::test_duration_literal
89052026-02-17T01:05:31.163Z PASS [ 0.020s] (2169/2658) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
89062026-02-17T01:05:31.163Z PASS [ 0.017s] (2170/2658) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
89072026-02-17T01:05:31.179Z PASS [ 0.019s] (2171/2658) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
89082026-02-17T01:05:31.179Z PASS [ 0.018s] (2172/2658) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
89092026-02-17T01:05:31.182Z PASS [ 0.019s] (2173/2658) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
89102026-02-17T01:05:31.203Z PASS [ 0.018s] (2174/2658) oximeter-db oxql::ast::grammar::tests::test_group_by
89112026-02-17T01:05:31.207Z PASS [ 0.021s] (2175/2658) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
89122026-02-17T01:05:31.207Z PASS [ 0.024s] (2176/2658) oximeter-db oxql::ast::grammar::tests::test_get_table_op
89132026-02-17T01:05:31.221Z PASS [ 0.018s] (2177/2658) oximeter-db oxql::ast::grammar::tests::test_integer_literal
89142026-02-17T01:05:31.224Z PASS [ 0.020s] (2178/2658) oximeter-db oxql::ast::grammar::tests::test_ident
89152026-02-17T01:05:31.224Z PASS [ 0.020s] (2179/2658) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
89162026-02-17T01:05:31.242Z PASS [ 0.020s] (2180/2658) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
89172026-02-17T01:05:31.244Z PASS [ 0.021s] (2181/2658) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
89182026-02-17T01:05:31.244Z PASS [ 0.021s] (2182/2658) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
89192026-02-17T01:05:31.261Z PASS [ 0.019s] (2183/2658) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
89202026-02-17T01:05:31.261Z PASS [ 0.019s] (2184/2658) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
89212026-02-17T01:05:31.265Z PASS [ 0.019s] (2185/2658) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
89222026-02-17T01:05:31.285Z PASS [ 0.023s] (2186/2658) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
89232026-02-17T01:05:31.288Z PASS [ 0.027s] (2187/2658) oximeter-db oxql::ast::grammar::tests::test_query
89242026-02-17T01:05:31.291Z PASS [ 0.027s] (2188/2658) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
89252026-02-17T01:05:31.307Z PASS [ 0.018s] (2189/2658) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
89262026-02-17T01:05:31.309Z PASS [ 0.020s] (2190/2658) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
89272026-02-17T01:05:31.324Z PASS [ 0.017s] (2191/2658) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
89282026-02-17T01:05:31.327Z PASS [ 0.017s] (2192/2658) oximeter-db oxql::ast::grammar::tests::test_reducer
89292026-02-17T01:05:31.342Z PASS [ 0.018s] (2193/2658) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
89302026-02-17T01:05:31.342Z PASS [ 0.016s] (2194/2658) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
89312026-02-17T01:05:31.361Z PASS [ 0.018s] (2195/2658) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
89322026-02-17T01:05:31.361Z PASS [ 0.018s] (2196/2658) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
89332026-02-17T01:05:31.364Z PASS [ 0.563s] (2197/2658) oximeter-db native::connection::tests::test_send_cancel_with_no_query
89342026-02-17T01:05:31.379Z PASS [ 0.018s] (2198/2658) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
89352026-02-17T01:05:31.382Z PASS [ 0.020s] (2199/2658) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
89362026-02-17T01:05:31.384Z PASS [ 0.020s] (2200/2658) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
89372026-02-17T01:05:31.398Z PASS [ 0.019s] (2201/2658) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
89382026-02-17T01:05:31.401Z PASS [ 0.017s] (2202/2658) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
89392026-02-17T01:05:31.404Z PASS [ 0.020s] (2203/2658) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
89402026-02-17T01:05:31.418Z PASS [ 0.020s] (2204/2658) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
89412026-02-17T01:05:31.421Z PASS [ 0.019s] (2205/2658) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
89422026-02-17T01:05:31.421Z PASS [ 0.019s] (2206/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
89432026-02-17T01:05:31.436Z PASS [ 0.018s] (2207/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
89442026-02-17T01:05:31.439Z PASS [ 0.019s] (2208/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
89452026-02-17T01:05:31.442Z PASS [ 0.022s] (2209/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
89462026-02-17T01:05:31.457Z PASS [ 0.020s] (2210/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
89472026-02-17T01:05:31.469Z PASS [ 0.031s] (2211/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
89482026-02-17T01:05:31.469Z PASS [ 0.027s] (2212/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
89492026-02-17T01:05:31.477Z PASS [ 0.020s] (2213/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
89502026-02-17T01:05:31.489Z PASS [ 0.020s] (2214/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
89512026-02-17T01:05:31.492Z PASS [ 0.020s] (2215/2658) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
89522026-02-17T01:05:31.497Z PASS [ 0.020s] (2216/2658) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
89532026-02-17T01:05:31.510Z PASS [ 0.020s] (2217/2658) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
89542026-02-17T01:05:31.513Z PASS [ 0.022s] (2218/2658) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
89552026-02-17T01:05:31.521Z PASS [ 0.023s] (2219/2658) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
89562026-02-17T01:05:31.532Z PASS [ 0.018s] (2220/2658) oximeter-db oxql::plan::align::test::test_align_input_schema
89572026-02-17T01:05:31.534Z PASS [ 0.023s] (2221/2658) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
89582026-02-17T01:05:31.633Z PASS [ 0.102s] (2222/2658) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
89592026-02-17T01:05:31.636Z PASS [ 0.112s] (2223/2658) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
89602026-02-17T01:05:31.647Z PASS [ 0.114s] (2224/2658) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
89612026-02-17T01:05:31.735Z PASS [ 0.088s] (2225/2658) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
89622026-02-17T01:05:31.738Z PASS [ 0.103s] (2226/2658) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
89632026-02-17T01:05:31.745Z PASS [ 0.112s] (2227/2658) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
89642026-02-17T01:05:31.824Z PASS [ 0.088s] (2228/2658) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
89652026-02-17T01:05:31.836Z PASS [ 0.091s] (2229/2658) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
89662026-02-17T01:05:31.849Z PASS [ 0.114s] (2230/2658) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
89672026-02-17T01:05:31.917Z PASS [ 0.093s] (2231/2658) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
89682026-02-17T01:05:31.931Z PASS [ 0.094s] (2232/2658) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
89692026-02-17T01:05:31.959Z PASS [ 0.109s] (2233/2658) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
89702026-02-17T01:05:32.013Z PASS [ 0.095s] (2234/2658) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
89712026-02-17T01:05:32.032Z PASS [ 0.101s] (2235/2658) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
89722026-02-17T01:05:32.059Z PASS [ 0.100s] (2236/2658) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
89732026-02-17T01:05:32.106Z PASS [ 0.093s] (2237/2658) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
89742026-02-17T01:05:32.127Z PASS [ 32.137s] (2238/2658) omicron-sled-agent nexus::test::nexus_self_notification_test
89752026-02-17T01:05:32.147Z PASS [ 0.114s] (2239/2658) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
89762026-02-17T01:05:32.150Z PASS [ 0.091s] (2240/2658) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
89772026-02-17T01:05:32.221Z PASS [ 0.114s] (2241/2658) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
89782026-02-17T01:05:32.224Z PASS [ 0.096s] (2242/2658) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
89792026-02-17T01:05:32.242Z PASS [ 0.018s] (2243/2658) oximeter-db oxql::query::tests::test_coalesce_limits
89802026-02-17T01:05:32.245Z PASS [ 0.095s] (2244/2658) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
89812026-02-17T01:05:32.259Z PASS [ 0.112s] (2245/2658) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
89822026-02-17T01:05:32.267Z PASS [ 0.024s] (2246/2658) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
89832026-02-17T01:05:32.269Z PASS [ 0.024s] (2247/2658) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
89842026-02-17T01:05:32.282Z PASS [ 0.023s] (2248/2658) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
89852026-02-17T01:05:32.290Z PASS [ 0.020s] (2249/2658) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
89862026-02-17T01:05:32.290Z PASS [ 0.023s] (2250/2658) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
89872026-02-17T01:05:32.307Z PASS [ 0.025s] (2251/2658) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
89882026-02-17T01:05:32.311Z PASS [ 0.022s] (2252/2658) oximeter-db oxql::query::tests::test_coalesce_predicates
89892026-02-17T01:05:32.314Z PASS [ 0.025s] (2253/2658) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
89902026-02-17T01:05:32.330Z PASS [ 0.022s] (2254/2658) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
89912026-02-17T01:05:32.332Z PASS [ 0.109s] (2255/2658) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
89922026-02-17T01:05:32.335Z PASS [ 0.024s] (2256/2658) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
89932026-02-17T01:05:32.339Z PASS [ 0.024s] (2257/2658) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
89942026-02-17T01:05:32.353Z PASS [ 0.023s] (2258/2658) oximeter-db oxql::query::tests::test_insert_filters
89952026-02-17T01:05:32.356Z PASS [ 0.024s] (2259/2658) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
89962026-02-17T01:05:32.359Z PASS [ 0.023s] (2260/2658) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
89972026-02-17T01:05:32.367Z PASS [ 0.028s] (2261/2658) oximeter-db oxql::query::tests::test_query_end_time
89982026-02-17T01:05:32.373Z PASS [ 0.019s] (2262/2658) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
89992026-02-17T01:05:32.376Z PASS [ 0.017s] (2263/2658) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
90002026-02-17T01:05:32.379Z PASS [ 0.024s] (2264/2658) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
90012026-02-17T01:05:32.386Z PASS [ 0.019s] (2265/2658) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
90022026-02-17T01:05:32.394Z PASS [ 0.018s] (2266/2658) oximeter-db query::tests::test_field_cmp
90032026-02-17T01:05:32.397Z PASS [ 0.019s] (2267/2658) oximeter-db query::tests::test_field_selector_as_query
90042026-02-17T01:05:32.400Z PASS [ 0.026s] (2268/2658) oximeter-db oxql::query::tests::test_split_query
90052026-02-17T01:05:32.406Z PASS [ 0.019s] (2269/2658) oximeter-db query::tests::test_field_value_as_db_str
90062026-02-17T01:05:32.421Z PASS [ 0.026s] (2270/2658) oximeter-db query::tests::test_select_query_builder_field_selectors
90072026-02-17T01:05:32.421Z PASS [ 0.021s] (2271/2658) oximeter-db query::tests::test_select_query_builder_from_parts
90082026-02-17T01:05:32.426Z PASS [ 0.029s] (2272/2658) oximeter-db query::tests::test_select_query_builder_filter_raw
90092026-02-17T01:05:32.433Z PASS [ 0.027s] (2273/2658) oximeter-db query::tests::test_select_query_builder_full
90102026-02-17T01:05:32.442Z PASS [ 0.022s] (2274/2658) oximeter-db query::tests::test_select_query_builder_limit_offset
90112026-02-17T01:05:32.445Z PASS [ 0.022s] (2275/2658) oximeter-db query::tests::test_select_query_builder_no_fields
90122026-02-17T01:05:32.448Z PASS [ 0.021s] (2276/2658) oximeter-db query::tests::test_select_query_builder_no_selectors
90132026-02-17T01:05:32.460Z PASS [ 0.018s] (2277/2658) oximeter-db query::tests::test_time_range
90142026-02-17T01:05:32.463Z PASS [ 0.029s] (2278/2658) oximeter-db query::tests::test_string_field_selector
90152026-02-17T01:05:32.467Z PASS [ 0.024s] (2279/2658) oximeter-db sql::tests::test_allow_limit_offset
90162026-02-17T01:05:32.467Z PASS [ 1.182s] (2280/2658) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
90172026-02-17T01:05:32.469Z PASS [ 0.023s] (2281/2658) oximeter-db sql::tests::test_allow_subqueries
90182026-02-17T01:05:32.485Z PASS [ 0.024s] (2282/2658) oximeter-db sql::tests::test_cannot_name_database
90192026-02-17T01:05:32.487Z PASS [ 0.025s] (2283/2658) oximeter-db sql::tests::test_ctes_are_not_supported
90202026-02-17T01:05:32.490Z PASS [ 0.023s] (2284/2658) oximeter-db sql::tests::test_function_allow_list
90212026-02-17T01:05:32.490Z PASS [ 0.020s] (2285/2658) oximeter-db sql::tests::test_multiple_statements_are_not_supported
90222026-02-17T01:05:32.514Z PASS [ 0.024s] (2286/2658) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
90232026-02-17T01:05:32.517Z PASS [ 0.048s] (2287/2658) oximeter-db sql::tests::test_join_must_be_inner
90242026-02-17T01:05:32.517Z PASS [ 0.029s] (2288/2658) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
90252026-02-17T01:05:32.517Z PASS [ 0.031s] (2289/2658) oximeter-db sql::tests::test_query_must_be_select_statement
90262026-02-17T01:05:32.520Z PASS [ 0.028s] (2290/2658) oximeter-db sql::tests::test_require_table_is_timeseries_name
90272026-02-17T01:05:32.537Z PASS [ 0.022s] (2291/2658) oximeter-db tests::test_timeseries_key_field_stability
90282026-02-17T01:05:32.540Z PASS [ 0.023s] (2292/2658) oximeter-db sql::tests::test_with_comma_join_fails
90292026-02-17T01:05:32.540Z PASS [ 0.022s] (2293/2658) oximeter-db tests::test_timeseries_key_sample_stability
90302026-02-17T01:05:32.587Z PASS [ 0.069s] (2294/2658) oximeter-db::integration_test test_schemas_are_not_modified
90312026-02-17T01:05:32.596Z PASS [ 0.059s] (2295/2658) oximeter-instruments http::tests::test_latency_tracker
90322026-02-17T01:05:32.659Z PASS [ 0.063s] (2296/2658) oximeter-instruments kstat::link::tests::test_kstat_interested
90332026-02-17T01:05:32.698Z PASS [ 0.159s] (2297/2658) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
90342026-02-17T01:05:32.745Z PASS [ 0.085s] (2298/2658) oximeter-instruments kstat::link::tests::test_kstat_sampler
90352026-02-17T01:05:32.766Z PASS [ 0.068s] (2299/2658) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
90362026-02-17T01:05:32.832Z PASS [ 0.065s] (2300/2658) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
90372026-02-17T01:05:32.832Z PASS [ 0.086s] (2301/2658) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
90382026-02-17T01:05:32.888Z PASS [ 0.056s] (2302/2658) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
90392026-02-17T01:05:32.891Z PASS [ 0.060s] (2303/2658) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
90402026-02-17T01:05:32.934Z PASS [ 0.046s] (2304/2658) oximeter-instruments kstat::link::tests::test_sled_datalink
90412026-02-17T01:05:32.945Z PASS [ 0.053s] (2305/2658) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
90422026-02-17T01:05:32.964Z PASS [ 0.030s] (2306/2658) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
90432026-02-17T01:05:32.964Z PASS [ 0.019s] (2307/2658) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
90442026-02-17T01:05:32.981Z PASS [ 0.017s] (2308/2658) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
90452026-02-17T01:05:32.984Z PASS [ 0.017s] (2309/2658) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
90462026-02-17T01:05:32.998Z PASS [ 0.017s] (2310/2658) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
90472026-02-17T01:05:33.002Z PASS [ 0.020s] (2311/2658) oximeter-macro-impl tests::test_metric_annotated_field
90482026-02-17T01:05:33.019Z PASS [ 0.020s] (2312/2658) oximeter-macro-impl tests::test_metric_datum_field
90492026-02-17T01:05:33.019Z PASS [ 0.017s] (2313/2658) oximeter-macro-impl tests::test_metric_enum
90502026-02-17T01:05:33.034Z PASS [ 0.015s] (2314/2658) oximeter-macro-impl tests::test_metric_without_datum_field
90512026-02-17T01:05:33.037Z PASS [ 0.017s] (2315/2658) oximeter-macro-impl tests::test_target
90522026-02-17T01:05:33.048Z PASS [ 0.013s] (2316/2658) oximeter-macro-impl tests::test_target_enum
90532026-02-17T01:05:33.051Z PASS [ 0.015s] (2317/2658) oximeter-macro-impl tests::test_target_empty_struct
90542026-02-17T01:05:33.062Z PASS [ 0.013s] (2318/2658) oximeter-macro-impl tests::test_target_with_datum_field
90552026-02-17T01:05:33.065Z PASS [ 0.015s] (2319/2658) oximeter-macro-impl tests::test_target_unit_struct
90562026-02-17T01:05:33.150Z PASS [ 0.086s] (2320/2658) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
90572026-02-17T01:05:33.174Z PASS [ 0.024s] (2321/2658) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
90582026-02-17T01:05:33.191Z PASS [ 0.017s] (2322/2658) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
90592026-02-17T01:05:33.209Z PASS [ 0.018s] (2323/2658) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
90602026-02-17T01:05:33.225Z PASS [ 0.016s] (2324/2658) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
90612026-02-17T01:05:33.259Z PASS [ 0.033s] (2325/2658) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
90622026-02-17T01:05:33.278Z PASS [ 0.019s] (2326/2658) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
90632026-02-17T01:05:33.312Z PASS [ 0.034s] (2327/2658) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
90642026-02-17T01:05:33.332Z PASS [ 0.020s] (2328/2658) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
90652026-02-17T01:05:33.361Z PASS [ 0.029s] (2329/2658) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
90662026-02-17T01:05:33.393Z PASS [ 0.031s] (2330/2658) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
90672026-02-17T01:05:33.414Z PASS [ 0.021s] (2331/2658) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
90682026-02-17T01:05:33.434Z PASS [ 0.020s] (2332/2658) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
90692026-02-17T01:05:33.455Z PASS [ 0.020s] (2333/2658) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
90702026-02-17T01:05:33.471Z PASS [ 0.016s] (2334/2658) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
90712026-02-17T01:05:33.491Z PASS [ 0.020s] (2335/2658) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
90722026-02-17T01:05:33.510Z PASS [ 0.019s] (2336/2658) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
90732026-02-17T01:05:33.531Z PASS [ 0.020s] (2337/2658) oximeter-schema ir::tests::fail_on_empty_descriptions
90742026-02-17T01:05:33.550Z PASS [ 0.019s] (2338/2658) oximeter-schema ir::tests::fail_on_empty_metric_name
90752026-02-17T01:05:33.569Z PASS [ 0.018s] (2339/2658) oximeter-schema ir::tests::fail_on_empty_target_name
90762026-02-17T01:05:33.590Z PASS [ 0.021s] (2340/2658) oximeter-schema ir::tests::fail_on_very_long_field_names
90772026-02-17T01:05:33.612Z PASS [ 0.022s] (2341/2658) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
90782026-02-17T01:05:33.629Z PASS [ 0.016s] (2342/2658) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
90792026-02-17T01:05:33.649Z PASS [ 0.020s] (2343/2658) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
90802026-02-17T01:05:33.670Z PASS [ 0.021s] (2344/2658) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
90812026-02-17T01:05:33.691Z PASS [ 0.021s] (2345/2658) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
90822026-02-17T01:05:33.712Z PASS [ 0.021s] (2346/2658) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
90832026-02-17T01:05:33.735Z PASS [ 0.023s] (2347/2658) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
90842026-02-17T01:05:33.757Z PASS [ 0.022s] (2348/2658) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
90852026-02-17T01:05:33.780Z PASS [ 0.022s] (2349/2658) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
90862026-02-17T01:05:33.802Z PASS [ 0.022s] (2350/2658) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
90872026-02-17T01:05:33.828Z PASS [ 0.025s] (2351/2658) oximeter-schema ir::tests::only_support_format_version_1
90882026-02-17T01:05:33.846Z PASS [ 0.018s] (2352/2658) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
90892026-02-17T01:05:33.866Z PASS [ 0.020s] (2353/2658) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
90902026-02-17T01:05:33.990Z PASS [ 0.123s] (2354/2658) oximeter-test-utils tests::test_gen_test_samples
90912026-02-17T01:05:34.021Z PASS [ 0.031s] (2355/2658) oximeter-test-utils tests::test_sample_struct
90922026-02-17T01:05:34.056Z PASS [ 0.035s] (2356/2658) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
90932026-02-17T01:05:34.084Z PASS [ 0.028s] (2357/2658) oximeter-test-utils tests::test_timeseries_schema_from_parts
90942026-02-17T01:05:34.105Z PASS [ 0.021s] (2358/2658) oximeter-test-utils tests::test_timeseries_schema_from_sample
90952026-02-17T01:05:34.123Z PASS [ 0.018s] (2359/2658) oximeter-types histogram::tests::test_bin_range
90962026-02-17T01:05:34.138Z PASS [ 0.015s] (2360/2658) oximeter-types histogram::tests::test_bin_range_from
90972026-02-17T01:05:34.152Z PASS [ 0.013s] (2361/2658) oximeter-types histogram::tests::test_bin_range_to
90982026-02-17T01:05:34.170Z PASS [ 0.018s] (2362/2658) oximeter-types histogram::tests::test_empty_bins_not_supported
90992026-02-17T01:05:34.187Z PASS [ 0.017s] (2363/2658) oximeter-types histogram::tests::test_ensure_finite
91002026-02-17T01:05:34.211Z PASS [ 0.024s] (2364/2658) oximeter-types histogram::tests::test_histogram
91012026-02-17T01:05:34.231Z PASS [ 0.020s] (2365/2658) oximeter-types histogram::tests::test_histogram_construct_with
91022026-02-17T01:05:34.256Z PASS [ 0.025s] (2366/2658) oximeter-types histogram::tests::test_histogram_extreme_bins
91032026-02-17T01:05:34.271Z PASS [ 0.015s] (2367/2658) oximeter-types histogram::tests::test_histogram_extreme_samples
91042026-02-17T01:05:34.286Z PASS [ 0.014s] (2368/2658) oximeter-types histogram::tests::test_histogram_float_bins
91052026-02-17T01:05:34.300Z PASS [ 0.014s] (2369/2658) oximeter-types histogram::tests::test_histogram_unbounded_samples
91062026-02-17T01:05:34.321Z PASS [ 0.021s] (2370/2658) oximeter-types histogram::tests::test_histogram_unsorted_bins
91072026-02-17T01:05:34.337Z PASS [ 0.017s] (2371/2658) oximeter-types histogram::tests::test_histogram_with_bins
91082026-02-17T01:05:34.352Z PASS [ 0.015s] (2372/2658) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
91092026-02-17T01:05:34.366Z PASS [ 0.013s] (2373/2658) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
91102026-02-17T01:05:34.379Z PASS [ 0.013s] (2374/2658) oximeter-types histogram::tests::test_log_bins_u64
91112026-02-17T01:05:34.395Z PASS [ 0.016s] (2375/2658) oximeter-types histogram::tests::test_log_bins_u8
91122026-02-17T01:05:34.426Z PASS [ 0.031s] (2376/2658) oximeter-types histogram::tests::test_log_linear_bins_all_representable
91132026-02-17T01:05:34.441Z PASS [ 0.015s] (2377/2658) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
91142026-02-17T01:05:34.456Z PASS [ 0.015s] (2378/2658) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
91152026-02-17T01:05:34.473Z PASS [ 0.017s] (2379/2658) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
91162026-02-17T01:05:34.489Z PASS [ 0.016s] (2380/2658) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
91172026-02-17T01:05:34.506Z PASS [ 0.017s] (2381/2658) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
91182026-02-17T01:05:34.521Z PASS [ 0.015s] (2382/2658) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
91192026-02-17T01:05:34.537Z PASS [ 0.016s] (2383/2658) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
91202026-02-17T01:05:34.554Z PASS [ 0.017s] (2384/2658) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
91212026-02-17T01:05:34.571Z PASS [ 0.017s] (2385/2658) oximeter-types histogram::tests::test_span_decades
91222026-02-17T01:05:34.586Z PASS [ 0.015s] (2386/2658) oximeter-types histogram::tests::test_span_decades_other_counts_f64
91232026-02-17T01:05:34.602Z PASS [ 0.017s] (2387/2658) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
91242026-02-17T01:05:34.617Z PASS [ 0.014s] (2388/2658) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
91252026-02-17T01:05:34.632Z PASS [ 0.015s] (2389/2658) oximeter-types quantile::tests::test_default_percentiles
91262026-02-17T01:05:34.645Z PASS [ 0.013s] (2390/2658) oximeter-types quantile::tests::test_empty_observations
91272026-02-17T01:05:34.664Z PASS [ 0.019s] (2391/2658) oximeter-types quantile::tests::test_find_cells
91282026-02-17T01:05:34.679Z PASS [ 0.015s] (2392/2658) oximeter-types quantile::tests::test_float_observations
91292026-02-17T01:05:34.699Z PASS [ 0.020s] (2393/2658) oximeter-types quantile::tests::test_integer_observations
91302026-02-17T01:05:34.720Z PASS [ 0.020s] (2394/2658) oximeter-types quantile::tests::test_invalid_p_value
91312026-02-17T01:05:34.735Z PASS [ 0.015s] (2395/2658) oximeter-types quantile::tests::test_max_p
91322026-02-17T01:05:34.750Z PASS [ 0.015s] (2396/2658) oximeter-types quantile::tests::test_min_p
91332026-02-17T01:05:34.765Z PASS [ 0.015s] (2397/2658) oximeter-types quantile::tests::test_non_filled_observations
91342026-02-17T01:05:34.791Z PASS [ 0.025s] (2398/2658) oximeter-types quantile::tests::test_rounding
91352026-02-17T01:05:34.809Z PASS [ 0.019s] (2399/2658) oximeter-types schema::tests::test_field_schema_ordering
91362026-02-17T01:05:34.863Z PASS [ 0.053s] (2400/2658) oximeter-types schema::tests::test_timeseries_name
91372026-02-17T01:05:34.888Z PASS [ 0.026s] (2401/2658) oximeter-types schema::tests::test_timeseries_name_from_str
91382026-02-17T01:05:34.906Z PASS [ 0.018s] (2402/2658) oximeter-types traits::tests::test_metric_trait
91392026-02-17T01:05:34.925Z PASS [ 0.019s] (2403/2658) oximeter-types traits::tests::test_producer_trait
91402026-02-17T01:05:34.938Z PASS [ 0.013s] (2404/2658) oximeter-types traits::tests::test_target_trait
91412026-02-17T01:05:34.954Z PASS [ 0.015s] (2405/2658) oximeter-types types::tests::test_cumulative_f64
91422026-02-17T01:05:34.967Z PASS [ 0.014s] (2406/2658) oximeter-types types::tests::test_cumulative_i64
91432026-02-17T01:05:34.985Z PASS [ 0.017s] (2407/2658) oximeter-types types::tests::test_datum
91442026-02-17T01:05:35.002Z PASS [ 0.017s] (2408/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
91452026-02-17T01:05:35.016Z PASS [ 0.014s] (2409/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
91462026-02-17T01:05:35.033Z PASS [ 0.016s] (2410/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
91472026-02-17T01:05:35.048Z PASS [ 0.015s] (2411/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
91482026-02-17T01:05:35.064Z PASS [ 0.016s] (2412/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
91492026-02-17T01:05:35.078Z PASS [ 0.014s] (2413/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
91502026-02-17T01:05:35.094Z PASS [ 0.016s] (2414/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
91512026-02-17T01:05:35.109Z PASS [ 0.015s] (2415/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
91522026-02-17T01:05:35.122Z PASS [ 0.014s] (2416/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
91532026-02-17T01:05:35.137Z PASS [ 0.014s] (2417/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
91542026-02-17T01:05:35.152Z PASS [ 0.015s] (2418/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
91552026-02-17T01:05:35.164Z PASS [ 0.012s] (2419/2658) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
91562026-02-17T01:05:35.180Z PASS [ 0.016s] (2420/2658) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
91572026-02-17T01:05:35.198Z PASS [ 0.017s] (2421/2658) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
91582026-02-17T01:05:35.211Z PASS [ 0.014s] (2422/2658) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
91592026-02-17T01:05:35.226Z PASS [ 0.014s] (2423/2658) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
91602026-02-17T01:05:35.241Z PASS [ 0.015s] (2424/2658) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
91612026-02-17T01:05:35.257Z PASS [ 0.017s] (2425/2658) oximeter-types types::tests::test_measurement
91622026-02-17T01:05:35.275Z PASS [ 0.017s] (2426/2658) oximeter-types types::tests::test_verify_field_names
91632026-02-17T01:05:35.296Z PASS [ 0.021s] (2427/2658) oxlog tests::test_daterange_filter
91642026-02-17T01:05:35.308Z PASS [ 0.012s] (2428/2658) oxlog tests::test_is_oxide_smf_log_file
91652026-02-17T01:05:35.320Z PASS [ 0.011s] (2429/2658) oxlog tests::test_oxide_smf_service_name_from_log_file_name
91662026-02-17T01:05:35.333Z PASS [ 0.013s] (2430/2658) oxlog tests::test_sort_logs
91672026-02-17T01:05:35.366Z PASS [ 0.033s] (2431/2658) oxlog::bin/oxlog tests::test_parse_timestamp
91682026-02-17T01:05:35.447Z PASS [ 0.081s] (2432/2658) oxql-types point::tests::test_cast_points_from_bool
91692026-02-17T01:05:35.469Z PASS [ 0.022s] (2433/2658) oxql-types point::tests::test_cast_points_from_double
91702026-02-17T01:05:35.489Z PASS [ 0.020s] (2434/2658) oxql-types point::tests::test_cast_points_from_double_distribution
91712026-02-17T01:05:35.505Z PASS [ 0.015s] (2435/2658) oxql-types point::tests::test_cast_points_from_int_distribution
91722026-02-17T01:05:35.521Z PASS [ 0.016s] (2436/2658) oxql-types point::tests::test_cast_points_from_integer
91732026-02-17T01:05:35.548Z PASS [ 0.027s] (2437/2658) oxql-types point::tests::test_cast_points_from_string
91742026-02-17T01:05:35.569Z PASS [ 0.021s] (2438/2658) oxql-types point::tests::test_join_point_arrays
91752026-02-17T01:05:35.587Z PASS [ 0.018s] (2439/2658) oxql-types point::tests::test_point_delta_between
91762026-02-17T01:05:35.604Z PASS [ 0.016s] (2440/2658) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
91772026-02-17T01:05:35.622Z PASS [ 0.018s] (2441/2658) oxql-types point::tests::test_point_delta_between_with_new_epoch
91782026-02-17T01:05:35.637Z PASS [ 0.015s] (2442/2658) oxql-types point::tests::test_push_concrete_values
91792026-02-17T01:05:35.657Z PASS [ 0.019s] (2443/2658) oxql-types point::tests::test_sub_between_histogram_distributions
91802026-02-17T01:05:35.740Z PASS [ 0.082s] (2444/2658) parallel-task-set test::test_spawn_many
91812026-02-17T01:05:35.784Z PASS [ 0.045s] (2445/2658) range-requests test::get_response_no_range
91822026-02-17T01:05:35.822Z PASS [ 0.038s] (2446/2658) range-requests test::get_response_with_range
91832026-02-17T01:05:35.835Z PASS [ 0.013s] (2447/2658) range-requests test::invalid_ranges
91842026-02-17T01:05:35.850Z PASS [ 0.015s] (2448/2658) range-requests test::parse_range_invalid
91852026-02-17T01:05:35.863Z PASS [ 0.013s] (2449/2658) range-requests test::parse_range_valid
91862026-02-17T01:05:35.884Z PASS [ 0.021s] (2450/2658) range-requests test::potential_range_parsing_does_not_crash
91872026-02-17T01:05:35.897Z PASS [ 0.013s] (2451/2658) range-requests test::range_into_str
91882026-02-17T01:05:35.913Z PASS [ 0.016s] (2452/2658) range-requests test::single_range_parsing_does_not_crash
91892026-02-17T01:05:36.188Z PASS [ 3.125s] (2453/2658) oximeter-producer tests::test_producer_registration_task
91902026-02-17T01:05:36.934Z PASS [ 1.020s] (2454/2658) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
91912026-02-17T01:05:37.245Z PASS [ 0.311s] (2455/2658) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
91922026-02-17T01:05:37.573Z PASS [ 0.328s] (2456/2658) reconfigurator-cli::test-scripts script::cmds-example.txt
91932026-02-17T01:05:37.798Z PASS [ 1.609s] (2457/2658) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
91942026-02-17T01:05:37.902Z PASS [ 0.328s] (2458/2658) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
91952026-02-17T01:05:38.034Z PASS [ 0.132s] (2459/2658) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
91962026-02-17T01:05:38.109Z PASS [ 0.311s] (2460/2658) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
91972026-02-17T01:05:38.345Z PASS [ 0.310s] (2461/2658) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
91982026-02-17T01:05:39.347Z PASS [ 1.002s] (2462/2658) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
91992026-02-17T01:05:40.024Z PASS [ 1.914s] (2463/2658) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
92002026-02-17T01:05:41.284Z PASS [ 1.260s] (2464/2658) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
92012026-02-17T01:05:41.421Z PASS [ 0.136s] (2465/2658) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
92022026-02-17T01:05:41.607Z PASS [ 2.260s] (2466/2658) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
92032026-02-17T01:05:41.740Z PASS [ 0.132s] (2467/2658) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
92042026-02-17T01:05:41.957Z PASS [ 0.218s] (2468/2658) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
92052026-02-17T01:05:42.163Z PASS [ 0.205s] (2469/2658) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
92062026-02-17T01:05:42.389Z PASS [ 0.226s] (2470/2658) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
92072026-02-17T01:05:43.125Z PASS [ 1.704s] (2471/2658) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
92082026-02-17T01:05:43.267Z PASS [ 0.142s] (2472/2658) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
92092026-02-17T01:05:45.209Z PASS [ 1.941s] (2473/2658) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
92102026-02-17T01:05:45.420Z PASS [ 0.211s] (2474/2658) reconfigurator-cli::test-scripts script::cmds.txt
92112026-02-17T01:05:45.462Z PASS [ 3.072s] (2475/2658) reconfigurator-cli::test-scripts script::cmds-target-release.txt
92122026-02-17T01:05:46.342Z PASS [ 30.045s] (2476/2658) oximeter-db client::tests::cannot_ping_nonexistent_server
92132026-02-17T01:05:46.605Z PASS [ 1.185s] (2477/2658) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
92142026-02-17T01:05:46.827Z PASS [ 1.363s] (2478/2658) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
92152026-02-17T01:05:46.850Z PASS [ 14.310s] (2479/2658) oximeter-db::integration_test test_schemas_disjoint
92162026-02-17T01:05:47.463Z PASS [ 1.121s] (2480/2658) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
92172026-02-17T01:05:47.932Z PASS [ 15.333s] (2481/2658) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
92182026-02-17T01:05:47.976Z PASS [ 1.150s] (2482/2658) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
92192026-02-17T01:05:49.718Z PASS [ 2.867s] (2483/2658) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
92202026-02-17T01:05:51.083Z PASS [ 1.364s] (2484/2658) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
92212026-02-17T01:05:52.210Z PASS [ 4.268s] (2485/2658) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
92222026-02-17T01:05:52.320Z PASS [ 0.105s] (2486/2658) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
92232026-02-17T01:05:52.349Z PASS [ 0.035s] (2487/2658) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
92242026-02-17T01:05:52.429Z PASS [ 0.079s] (2488/2658) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
92252026-02-17T01:05:52.497Z PASS [ 0.068s] (2489/2658) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
92262026-02-17T01:05:52.565Z PASS [ 0.068s] (2490/2658) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
92272026-02-17T01:05:52.636Z PASS [ 0.069s] (2491/2658) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
92282026-02-17T01:05:52.695Z PASS [ 5.230s] (2492/2658) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
92292026-02-17T01:05:52.699Z PASS [ 0.062s] (2493/2658) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
92302026-02-17T01:05:52.730Z PASS [ 0.035s] (2494/2658) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
92312026-02-17T01:05:52.740Z PASS [ 0.044s] (2495/2658) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
92322026-02-17T01:05:52.780Z PASS [ 0.039s] (2496/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
92332026-02-17T01:05:52.800Z PASS [ 0.070s] (2497/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
92342026-02-17T01:05:52.819Z PASS [ 0.039s] (2498/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
92352026-02-17T01:05:52.840Z PASS [ 0.040s] (2499/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
92362026-02-17T01:05:52.861Z PASS [ 0.042s] (2500/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
92372026-02-17T01:05:52.881Z PASS [ 0.041s] (2501/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
92382026-02-17T01:05:52.899Z PASS [ 0.038s] (2502/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
92392026-02-17T01:05:52.926Z PASS [ 0.044s] (2503/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
92402026-02-17T01:05:52.940Z PASS [ 0.041s] (2504/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
92412026-02-17T01:05:52.967Z PASS [ 0.041s] (2505/2658) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
92422026-02-17T01:05:53.015Z PASS [ 0.049s] (2506/2658) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
92432026-02-17T01:05:53.064Z PASS [ 0.048s] (2507/2658) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
92442026-02-17T01:05:53.384Z PASS [ 0.320s] (2508/2658) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
92452026-02-17T01:05:54.032Z PASS [ 0.648s] (2509/2658) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
92462026-02-17T01:05:54.073Z PASS [ 0.041s] (2510/2658) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
92472026-02-17T01:05:54.112Z PASS [ 0.039s] (2511/2658) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
92482026-02-17T01:05:54.138Z PASS [ 3.055s] (2512/2658) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
92492026-02-17T01:05:54.150Z PASS [ 0.037s] (2513/2658) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
92502026-02-17T01:05:54.205Z PASS [ 0.067s] (2514/2658) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
92512026-02-17T01:05:54.229Z PASS [ 0.079s] (2515/2658) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
92522026-02-17T01:05:54.249Z PASS [ 0.044s] (2516/2658) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
92532026-02-17T01:05:54.269Z PASS [ 0.040s] (2517/2658) sled-agent-config-reconciler ledger::tests::read_existing_config
92542026-02-17T01:05:54.291Z PASS [ 0.042s] (2518/2658) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
92552026-02-17T01:05:54.309Z PASS [ 0.040s] (2519/2658) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
92562026-02-17T01:05:54.330Z PASS [ 0.039s] (2520/2658) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
92572026-02-17T01:05:54.348Z PASS [ 0.038s] (2521/2658) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
92582026-02-17T01:05:54.368Z PASS [ 0.038s] (2522/2658) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
92592026-02-17T01:05:54.382Z PASS [ 0.034s] (2523/2658) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
92602026-02-17T01:05:54.455Z PASS [ 7.848s] (2524/2658) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
92612026-02-17T01:05:56.808Z PASS [ 8.830s] (2525/2658) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
92622026-02-17T01:05:57.217Z PASS [ 2.849s] (2526/2658) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
92632026-02-17T01:05:57.423Z PASS [ 3.040s] (2527/2658) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
92642026-02-17T01:05:57.452Z PASS [ 0.029s] (2528/2658) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
92652026-02-17T01:05:57.497Z PASS [ 0.046s] (2529/2658) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
92662026-02-17T01:05:57.535Z PASS [ 0.037s] (2530/2658) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
92672026-02-17T01:05:57.575Z PASS [ 0.040s] (2531/2658) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
92682026-02-17T01:05:57.617Z PASS [ 0.041s] (2532/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
92692026-02-17T01:05:57.653Z PASS [ 0.036s] (2533/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
92702026-02-17T01:05:57.688Z PASS [ 0.035s] (2534/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
92712026-02-17T01:05:57.724Z PASS [ 0.035s] (2535/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
92722026-02-17T01:05:57.757Z PASS [ 0.034s] (2536/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
92732026-02-17T01:05:57.793Z PASS [ 0.035s] (2537/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
92742026-02-17T01:05:57.829Z PASS [ 0.036s] (2538/2658) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
92752026-02-17T01:05:58.033Z PASS [ 0.203s] (2539/2658) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
92762026-02-17T01:05:58.063Z PASS [ 0.030s] (2540/2658) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
92772026-02-17T01:05:58.095Z PASS [ 0.032s] (2541/2658) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
92782026-02-17T01:05:58.128Z PASS [ 0.033s] (2542/2658) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
92792026-02-17T01:05:58.154Z PASS [ 0.026s] (2543/2658) sled-agent-resolvable-files manifest::tests::read_success
92802026-02-17T01:05:58.186Z PASS [ 0.032s] (2544/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
92812026-02-17T01:05:58.214Z PASS [ 0.028s] (2545/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
92822026-02-17T01:05:58.242Z PASS [ 0.027s] (2546/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
92832026-02-17T01:05:58.268Z PASS [ 0.026s] (2547/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
92842026-02-17T01:05:58.295Z PASS [ 0.027s] (2548/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
92852026-02-17T01:05:58.322Z PASS [ 0.027s] (2549/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
92862026-02-17T01:05:58.349Z PASS [ 0.027s] (2550/2658) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
92872026-02-17T01:05:58.376Z PASS [ 0.027s] (2551/2658) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
92882026-02-17T01:05:58.401Z PASS [ 0.025s] (2552/2658) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
92892026-02-17T01:05:58.429Z PASS [ 0.028s] (2553/2658) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
92902026-02-17T01:05:58.457Z PASS [ 0.027s] (2554/2658) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
92912026-02-17T01:05:58.485Z PASS [ 0.028s] (2555/2658) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
92922026-02-17T01:05:58.512Z PASS [ 0.027s] (2556/2658) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
92932026-02-17T01:05:58.540Z PASS [ 0.028s] (2557/2658) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
92942026-02-17T01:05:58.568Z PASS [ 0.028s] (2558/2658) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
92952026-02-17T01:05:58.594Z PASS [ 0.026s] (2559/2658) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
92962026-02-17T01:05:58.621Z PASS [ 0.026s] (2560/2658) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
92972026-02-17T01:05:58.649Z PASS [ 0.028s] (2561/2658) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
92982026-02-17T01:05:58.677Z PASS [ 0.028s] (2562/2658) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
92992026-02-17T01:05:58.703Z PASS [ 0.026s] (2563/2658) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
93002026-02-17T01:05:58.727Z PASS [ 0.023s] (2564/2658) sled-agent-resolvable-files mupdate_override::tests::read_both_present
93012026-02-17T01:05:58.752Z PASS [ 0.026s] (2565/2658) sled-agent-resolvable-files mupdate_override::tests::read_different_values
93022026-02-17T01:05:58.777Z PASS [ 0.024s] (2566/2658) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
93032026-02-17T01:05:58.808Z PASS [ 0.031s] (2567/2658) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
93042026-02-17T01:05:58.832Z PASS [ 0.024s] (2568/2658) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
93052026-02-17T01:05:58.860Z PASS [ 0.028s] (2569/2658) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
93062026-02-17T01:05:58.887Z PASS [ 0.027s] (2570/2658) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
93072026-02-17T01:05:58.916Z PASS [ 0.028s] (2571/2658) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
93082026-02-17T01:05:58.963Z PASS [ 4.507s] (2572/2658) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
93092026-02-17T01:05:59.021Z PASS [ 0.058s] (2573/2658) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
93102026-02-17T01:05:59.024Z PASS [ 0.108s] (2574/2658) sled-agent-types rack_init::tests::parse_rack_initialization
93112026-02-17T01:05:59.051Z PASS [ 0.026s] (2575/2658) sled-agent-types rack_init::tests::test_subnets
93122026-02-17T01:05:59.074Z PASS [ 0.053s] (2576/2658) sled-agent-types rack_init::tests::test_extra_certs
93132026-02-17T01:05:59.092Z PASS [ 0.041s] (2577/2658) sled-agent-types zone_bundle::tests::test_compare_bundles
93142026-02-17T01:05:59.106Z PASS [ 0.032s] (2578/2658) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
93152026-02-17T01:05:59.109Z PASS [ 0.017s] (2579/2658) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
93162026-02-17T01:05:59.126Z PASS [ 0.019s] (2580/2658) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
93172026-02-17T01:05:59.194Z PASS [ 0.085s] (2581/2658) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
93182026-02-17T01:05:59.682Z PASS [ 2.874s] (2582/2658) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
93192026-02-17T01:06:00.268Z PASS [ 1.142s] (2583/2658) sled-diagnostics logs::illumos_tests::collect_current_logs
93202026-02-17T01:06:00.350Z PASS [ 1.155s] (2584/2658) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
93212026-02-17T01:06:00.408Z PASS [ 0.058s] (2585/2658) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
93222026-02-17T01:06:00.433Z PASS [ 0.025s] (2586/2658) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
93232026-02-17T01:06:00.465Z PASS [ 0.032s] (2587/2658) sled-diagnostics queries::test::test_command_stderr_is_correct
93242026-02-17T01:06:00.495Z PASS [ 0.029s] (2588/2658) sled-diagnostics queries::test::test_command_stdout_is_correct
93252026-02-17T01:06:00.529Z PASS [ 0.035s] (2589/2658) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
93262026-02-17T01:06:00.595Z PASS [ 3.376s] (2590/2658) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
93272026-02-17T01:06:00.607Z PASS [ 0.925s] (2591/2658) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
93282026-02-17T01:06:00.642Z PASS [ 0.047s] (2592/2658) sled-hardware disk::test::test_disk_paths
93292026-02-17T01:06:00.642Z PASS [ 0.035s] (2593/2658) sled-hardware disk::test::test_partition_device_paths
93302026-02-17T01:06:00.745Z PASS [ 0.103s] (2594/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
93312026-02-17T01:06:00.745Z PASS [ 0.103s] (2595/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
93322026-02-17T01:06:00.772Z PASS [ 0.026s] (2596/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
93332026-02-17T01:06:00.772Z PASS [ 0.026s] (2597/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
93342026-02-17T01:06:00.796Z PASS [ 0.024s] (2598/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
93352026-02-17T01:06:00.812Z PASS [ 0.040s] (2599/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
93362026-02-17T01:06:00.820Z PASS [ 0.024s] (2600/2658) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
93372026-02-17T01:06:00.844Z PASS [ 0.024s] (2601/2658) sled-hardware illumos::tests::parse_smbios_valid
93382026-02-17T01:06:00.847Z PASS [ 0.033s] (2602/2658) sled-hardware illumos::tests::parse_smbios_invalid
93392026-02-17T01:06:00.870Z PASS [ 0.026s] (2603/2658) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
93402026-02-17T01:06:00.895Z PASS [ 0.050s] (2604/2658) sled-storage dataset::test::serialize_dataset_name
93412026-02-17T01:06:00.959Z PASS [ 0.089s] (2605/2658) trust-quorum proxy::tests::proxy_roundtrip_concurrent
93422026-02-17T01:06:00.959Z PASS [ 0.064s] (2606/2658) trust-quorum proxy::tests::proxy_roundtrip_disconnected
93432026-02-17T01:06:00.994Z PASS [ 0.034s] (2607/2658) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
93442026-02-17T01:06:01.057Z PASS [ 0.527s] (2608/2658) sled-diagnostics queries::test::test_long_running_command_is_aborted
93452026-02-17T01:06:01.248Z PASS [ 0.979s] (2609/2658) sled-diagnostics logs::illumos_tests::log_snapshots_work
93462026-02-17T01:06:03.423Z PASS [ 2.366s] (2610/2658) trust-quorum task::tests::tq_initial_config
93472026-02-17T01:06:03.470Z PASS [ 2.222s] (2611/2658) trust-quorum task::tests::tq_initial_config_prepare_and_commit
93482026-02-17T01:06:04.242Z PASS [ 3.248s] (2612/2658) trust-quorum task::tests::test_network_config
93492026-02-17T01:06:04.438Z PASS [ 3.478s] (2613/2658) trust-quorum task::tests::full_mesh_connectivity
93502026-02-17T01:06:05.627Z PASS [ 12.684s] (2614/2658) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
93512026-02-17T01:06:05.791Z PASS [ 33.268s] (2615/2658) oximeter-db::integration_test test_cluster
93522026-02-17T01:06:05.865Z PASS [ 0.074s] (2616/2658) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
93532026-02-17T01:06:05.896Z PASS [ 0.031s] (2617/2658) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
93542026-02-17T01:06:06.205Z PASS [ 0.309s] (2618/2658) trust-quorum-protocol node::tests::initial_configuration
93552026-02-17T01:06:06.245Z PASS [ 0.039s] (2619/2658) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
93562026-02-17T01:06:06.366Z PASS [ 0.121s] (2620/2658) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
93572026-02-17T01:06:06.486Z PASS [ 0.120s] (2621/2658) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
93582026-02-17T01:06:06.619Z PASS [ 0.991s] (2622/2658) trust-quorum-protocol crypto::tests::rack_secret_test
93592026-02-17T01:06:06.725Z PASS [ 3.254s] (2623/2658) trust-quorum task::tests::tq_proxy
93602026-02-17T01:06:06.803Z PASS [ 2.365s] (2624/2658) trust-quorum task::tests::tq_upgrade_from_lrtq
93612026-02-17T01:06:07.369Z PASS [ 3.126s] (2625/2658) trust-quorum task::tests::tq_reconfig_with_commit_advance
93622026-02-17T01:06:07.422Z PASS [ 0.053s] (2626/2658) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
93632026-02-17T01:06:07.483Z PASS [ 0.864s] (2627/2658) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
93642026-02-17T01:06:07.493Z PASS [ 0.070s] (2628/2658) update-common artifacts::update_plan::tests::test_bad_rot_versions
93652026-02-17T01:06:07.511Z PASS [ 0.786s] (2629/2658) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
93662026-02-17T01:06:07.551Z PASS [ 0.068s] (2630/2658) update-common artifacts::update_plan::tests::test_multi_rot_bord
93672026-02-17T01:06:07.555Z PASS [ 0.043s] (2631/2658) update-common artifacts::update_plan::tests::test_split_control_plane
93682026-02-17T01:06:07.572Z PASS [ 0.079s] (2632/2658) update-common artifacts::update_plan::tests::test_multi_rot_version
93692026-02-17T01:06:07.583Z PASS [ 0.032s] (2633/2658) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
93702026-02-17T01:06:07.592Z PASS [ 0.038s] (2634/2658) update-common artifacts::update_plan::tests::test_too_many_rot_bord
93712026-02-17T01:06:07.643Z PASS [ 0.071s] (2635/2658) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
93722026-02-17T01:06:07.681Z PASS [ 0.038s] (2636/2658) update-engine display::line_display_shared::tests::test_format_progress_counter
93732026-02-17T01:06:07.685Z PASS [ 4.261s] (2637/2658) trust-quorum task::tests::tq_persistent_state
93742026-02-17T01:06:07.727Z PASS [ 0.046s] (2638/2658) update-engine display::line_display_shared::tests::test_start_line
93752026-02-17T01:06:07.762Z PASS [ 0.077s] (2639/2658) update-engine engine::tests::error_exits_early
93762026-02-17T01:06:07.783Z PASS [ 0.056s] (2640/2658) update-engine events::tests::progress_event_parse_unknown
93772026-02-17T01:06:07.795Z PASS [ 0.033s] (2641/2658) update-engine events::tests::step_event_parse_unknown
93782026-02-17T01:06:07.819Z PASS [ 0.036s] (2642/2658) update-engine spec::tests::test_merge_anyhow_list
93792026-02-17T01:06:07.825Z PASS [ 0.233s] (2643/2658) update-engine display::group_display::tests::test_stats
93802026-02-17T01:06:07.851Z PASS [ 0.032s] (2644/2658) wicket state::inventory::tests::component_id_display
93812026-02-17T01:06:07.854Z PASS [ 0.027s] (2645/2658) wicket state::rack::tests::prev_next_are_opposites
93822026-02-17T01:06:07.871Z PASS [ 0.019s] (2646/2658) wicket state::rack::tests::up_down_are_opposites
93832026-02-17T01:06:07.940Z PASS [ 0.356s] (2647/2658) update-engine buffer::tests::test_buffer
93842026-02-17T01:06:07.953Z PASS [ 0.082s] (2648/2658) wicket-common rack_setup::tests::roundtrip_import_export_policy
93852026-02-17T01:06:08.001Z PASS [ 0.206s] (2649/2658) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
93862026-02-17T01:06:08.072Z PASS [ 0.132s] (2650/2658) wicketd installinator_progress::tests::test_states
93872026-02-17T01:06:08.088Z PASS [ 0.134s] (2651/2658) wicketd rss_config::tests::test_bgp_auth_key_states
93882026-02-17T01:06:08.394Z PASS [ 0.541s] (2652/2658) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
93892026-02-17T01:06:09.483Z PASS [ 1.481s] (2653/2658) wicketd::mod integration_tests::inventory::test_inventory
93902026-02-17T01:06:10.013Z PASS [ 1.924s] (2654/2658) wicketd::mod integration_tests::updates::test_update_races
93912026-02-17T01:06:10.058Z PASS [ 3.254s] (2655/2658) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
93922026-02-17T01:06:10.167Z PASS [ 2.095s] (2656/2658) wicketd::mod integration_tests::updates::test_installinator_fetch
93932026-02-17T01:06:10.871Z PASS [ 2.476s] (2657/2658) wicketd::mod integration_tests::updates::test_updates
93942026-02-17T01:07:06.500Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
93952026-02-17T01:07:10.706Z PASS [ 64.207s] (2658/2658) trust-quorum-protocol::cluster test_trust_quorum_protocol
93962026-02-17T01:07:10.709Z────────────
93972026-02-17T01:07:10.709Z Summary [4508.848s] 2658 tests run: 2658 passed (38 slow), 6 skipped
93982026-02-17T01:07:10.830Z
93992026-02-17T01:07:10.834Zreal 1:15:39.306677562
94002026-02-17T01:07:10.834Zuser 7:27:12.722647167
94012026-02-17T01:07:10.834Zsys 1:10:08.100075073
94022026-02-17T01:07:10.834Ztrap 3:49.230757696
94032026-02-17T01:07:10.834Ztflt 55.548415401
94042026-02-17T01:07:10.834Zdflt 4:01.023858782
94052026-02-17T01:07:10.834Zkflt 1.339839394
94062026-02-17T01:07:10.834Zlock 1744:22:03.057755085
94072026-02-17T01:07:10.835Zslp 138:50:26.364784006
94082026-02-17T01:07:10.835Zlat 7:50:06.065797088
94092026-02-17T01:07:10.835Zstop 1:51:20.560260334
94102026-02-17T01:07:10.835Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
94112026-02-17T01:07:11.131Zinfo: exported run 54937fef-e0ec-4708-8ffd-a0a775e5b8a8 to /tmp/nextest-run-archive.zip (2469791 bytes)
94122026-02-17T01:07:11.134Z
94132026-02-17T01:07:11.135Zreal 0.297406282
94142026-02-17T01:07:11.135Zuser 0.214091771
94152026-02-17T01:07:11.135Zsys 0.074011090
94162026-02-17T01:07:11.135Ztrap 0.000034854
94172026-02-17T01:07:11.135Ztflt 0.001027727
94182026-02-17T01:07:11.135Zdflt 0.000005788
94192026-02-17T01:07:11.135Zkflt 0.000000000
94202026-02-17T01:07:11.135Zlock 0.423751347
94212026-02-17T01:07:11.135Zslp 0.383480925
94222026-02-17T01:07:11.135Zlat 0.000827904
94232026-02-17T01:07:11.135Zstop 0.000566245
94242026-02-17T01:07:11.135Z+ [[ 0 -ne 0 ]]
94252026-02-17T01:07:11.135Z+ banner doctest
94262026-02-17T01:07:11.138Z
94272026-02-17T01:07:11.138Z ##### #### #### ##### ###### #### #####
94282026-02-17T01:07:11.138Z # # # # # # # # # #
94292026-02-17T01:07:11.138Z # # # # # # ##### #### #
94302026-02-17T01:07:11.138Z # # # # # # # # #
94312026-02-17T01:07:11.138Z # # # # # # # # # # #
94322026-02-17T01:07:11.138Z ##### #### #### # ###### #### #
94332026-02-17T01:07:11.138Z
94342026-02-17T01:07:11.138Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
94352026-02-17T01:07:13.476Z Fresh unicode-ident v1.0.19
94362026-02-17T01:07:13.484Z Fresh cfg-if v1.0.4
94372026-02-17T01:07:13.484Z Fresh autocfg v1.4.0
94382026-02-17T01:07:13.484Z Fresh memchr v2.7.4
94392026-02-17T01:07:13.484Z Fresh proc-macro2 v1.0.101
94402026-02-17T01:07:13.484Z Fresh value-bag v1.12.0
94412026-02-17T01:07:13.484Z Fresh smallvec v1.15.1
94422026-02-17T01:07:13.484Z Fresh version_check v0.9.5
94432026-02-17T01:07:13.484Z Fresh itoa v1.0.11
94442026-02-17T01:07:13.484Z Fresh quote v1.0.40
94452026-02-17T01:07:13.484Z Fresh libc v0.2.180
94462026-02-17T01:07:13.484Z Fresh serde_core v1.0.228
94472026-02-17T01:07:13.484Z Fresh log v0.4.29
94482026-02-17T01:07:13.484Z Fresh scopeguard v1.2.0
94492026-02-17T01:07:13.484Z Fresh syn v2.0.114
94502026-02-17T01:07:13.484Z Fresh getrandom v0.2.15
94512026-02-17T01:07:13.484Z Fresh stable_deref_trait v1.2.0
94522026-02-17T01:07:13.484Z Fresh serde_derive v1.0.228
94532026-02-17T01:07:13.484Z Fresh lock_api v0.4.12
94542026-02-17T01:07:13.484Z Fresh libm v0.2.8
94552026-02-17T01:07:13.484Z Fresh zeroize_derive v1.4.2
94562026-02-17T01:07:13.484Z Fresh synstructure v0.13.1
94572026-02-17T01:07:13.484Z Fresh serde v1.0.228
94582026-02-17T01:07:13.484Z Fresh num-traits v0.2.19
94592026-02-17T01:07:13.484Z Fresh zeroize v1.8.1
94602026-02-17T01:07:13.484Z Fresh zmij v1.0.15
94612026-02-17T01:07:13.484Z Fresh zerofrom-derive v0.1.4
94622026-02-17T01:07:13.484Z Fresh critical-section v1.1.3
94632026-02-17T01:07:13.484Z Fresh bitflags v2.9.4
94642026-02-17T01:07:13.484Z Fresh bytes v1.11.1
94652026-02-17T01:07:13.484Z Fresh serde_json v1.0.149
94662026-02-17T01:07:13.485Z Fresh portable-atomic v1.11.0
94672026-02-17T01:07:13.485Z Fresh zerofrom v0.1.4
94682026-02-17T01:07:13.485Z Fresh yoke-derive v0.7.4
94692026-02-17T01:07:13.485Z Fresh zerovec-derive v0.10.3
94702026-02-17T01:07:13.485Z Fresh getrandom v0.3.4
94712026-02-17T01:07:13.485Z Fresh once_cell v1.21.3
94722026-02-17T01:07:13.485Z Fresh yoke v0.7.4
94732026-02-17T01:07:13.485Z Fresh displaydoc v0.2.5
94742026-02-17T01:07:13.485Z Fresh percent-encoding v2.3.2
94752026-02-17T01:07:13.485Z Fresh litemap v0.7.3
94762026-02-17T01:07:13.485Z Fresh writeable v0.5.5
94772026-02-17T01:07:13.485Z Fresh icu_provider_macros v1.5.0
94782026-02-17T01:07:13.485Z Fresh zerovec v0.10.4
94792026-02-17T01:07:13.485Z Fresh icu_locid_transform_data v1.5.0
94802026-02-17T01:07:13.485Z Fresh semver v1.0.27
94812026-02-17T01:07:13.485Z Fresh icu_properties_data v1.5.0
94822026-02-17T01:07:13.485Z Fresh rand_core v0.6.4
94832026-02-17T01:07:13.485Z Fresh write16 v1.0.0
94842026-02-17T01:07:13.485Z Fresh utf16_iter v1.0.5
94852026-02-17T01:07:13.485Z Fresh utf8_iter v1.0.4
94862026-02-17T01:07:13.485Z Fresh tinystr v0.7.6
94872026-02-17T01:07:13.485Z Fresh icu_collections v1.5.0
94882026-02-17T01:07:13.485Z Fresh icu_normalizer_data v1.5.0
94892026-02-17T01:07:13.485Z Fresh errno v0.3.12
94902026-02-17T01:07:13.485Z Fresh form_urlencoded v1.2.2
94912026-02-17T01:07:13.485Z Fresh allocator-api2 v0.2.21
94922026-02-17T01:07:13.485Z Fresh pin-project-lite v0.2.14
94932026-02-17T01:07:13.485Z Fresh byteorder v1.5.0
94942026-02-17T01:07:13.493Z Fresh icu_locid v1.5.0
94952026-02-17T01:07:13.493Z Fresh shlex v1.3.0
94962026-02-17T01:07:13.493Z Fresh regex-syntax v0.8.5
94972026-02-17T01:07:13.493Z Fresh subtle v2.6.1
94982026-02-17T01:07:13.493Z Fresh jobserver v0.1.32
94992026-02-17T01:07:13.493Z Fresh heck v0.5.0
95002026-02-17T01:07:13.493Z Fresh equivalent v1.0.2
95012026-02-17T01:07:13.493Z Fresh icu_provider v1.5.0
95022026-02-17T01:07:13.493Z Fresh cc v1.2.30
95032026-02-17T01:07:13.493Z Fresh signal-hook-registry v1.4.2
95042026-02-17T01:07:13.493Z Fresh aho-corasick v1.1.3
95052026-02-17T01:07:13.494Z Fresh icu_locid_transform v1.5.0
95062026-02-17T01:07:13.494Z Fresh parking_lot_core v0.9.10
95072026-02-17T01:07:13.494Z Fresh regex-automata v0.4.11
95082026-02-17T01:07:13.494Z Fresh fnv v1.0.7
95092026-02-17T01:07:13.494Z Fresh mio v1.0.2
95102026-02-17T01:07:13.494Z Fresh icu_properties v1.5.1
95112026-02-17T01:07:13.494Z Fresh parking_lot v0.12.3
95122026-02-17T01:07:13.494Z Fresh typenum v1.17.0
95132026-02-17T01:07:13.494Z Fresh rustix v0.38.37
95142026-02-17T01:07:13.494Z Fresh futures-core v0.3.31
95152026-02-17T01:07:13.494Z Fresh iana-time-zone v0.1.63
95162026-02-17T01:07:13.494Z Fresh thiserror-impl v2.0.18
95172026-02-17T01:07:13.494Z Fresh icu_normalizer v1.5.0
95182026-02-17T01:07:13.494Z Fresh generic-array v0.14.7
95192026-02-17T01:07:13.494Z Fresh chrono v0.4.43
95202026-02-17T01:07:13.494Z Fresh uuid v1.19.0
95212026-02-17T01:07:13.494Z Fresh regex v1.11.3
95222026-02-17T01:07:13.494Z Fresh tokio-macros v2.6.0
95232026-02-17T01:07:13.494Z Fresh socket2 v0.6.1
95242026-02-17T01:07:13.494Z Fresh idna_adapter v1.2.0
95252026-02-17T01:07:13.494Z Fresh crypto-common v0.1.6
95262026-02-17T01:07:13.494Z Fresh thiserror v2.0.18
95272026-02-17T01:07:13.494Z Fresh either v1.15.0
95282026-02-17T01:07:13.494Z Fresh tokio v1.49.0
95292026-02-17T01:07:13.494Z Fresh hashbrown v0.16.1
95302026-02-17T01:07:13.494Z Fresh spin v0.9.8
95312026-02-17T01:07:13.495Z Fresh idna v1.0.3
95322026-02-17T01:07:13.495Z Fresh indexmap v2.13.0
95332026-02-17T01:07:13.495Z Fresh thiserror-impl v1.0.69
95342026-02-17T01:07:13.495Z Fresh zerocopy-derive v0.7.35
95352026-02-17T01:07:13.495Z Fresh serde_derive_internals v0.29.1
95362026-02-17T01:07:13.495Z Fresh dyn-clone v1.0.20
95372026-02-17T01:07:13.495Z Fresh url v2.5.4
95382026-02-17T01:07:13.495Z Fresh thiserror v1.0.69
95392026-02-17T01:07:13.495Z Fresh const-oid v0.9.6
95402026-02-17T01:07:13.495Z Fresh schemars_derive v0.8.22
95412026-02-17T01:07:13.495Z Fresh zerocopy v0.7.35
95422026-02-17T01:07:13.495Z Fresh futures-io v0.3.31
95432026-02-17T01:07:13.495Z Fresh lazy_static v1.5.0
95442026-02-17T01:07:13.495Z Fresh schemars v0.8.22
95452026-02-17T01:07:13.495Z Fresh block-buffer v0.10.4
95462026-02-17T01:07:13.495Z Fresh pkg-config v0.3.31
95472026-02-17T01:07:13.495Z Fresh strsim v0.11.1
95482026-02-17T01:07:13.495Z Fresh futures-sink v0.3.31
95492026-02-17T01:07:13.495Z Fresh digest v0.10.7
95502026-02-17T01:07:13.495Z Fresh pin-utils v0.1.0
95512026-02-17T01:07:13.495Z Fresh cpufeatures v0.2.14
95522026-02-17T01:07:13.495Z Fresh futures-channel v0.3.31
95532026-02-17T01:07:13.495Z Fresh ppv-lite86 v0.2.20
95542026-02-17T01:07:13.495Z Fresh slab v0.4.9
95552026-02-17T01:07:13.495Z Fresh rustversion v1.0.22
95562026-02-17T01:07:13.495Z Fresh syn v1.0.109
95572026-02-17T01:07:13.495Z Fresh futures-macro v0.3.31
95582026-02-17T01:07:13.495Z Fresh futures-task v0.3.31
95592026-02-17T01:07:13.495Z Fresh foldhash v0.1.5
95602026-02-17T01:07:13.496Z Fresh adler2 v2.0.0
95612026-02-17T01:07:13.496Z Fresh tracing-core v0.1.32
95622026-02-17T01:07:13.496Z Fresh futures-util v0.3.31
95632026-02-17T01:07:13.496Z Fresh hashbrown v0.15.4
95642026-02-17T01:07:13.496Z Fresh miniz_oxide v0.8.5
95652026-02-17T01:07:13.496Z Fresh tracing-attributes v0.1.27
95662026-02-17T01:07:13.496Z Fresh glob v0.3.2
95672026-02-17T01:07:13.496Z Fresh http v1.4.0
95682026-02-17T01:07:13.496Z Fresh gimli v0.31.1
95692026-02-17T01:07:13.503Z Fresh tracing v0.1.40
95702026-02-17T01:07:13.503Z Fresh addr2line v0.24.2
95712026-02-17T01:07:13.503Z Fresh object v0.36.5
95722026-02-17T01:07:13.504Z Fresh rustc-demangle v0.1.24
95732026-02-17T01:07:13.504Z Fresh minimal-lexical v0.2.1
95742026-02-17T01:07:13.504Z Fresh nom v7.1.3
95752026-02-17T01:07:13.504Z Fresh backtrace v0.3.74
95762026-02-17T01:07:13.504Z Fresh crossbeam-utils v0.8.21
95772026-02-17T01:07:13.504Z Fresh serde_tokenstream v0.2.2
95782026-02-17T01:07:13.504Z Fresh libloading v0.8.5
95792026-02-17T01:07:13.504Z Fresh time-core v0.1.6
95802026-02-17T01:07:13.504Z Fresh base64ct v1.6.0
95812026-02-17T01:07:13.504Z Fresh powerfmt v0.2.0
95822026-02-17T01:07:13.504Z Fresh num-conv v0.1.0
95832026-02-17T01:07:13.504Z Fresh clang-sys v1.8.1
95842026-02-17T01:07:13.504Z Fresh prettyplease v0.2.36
95852026-02-17T01:07:13.504Z Fresh cexpr v0.6.0
95862026-02-17T01:07:13.504Z Fresh paste v1.0.15
95872026-02-17T01:07:13.504Z Fresh time-macros v0.2.24
95882026-02-17T01:07:13.504Z Fresh deranged v0.5.3
95892026-02-17T01:07:13.504Z Fresh block-padding v0.3.3
95902026-02-17T01:07:13.504Z Fresh base64 v0.22.1
95912026-02-17T01:07:13.504Z Fresh vcpkg v0.2.15
95922026-02-17T01:07:13.504Z Fresh num_threads v0.1.7
95932026-02-17T01:07:13.504Z Fresh home v0.5.9
95942026-02-17T01:07:13.504Z Fresh time v0.3.43
95952026-02-17T01:07:13.504Z Fresh inout v0.1.3
95962026-02-17T01:07:13.504Z Fresh utf8parse v0.2.2
95972026-02-17T01:07:13.504Z Fresh ipnet v2.11.0
95982026-02-17T01:07:13.504Z Fresh itertools v0.12.1
95992026-02-17T01:07:13.504Z Fresh cipher v0.4.4
96002026-02-17T01:07:13.505Z Fresh zerocopy-derive v0.8.27
96012026-02-17T01:07:13.505Z Fresh ident_case v1.0.1
96022026-02-17T01:07:13.505Z Fresh which v4.4.2
96032026-02-17T01:07:13.505Z Fresh anyhow v1.0.99
96042026-02-17T01:07:13.505Z Fresh zerocopy v0.8.27
96052026-02-17T01:07:13.505Z Fresh pem-rfc7468 v0.7.0
96062026-02-17T01:07:13.505Z Fresh tokio-util v0.7.15
96072026-02-17T01:07:13.505Z Fresh rustc-hash v1.1.0
96082026-02-17T01:07:13.505Z Fresh atomic-waker v1.1.2
96092026-02-17T01:07:13.505Z Fresh anstyle v1.0.11
96102026-02-17T01:07:13.505Z Fresh lazycell v1.3.0
96112026-02-17T01:07:13.505Z Fresh hmac v0.12.1
96122026-02-17T01:07:13.505Z Fresh sha2 v0.10.9
96132026-02-17T01:07:13.505Z Fresh cmake v0.1.51
96142026-02-17T01:07:13.505Z Fresh untrusted v0.9.0
96152026-02-17T01:07:13.505Z Fresh fs_extra v1.3.0
96162026-02-17T01:07:13.505Z Fresh bindgen v0.69.5
96172026-02-17T01:07:13.505Z Fresh dunce v1.0.5
96182026-02-17T01:07:13.505Z Fresh ring v0.17.14
96192026-02-17T01:07:13.506Z Fresh httparse v1.9.5
96202026-02-17T01:07:13.506Z Fresh anstyle-parse v0.2.5
96212026-02-17T01:07:13.506Z Fresh der_derive v0.7.3
96222026-02-17T01:07:13.506Z Fresh fastrand v2.1.1
96232026-02-17T01:07:13.506Z Fresh colorchoice v1.0.2
96242026-02-17T01:07:13.506Z Fresh anstyle-query v1.1.1
96252026-02-17T01:07:13.506Z Fresh is_terminal_polyfill v1.70.1
96262026-02-17T01:07:13.506Z Fresh flagset v0.4.6
96272026-02-17T01:07:13.506Z Fresh rand_chacha v0.3.1
96282026-02-17T01:07:13.506Z Fresh terminal_size v0.4.0
96292026-02-17T01:07:13.506Z Fresh ryu v1.0.18
96302026-02-17T01:07:13.506Z Fresh der v0.7.10
96312026-02-17T01:07:13.506Z Fresh anstream v0.6.18
96322026-02-17T01:07:13.506Z Fresh rand v0.8.5
96332026-02-17T01:07:13.506Z Fresh rustls-pki-types v1.10.0
96342026-02-17T01:07:13.506Z Fresh http-body v1.0.1
96352026-02-17T01:07:13.506Z Fresh clap_lex v0.7.4
96362026-02-17T01:07:13.506Z Fresh clap_derive v4.5.47
96372026-02-17T01:07:13.506Z Fresh clap_builder v4.5.48
96382026-02-17T01:07:13.506Z Fresh aws-lc-sys v0.26.0
96392026-02-17T01:07:13.506Z Fresh try-lock v0.2.5
96402026-02-17T01:07:13.506Z Fresh untrusted v0.7.1
96412026-02-17T01:07:13.506Z Fresh httpdate v1.0.3
96422026-02-17T01:07:13.506Z Fresh h2 v0.4.6
96432026-02-17T01:07:13.506Z Fresh aws-lc-rs v1.12.4
96442026-02-17T01:07:13.506Z Fresh clap v4.5.48
96452026-02-17T01:07:13.506Z Fresh want v0.3.1
96462026-02-17T01:07:13.506Z Fresh rand_core v0.9.3
96472026-02-17T01:07:13.506Z Fresh tower-service v0.3.3
96482026-02-17T01:07:13.507Z Fresh unicode-segmentation v1.12.0
96492026-02-17T01:07:13.507Z Fresh tower-layer v0.3.3
96502026-02-17T01:07:13.507Z Fresh hyper v1.8.1
96512026-02-17T01:07:13.507Z Fresh rustls-webpki v0.102.8
96522026-02-17T01:07:13.507Z Fresh spki v0.7.3
96532026-02-17T01:07:13.507Z Fresh pbkdf2 v0.12.2
96542026-02-17T01:07:13.507Z Fresh aes v0.8.4
96552026-02-17T01:07:13.507Z Fresh erased-serde v0.3.31
96562026-02-17T01:07:13.507Z Fresh slog v2.8.2
96572026-02-17T01:07:13.507Z Fresh cbc v0.1.2
96582026-02-17T01:07:13.507Z Fresh salsa20 v0.10.2
96592026-02-17T01:07:13.507Z Fresh rustc_version v0.4.1
96602026-02-17T01:07:13.507Z Fresh serde_spanned v0.6.9
96612026-02-17T01:07:13.507Z Fresh toml_datetime v0.6.11
96622026-02-17T01:07:13.507Z Fresh async-trait v0.1.89
96632026-02-17T01:07:13.507Z Fresh mime v0.3.17
96642026-02-17T01:07:13.507Z Fresh scrypt v0.11.0
96652026-02-17T01:07:13.507Z Fresh hyper-util v0.1.19
96662026-02-17T01:07:13.507Z Fresh rand_chacha v0.9.0
96672026-02-17T01:07:13.507Z Fresh ucd-trie v0.1.7
96682026-02-17T01:07:13.507Z Fresh http-body-util v0.1.3
96692026-02-17T01:07:13.512Z Fresh openssl-probe v0.1.5
96702026-02-17T01:07:13.512Z Fresh rand v0.9.2
96712026-02-17T01:07:13.512Z Fresh pest v2.8.2
96722026-02-17T01:07:13.512Z Fresh pkcs5 v0.7.1
96732026-02-17T01:07:13.512Z Fresh foreign-types-shared v0.1.1
96742026-02-17T01:07:13.512Z Fresh openssl-sys v0.9.109
96752026-02-17T01:07:13.512Z Fresh camino v1.2.2
96762026-02-17T01:07:13.512Z Fresh foreign-types v0.3.2
96772026-02-17T01:07:13.512Z Fresh rustix v1.1.3
96782026-02-17T01:07:13.512Z Fresh pkcs8 v0.10.2
96792026-02-17T01:07:13.512Z Fresh pest_meta v2.8.2
96802026-02-17T01:07:13.512Z Fresh openssl-macros v0.1.1
96812026-02-17T01:07:13.512Z Fresh plain v0.2.3
96822026-02-17T01:07:13.512Z Fresh pest_generator v2.8.2
96832026-02-17T01:07:13.512Z Fresh openssl v0.10.73
96842026-02-17T01:07:13.512Z Fresh serde_urlencoded v0.7.1
96852026-02-17T01:07:13.512Z Fresh ipnetwork v0.21.1
96862026-02-17T01:07:13.512Z Fresh encoding_rs v0.8.34
96872026-02-17T01:07:13.512Z Fresh pest_derive v2.8.2
96882026-02-17T01:07:13.512Z Fresh rustls v0.23.19
96892026-02-17T01:07:13.512Z Fresh tempfile v3.24.0
96902026-02-17T01:07:13.512Z Fresh hex v0.4.3
96912026-02-17T01:07:13.512Z Fresh litrs v0.4.1
96922026-02-17T01:07:13.513Z Fresh pretty-hex v0.4.1
96932026-02-17T01:07:13.513Z Fresh tokio-rustls v0.26.0
96942026-02-17T01:07:13.513Z Fresh document-features v0.2.11
96952026-02-17T01:07:13.513Z Fresh native-tls v0.2.12
96962026-02-17T01:07:13.513Z Fresh openapiv3 v2.2.0
96972026-02-17T01:07:13.513Z Fresh sync_wrapper v1.0.1
96982026-02-17T01:07:13.513Z Fresh psl-types v2.0.11
96992026-02-17T01:07:13.513Z Fresh rustls-native-certs v0.8.1
97002026-02-17T01:07:13.513Z Fresh publicsuffix v2.3.0
97012026-02-17T01:07:13.513Z Fresh tower v0.5.2
97022026-02-17T01:07:13.513Z Fresh tokio-native-tls v0.3.1
97032026-02-17T01:07:13.513Z Fresh cookie v0.18.1
97042026-02-17T01:07:13.513Z Fresh webpki-roots v1.0.1
97052026-02-17T01:07:13.513Z Fresh iri-string v0.7.8
97062026-02-17T01:07:13.513Z Fresh signature v2.2.0
97072026-02-17T01:07:13.513Z Fresh darling_core v0.21.0
97082026-02-17T01:07:13.513Z Fresh cookie_store v0.21.1
97092026-02-17T01:07:13.513Z Fresh hyper-rustls v0.27.7
97102026-02-17T01:07:13.513Z Fresh hyper-tls v0.6.0
97112026-02-17T01:07:13.513Z Fresh tower-http v0.6.6
97122026-02-17T01:07:13.513Z Fresh winnow v0.7.14
97132026-02-17T01:07:13.513Z Fresh winnow v0.5.40
97142026-02-17T01:07:13.513Z Fresh data-encoding v2.9.0
97152026-02-17T01:07:13.513Z Fresh darling_macro v0.21.0
97162026-02-17T01:07:13.513Z Fresh reqwest v0.12.24
97172026-02-17T01:07:13.513Z Fresh toml_edit v0.19.15
97182026-02-17T01:07:13.513Z Fresh oxnet v0.1.4
97192026-02-17T01:07:13.513Z Fresh darling_core v0.20.10
97202026-02-17T01:07:13.513Z Fresh strum_macros v0.26.4
97212026-02-17T01:07:13.513Z Fresh hubpack_derive v0.1.1
97222026-02-17T01:07:13.513Z Fresh sha1 v0.10.6
97232026-02-17T01:07:13.513Z Fresh tinyvec_macros v0.1.1
97242026-02-17T01:07:13.514Z Fresh static_assertions v1.1.0
97252026-02-17T01:07:13.514Z Fresh quick-error v1.2.3
97262026-02-17T01:07:13.514Z Fresh darling_macro v0.20.10
97272026-02-17T01:07:13.514Z Fresh strum v0.26.3
97282026-02-17T01:07:13.514Z Fresh hubpack v0.1.2
97292026-02-17T01:07:13.514Z Fresh tinyvec v1.8.0
97302026-02-17T01:07:13.514Z Fresh darling v0.21.0
97312026-02-17T01:07:13.514Z Fresh num-integer v0.1.46
97322026-02-17T01:07:13.514Z Fresh darling v0.20.10
97332026-02-17T01:07:13.514Z Fresh scroll_derive v0.12.0
97342026-02-17T01:07:13.514Z Fresh base16ct v0.2.0
97352026-02-17T01:07:13.514Z Fresh bit-vec v0.8.0
97362026-02-17T01:07:13.514Z Fresh ff v0.13.0
97372026-02-17T01:07:13.514Z Fresh wait-timeout v0.2.0
97382026-02-17T01:07:13.514Z Fresh num-iter v0.1.45
97392026-02-17T01:07:13.514Z Fresh sec1 v0.7.3
97402026-02-17T01:07:13.514Z Fresh scroll v0.12.0
97412026-02-17T01:07:13.514Z Fresh bit-set v0.8.0
97422026-02-17T01:07:13.514Z Fresh group v0.13.0
97432026-02-17T01:07:13.514Z Fresh hkdf v0.12.4
97442026-02-17T01:07:13.514Z Fresh crypto-bigint v0.5.5
97452026-02-17T01:07:13.514Z Fresh scroll_derive v0.13.1
97462026-02-17T01:07:13.514Z Fresh ahash v0.8.12
97472026-02-17T01:07:13.514Z Fresh goblin v0.8.2
97482026-02-17T01:07:13.514Z Fresh crc32fast v1.4.2
97492026-02-17T01:07:13.514Z Fresh scroll v0.13.0
97502026-02-17T01:07:13.514Z Fresh elliptic-curve v0.13.8
97512026-02-17T01:07:13.514Z Fresh rusty-fork v0.3.0
97522026-02-17T01:07:13.514Z Fresh dof v0.3.0
97532026-02-17T01:07:13.514Z Fresh dtrace-parser v0.2.0
97542026-02-17T01:07:13.514Z Fresh rand_xorshift v0.4.0
97552026-02-17T01:07:13.514Z Fresh crossbeam-epoch v0.9.18
97562026-02-17T01:07:13.514Z Fresh bstr v1.10.0
97572026-02-17T01:07:13.514Z Fresh thread-id v4.2.2
97582026-02-17T01:07:13.514Z Fresh unarray v0.1.4
97592026-02-17T01:07:13.514Z Fresh usdt-impl v0.5.0
97602026-02-17T01:07:13.514Z Fresh num-bigint-dig v0.8.6
97612026-02-17T01:07:13.514Z Fresh goblin v0.10.2
97622026-02-17T01:07:13.514Z Fresh pkcs1 v0.7.5
97632026-02-17T01:07:13.515Z Fresh x509-cert v0.2.5
97642026-02-17T01:07:13.515Z Fresh heck v0.4.1
97652026-02-17T01:07:13.515Z Fresh proptest v1.7.0
97662026-02-17T01:07:13.515Z Fresh itertools v0.13.0
97672026-02-17T01:07:13.515Z Fresh zlib-rs v0.5.1
97682026-02-17T01:07:13.515Z Fresh toml_write v0.1.2
97692026-02-17T01:07:13.520Z Fresh dof v0.4.0
97702026-02-17T01:07:13.520Z Fresh rsa v0.9.8
97712026-02-17T01:07:13.520Z Fresh libz-rs-sys v0.5.1
97722026-02-17T01:07:13.520Z Fresh toml_edit v0.22.27
97732026-02-17T01:07:13.520Z Fresh dtrace-parser v0.3.0
97742026-02-17T01:07:13.520Z Fresh rfc6979 v0.4.0
97752026-02-17T01:07:13.520Z Fresh curve25519-dalek-derive v0.1.1
97762026-02-17T01:07:13.520Z Fresh thread-id v5.0.0
97772026-02-17T01:07:13.520Z Fresh bitflags v1.3.2
97782026-02-17T01:07:13.520Z Fresh curve25519-dalek v4.1.3
97792026-02-17T01:07:13.520Z Fresh usdt-impl v0.6.0
97802026-02-17T01:07:13.520Z Fresh ecdsa v0.16.9
97812026-02-17T01:07:13.520Z Fresh flate2 v1.1.2
97822026-02-17T01:07:13.520Z Fresh newtype-uuid v1.3.2
97832026-02-17T01:07:13.520Z Fresh derive_builder_core v0.20.2
97842026-02-17T01:07:13.520Z Fresh daft-derive v0.1.4
97852026-02-17T01:07:13.520Z Fresh env_filter v0.1.2
97862026-02-17T01:07:13.520Z Fresh memmap2 v0.9.8
97872026-02-17T01:07:13.520Z Fresh siphasher v0.3.11
97882026-02-17T01:07:13.520Z Fresh keccak v0.1.5
97892026-02-17T01:07:13.520Z Fresh cfg_aliases v0.2.1
97902026-02-17T01:07:13.520Z Fresh derive_builder_macro v0.20.2
97912026-02-17T01:07:13.520Z Fresh env_logger v0.11.8
97922026-02-17T01:07:13.520Z Fresh sha3 v0.10.8
97932026-02-17T01:07:13.520Z Fresh phf_shared v0.11.2
97942026-02-17T01:07:13.520Z Fresh daft v0.1.4
97952026-02-17T01:07:13.520Z Fresh bzip2-sys v0.1.13+1.0.8
97962026-02-17T01:07:13.520Z Fresh serde_with_macros v3.16.1
97972026-02-17T01:07:13.520Z Fresh toml v0.7.8
97982026-02-17T01:07:13.520Z Fresh ed25519 v2.2.3
97992026-02-17T01:07:13.520Z Fresh serde_with v3.16.1
98002026-02-17T01:07:13.521Z Fresh memoffset v0.9.1
98012026-02-17T01:07:13.521Z Fresh derive_builder v0.20.2
98022026-02-17T01:07:13.521Z Fresh usdt-attr-macro v0.6.0
98032026-02-17T01:07:13.521Z Fresh usdt-macro v0.6.0
98042026-02-17T01:07:13.521Z Fresh unicode-normalization v0.1.24
98052026-02-17T01:07:13.521Z Fresh ed25519-dalek v2.1.1
98062026-02-17T01:07:13.521Z Fresh enum-as-inner v0.6.1
98072026-02-17T01:07:13.521Z Fresh managed v0.8.0
98082026-02-17T01:07:13.521Z Fresh usdt v0.6.0
98092026-02-17T01:07:13.521Z Fresh signal-hook v0.3.18
98102026-02-17T01:07:13.521Z Fresh itertools v0.10.5
98112026-02-17T01:07:13.521Z Fresh cargo-platform v0.1.8
98122026-02-17T01:07:13.521Z Fresh ref-cast-impl v1.0.25
98132026-02-17T01:07:13.521Z Fresh rustc-hash v2.1.1
98142026-02-17T01:07:13.521Z Fresh fixedbitset v0.4.2
98152026-02-17T01:07:13.521Z Fresh new_debug_unreachable v1.0.6
98162026-02-17T01:07:13.521Z Fresh precomputed-hash v0.1.1
98172026-02-17T01:07:13.521Z Fresh cargo_metadata v0.19.2
98182026-02-17T01:07:13.521Z Fresh ref-cast v1.0.25
98192026-02-17T01:07:13.521Z Fresh vergen-lib v0.1.6
98202026-02-17T01:07:13.521Z Fresh petgraph v0.6.5
98212026-02-17T01:07:13.521Z Fresh string_cache v0.8.9
98222026-02-17T01:07:13.521Z Fresh bzip2 v0.4.4
98232026-02-17T01:07:13.521Z Fresh vergen v9.0.6
98242026-02-17T01:07:13.521Z Fresh signal-hook-mio v0.2.4
98252026-02-17T01:07:13.521Z Fresh zstd-sys v2.0.14+zstd.1.5.7
98262026-02-17T01:07:13.521Z Fresh zip v0.6.6
98272026-02-17T01:07:13.521Z Fresh lalrpop-util v0.19.12
98282026-02-17T01:07:13.521Z Fresh hash32 v0.2.1
98292026-02-17T01:07:13.521Z Fresh serde-big-array v0.5.1
98302026-02-17T01:07:13.521Z Fresh socket2 v0.5.10
98312026-02-17T01:07:13.521Z Fresh zstd-safe v7.2.3
98322026-02-17T01:07:13.521Z Fresh winnow v0.6.26
98332026-02-17T01:07:13.521Z Fresh lockfree-object-pool v0.1.6
98342026-02-17T01:07:13.521Z Fresh unicode-bidi v0.3.17
98352026-02-17T01:07:13.521Z Fresh bumpalo v3.16.0
98362026-02-17T01:07:13.521Z Fresh simd-adler32 v0.3.7
98372026-02-17T01:07:13.521Z Fresh predicates-core v1.0.8
98382026-02-17T01:07:13.522Z Fresh unicode-properties v0.1.3
98392026-02-17T01:07:13.522Z Fresh zstd v0.13.3
98402026-02-17T01:07:13.522Z Fresh zopfli v0.8.1
98412026-02-17T01:07:13.522Z Fresh heapless v0.7.17
98422026-02-17T01:07:13.522Z Fresh crossterm v0.28.1
98432026-02-17T01:07:13.522Z Fresh stringprep v0.1.5
98442026-02-17T01:07:13.522Z Fresh hickory-proto v0.25.2
98452026-02-17T01:07:13.522Z Fresh bzip2 v0.5.2
98462026-02-17T01:07:13.522Z Fresh similar v2.7.0
98472026-02-17T01:07:13.522Z Fresh tokio-stream v0.1.17
98482026-02-17T01:07:13.522Z Fresh md-5 v0.10.6
98492026-02-17T01:07:13.522Z Fresh strum_macros v0.27.2
98502026-02-17T01:07:13.522Z Fresh float-cmp v0.10.0
98512026-02-17T01:07:13.522Z Fresh difflib v0.4.0
98522026-02-17T01:07:13.522Z Fresh jiff v0.2.15
98532026-02-17T01:07:13.522Z Fresh foldhash v0.2.0
98542026-02-17T01:07:13.522Z Fresh normalize-line-endings v0.3.0
98552026-02-17T01:07:13.522Z Fresh fallible-iterator v0.2.0
98562026-02-17T01:07:13.522Z Fresh smoltcp v0.9.1
98572026-02-17T01:07:13.522Z Fresh strum v0.27.2
98582026-02-17T01:07:13.522Z Fresh iddqd v0.3.16
98592026-02-17T01:07:13.522Z Fresh predicates v3.1.3
98602026-02-17T01:07:13.522Z Fresh postgres-protocol v0.6.8
98612026-02-17T01:07:13.522Z Fresh zip v4.2.0
98622026-02-17T01:07:13.522Z Fresh buf-list v1.0.3
98632026-02-17T01:07:13.522Z Fresh nix v0.29.0
98642026-02-17T01:07:13.522Z Fresh serde_repr v0.1.19
98652026-02-17T01:07:13.522Z Fresh peg-runtime v0.8.5
98662026-02-17T01:07:13.522Z Fresh fixedbitset v0.5.7
98672026-02-17T01:07:13.522Z Fresh postgres-types v0.2.9
98682026-02-17T01:07:13.522Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
98692026-02-17T01:07:13.527Z Fresh phf v0.11.2
98702026-02-17T01:07:13.527Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
98712026-02-17T01:07:13.527Z Fresh whoami v1.5.2
98722026-02-17T01:07:13.527Z Fresh petgraph v0.8.2
98732026-02-17T01:07:13.527Z Fresh tokio-postgres v0.7.13
98742026-02-17T01:07:13.527Z Fresh fs-err v3.1.1
98752026-02-17T01:07:13.527Z Fresh futures-executor v0.3.31
98762026-02-17T01:07:13.527Z Fresh is-terminal v0.4.13
98772026-02-17T01:07:13.527Z Fresh regress v0.10.4
98782026-02-17T01:07:13.527Z Fresh crossbeam-channel v0.5.15
98792026-02-17T01:07:13.527Z Fresh thread_local v1.1.8
98802026-02-17T01:07:13.527Z Fresh futures v0.3.31
98812026-02-17T01:07:13.527Z Fresh term v1.1.0
98822026-02-17T01:07:13.527Z Fresh take_mut v0.2.2
98832026-02-17T01:07:13.527Z Fresh unsafe-libyaml v0.2.11
98842026-02-17T01:07:13.527Z Fresh typify-impl v0.4.3
98852026-02-17T01:07:13.527Z Fresh match_cfg v0.1.0
98862026-02-17T01:07:13.527Z Fresh slog-term v2.9.2
98872026-02-17T01:07:13.527Z Fresh serde_yaml v0.9.34+deprecated
98882026-02-17T01:07:13.528Z Fresh hostname v0.3.1
98892026-02-17T01:07:13.528Z Fresh typify-macro v0.4.3
98902026-02-17T01:07:13.528Z Fresh newtype-uuid-macros v0.1.0
98912026-02-17T01:07:13.528Z Fresh debug-ignore v1.0.5
98922026-02-17T01:07:13.528Z Fresh slog-async v2.8.0
98932026-02-17T01:07:13.528Z Fresh typify v0.4.3
98942026-02-17T01:07:13.528Z Fresh slog-json v2.6.1
98952026-02-17T01:07:13.528Z Fresh structmeta-derive v0.3.0
98962026-02-17T01:07:13.528Z Fresh unicode-width v0.1.14
98972026-02-17T01:07:13.528Z Fresh slog-bunyan v2.5.0
98982026-02-17T01:07:13.528Z Fresh structmeta v0.3.0
98992026-02-17T01:07:13.528Z Fresh toml_parser v1.0.6+spec-1.1.0
99002026-02-17T01:07:13.528Z Fresh toml_datetime v0.7.5+spec-1.1.0
99012026-02-17T01:07:13.528Z Fresh serde_spanned v1.0.4
99022026-02-17T01:07:13.528Z Fresh serde_path_to_error v0.1.20
99032026-02-17T01:07:13.528Z Fresh toml_writer v1.0.6+spec-1.1.0
99042026-02-17T01:07:13.528Z Fresh rustls v0.22.4
99052026-02-17T01:07:13.528Z Fresh async-stream-impl v0.3.6
99062026-02-17T01:07:13.528Z Fresh progenitor-client v0.10.0
99072026-02-17T01:07:13.528Z Fresh rustls-pemfile v2.2.0
99082026-02-17T01:07:13.528Z Fresh waitgroup v0.1.2
99092026-02-17T01:07:13.528Z Fresh toml v0.9.11+spec-1.1.0
99102026-02-17T01:07:13.528Z Fresh multer v3.1.0
99112026-02-17T01:07:13.528Z Fresh async-stream v0.3.6
99122026-02-17T01:07:13.528Z Fresh tokio-rustls v0.25.0
99132026-02-17T01:07:13.528Z Fresh dropshot_endpoint v0.16.7
99142026-02-17T01:07:13.528Z Fresh hostname v0.4.2
99152026-02-17T01:07:13.528Z Fresh derive-ex v0.1.8
99162026-02-17T01:07:13.528Z Fresh dropshot v0.16.7
99172026-02-17T01:07:13.528Z Fresh test-strategy v0.4.3
99182026-02-17T01:07:13.528Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
99192026-02-17T01:07:13.528Z Fresh itertools v0.14.0
99202026-02-17T01:07:13.528Z Fresh tabwriter v1.4.0
99212026-02-17T01:07:13.528Z Fresh macaddr v1.0.1
99222026-02-17T01:07:13.528Z Fresh progenitor-impl v0.11.2
99232026-02-17T01:07:13.528Z Fresh instant v0.1.13
99242026-02-17T01:07:13.528Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
99252026-02-17T01:07:13.528Z Fresh progenitor-macro v0.11.2
99262026-02-17T01:07:13.528Z Fresh progenitor-client v0.11.2
99272026-02-17T01:07:13.529Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99282026-02-17T01:07:13.529Z Fresh parse-display-derive v0.10.0
99292026-02-17T01:07:13.529Z Fresh backoff v0.4.0
99302026-02-17T01:07:13.529Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
99312026-02-17T01:07:13.529Z Fresh progenitor v0.11.2
99322026-02-17T01:07:13.529Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99332026-02-17T01:07:13.529Z Fresh parse-display v0.10.0
99342026-02-17T01:07:13.529Z Fresh colored v3.0.0
99352026-02-17T01:07:13.529Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
99362026-02-17T01:07:13.529Z Fresh camino-tempfile v1.4.1
99372026-02-17T01:07:13.529Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
99382026-02-17T01:07:13.529Z Fresh crossbeam-deque v0.8.5
99392026-02-17T01:07:13.529Z Fresh toml v0.8.23
99402026-02-17T01:07:13.529Z Fresh proc-macro-error-attr v1.0.4
99412026-02-17T01:07:13.529Z Fresh proc-macro-crate v1.3.1
99422026-02-17T01:07:13.529Z Fresh proc-macro-error v1.0.4
99432026-02-17T01:07:13.529Z Fresh rayon-core v1.12.1
99442026-02-17T01:07:13.529Z Fresh crucible-workspace-hack v0.1.0
99452026-02-17T01:07:13.529Z Fresh num_enum_derive v0.5.11
99462026-02-17T01:07:13.529Z Fresh nix v0.30.1
99472026-02-17T01:07:13.529Z Fresh ingot-macros v0.1.1
99482026-02-17T01:07:13.529Z Fresh rayon v1.10.0
99492026-02-17T01:07:13.529Z Fresh num_enum v0.5.11
99502026-02-17T01:07:13.529Z Fresh hash32 v0.3.1
99512026-02-17T01:07:13.529Z Fresh ingot-types v0.1.2
99522026-02-17T01:07:13.529Z Fresh foreign-types-macros v0.2.3
99532026-02-17T01:07:13.529Z Fresh cobs v0.2.3
99542026-02-17T01:07:13.529Z Fresh heapless v0.8.0
99552026-02-17T01:07:13.529Z Fresh foreign-types-shared v0.3.1
99562026-02-17T01:07:13.529Z Fresh ingot v0.1.1
99572026-02-17T01:07:13.529Z Fresh postcard v1.0.10
99582026-02-17T01:07:13.529Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99592026-02-17T01:07:13.529Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99602026-02-17T01:07:13.529Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
99612026-02-17T01:07:13.529Z Fresh foreign-types v0.5.0
99622026-02-17T01:07:13.529Z Fresh smoltcp v0.11.0
99632026-02-17T01:07:13.529Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
99642026-02-17T01:07:13.529Z Fresh cstr-argument v0.1.2
99652026-02-17T01:07:13.529Z Fresh pretty-hex v0.2.1
99662026-02-17T01:07:13.530Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
99672026-02-17T01:07:13.530Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99682026-02-17T01:07:13.530Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
99692026-02-17T01:07:13.535Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99702026-02-17T01:07:13.535Z Fresh colored v2.2.0
99712026-02-17T01:07:13.535Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
99722026-02-17T01:07:13.535Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
99732026-02-17T01:07:13.535Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
99742026-02-17T01:07:13.535Z Fresh sigpipe v0.1.3
99752026-02-17T01:07:13.535Z Fresh unicode-width v0.2.0
99762026-02-17T01:07:13.535Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
99772026-02-17T01:07:13.535Z Fresh zone_cfg_derive v0.3.0
99782026-02-17T01:07:13.535Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
99792026-02-17T01:07:13.535Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
99802026-02-17T01:07:13.535Z Fresh smf v0.2.3
99812026-02-17T01:07:13.535Z Fresh num-derive v0.4.2
99822026-02-17T01:07:13.535Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
99832026-02-17T01:07:13.535Z Fresh zone v0.3.1
99842026-02-17T01:07:13.536Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
99852026-02-17T01:07:13.536Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
99862026-02-17T01:07:13.536Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
99872026-02-17T01:07:13.536Z Fresh convert_case v0.4.0
99882026-02-17T01:07:13.536Z Fresh progenitor-impl v0.10.0
99892026-02-17T01:07:13.536Z Fresh secrecy v0.10.3
99902026-02-17T01:07:13.536Z Fresh half v2.4.1
99912026-02-17T01:07:13.536Z Fresh derive_more v0.99.20
99922026-02-17T01:07:13.536Z Fresh progenitor-macro v0.10.0
99932026-02-17T01:07:13.536Z Fresh ciborium-io v0.2.2
99942026-02-17T01:07:13.536Z Fresh indent_write v2.2.0
99952026-02-17T01:07:13.536Z Fresh universal-hash v0.5.1
99962026-02-17T01:07:13.536Z Fresh opaque-debug v0.3.1
99972026-02-17T01:07:13.536Z Fresh swrite v0.1.0
99982026-02-17T01:07:13.536Z Fresh progenitor v0.10.0
99992026-02-17T01:07:13.536Z Fresh ciborium-ll v0.2.2
100002026-02-17T01:07:13.536Z Fresh aead v0.5.2
100012026-02-17T01:07:13.536Z Fresh poly1305 v0.8.0
100022026-02-17T01:07:13.536Z Fresh chacha20 v0.9.1
100032026-02-17T01:07:13.536Z Fresh password-hash v0.5.0
100042026-02-17T01:07:13.536Z Fresh ciborium v0.2.2
100052026-02-17T01:07:13.536Z Fresh blake2 v0.10.6
100062026-02-17T01:07:13.536Z Fresh thiserror-impl-no-std v2.0.2
100072026-02-17T01:07:13.536Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100082026-02-17T01:07:13.536Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
100092026-02-17T01:07:13.536Z Fresh chacha20poly1305 v0.10.1
100102026-02-17T01:07:13.536Z Fresh usdt-attr-macro v0.5.0
100112026-02-17T01:07:13.536Z Fresh argon2 v0.5.3
100122026-02-17T01:07:13.536Z Fresh thiserror-no-std v2.0.2
100132026-02-17T01:07:13.536Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
100142026-02-17T01:07:13.536Z Fresh usdt-macro v0.5.0
100152026-02-17T01:07:13.536Z Fresh memmap v0.7.0
100162026-02-17T01:07:13.536Z Fresh console v0.15.10
100172026-02-17T01:07:13.536Z Fresh num-rational v0.4.2
100182026-02-17T01:07:13.536Z Fresh num-complex v0.4.6
100192026-02-17T01:07:13.537Z Fresh vsss-rs v3.3.4
100202026-02-17T01:07:13.537Z Fresh usdt v0.5.0
100212026-02-17T01:07:13.537Z Fresh derive-where v1.5.0
100222026-02-17T01:07:13.537Z Fresh num v0.4.3
100232026-02-17T01:07:13.537Z Fresh atomicwrites v0.4.4
100242026-02-17T01:07:13.537Z Fresh newline-converter v0.3.0
100252026-02-17T01:07:13.537Z Fresh float-ord v0.3.2
100262026-02-17T01:07:13.537Z Fresh expectorate v1.2.0
100272026-02-17T01:07:13.537Z Fresh libsw-core v0.3.1
100282026-02-17T01:07:13.537Z Fresh bytecount v0.6.8
100292026-02-17T01:07:13.537Z Fresh linear-map v1.2.0
100302026-02-17T01:07:13.537Z Fresh gethostname v0.5.0
100312026-02-17T01:07:13.537Z Fresh libsw v3.5.0
100322026-02-17T01:07:13.537Z Fresh same-file v1.0.6
100332026-02-17T01:07:13.537Z Fresh unicode-xid v0.2.6
100342026-02-17T01:07:13.537Z Fresh owo-colors v4.2.3
100352026-02-17T01:07:13.537Z Fresh cancel-safe-futures v0.1.5
100362026-02-17T01:07:13.537Z Fresh walkdir v2.5.0
100372026-02-17T01:07:13.537Z Fresh tokio-dtrace v0.1.0
100382026-02-17T01:07:13.537Z Fresh oxide-tokio-rt v0.1.2
100392026-02-17T01:07:13.537Z Fresh async-recursion v1.1.1
100402026-02-17T01:07:13.537Z Fresh globset v0.4.15
100412026-02-17T01:07:13.537Z Fresh unicode-linebreak v0.1.5
100422026-02-17T01:07:13.537Z Fresh smawk v0.3.2
100432026-02-17T01:07:13.537Z Fresh resolv-conf v0.7.0
100442026-02-17T01:07:13.537Z Fresh csv-core v0.1.11
100452026-02-17T01:07:13.537Z Fresh slog-dtrace v0.3.0
100462026-02-17T01:07:13.537Z Fresh convert_case v0.7.1
100472026-02-17T01:07:13.537Z Fresh pin-project-internal v1.1.6
100482026-02-17T01:07:13.537Z Fresh vte_generate_state_changes v0.1.2
100492026-02-17T01:07:13.538Z Fresh termtree v0.5.1
100502026-02-17T01:07:13.538Z Fresh csv v1.3.1
100512026-02-17T01:07:13.538Z Fresh vte v0.11.1
100522026-02-17T01:07:13.538Z Fresh derive_more-impl v2.0.1
100532026-02-17T01:07:13.538Z Fresh pin-project v1.1.6
100542026-02-17T01:07:13.538Z Fresh fd-lock v4.0.2
100552026-02-17T01:07:13.538Z Fresh linked-hash-map v0.5.6
100562026-02-17T01:07:13.538Z Fresh base64 v0.21.7
100572026-02-17T01:07:13.538Z Fresh lru-cache v0.1.2
100582026-02-17T01:07:13.538Z Fresh derive_more v2.0.1
100592026-02-17T01:07:13.538Z Fresh strip-ansi-escapes v0.2.0
100602026-02-17T01:07:13.538Z Fresh hickory-proto v0.24.4
100612026-02-17T01:07:13.538Z Fresh pem v3.0.5
100622026-02-17T01:07:13.538Z Fresh snafu-derive v0.8.5
100632026-02-17T01:07:13.538Z Fresh nu-ansi-term v0.50.1
100642026-02-17T01:07:13.538Z Fresh crossterm v0.29.0
100652026-02-17T01:07:13.539Z Fresh olpc-cjson v0.1.4
100662026-02-17T01:07:13.539Z Fresh serde_plain v1.0.2
100672026-02-17T01:07:13.539Z Fresh nibble_vec v0.1.0
100682026-02-17T01:07:13.539Z Fresh display-error-chain v0.2.2
100692026-02-17T01:07:13.544Z Fresh typed-path v0.9.3
100702026-02-17T01:07:13.544Z Fresh reedline v0.40.0
100712026-02-17T01:07:13.544Z Fresh snafu v0.8.5
100722026-02-17T01:07:13.544Z Fresh endian-type v0.1.2
100732026-02-17T01:07:13.544Z Fresh semver v0.1.20
100742026-02-17T01:07:13.544Z Fresh cfg_aliases v0.1.1
100752026-02-17T01:07:13.544Z Fresh hickory-resolver v0.24.4
100762026-02-17T01:07:13.544Z Fresh humantime v2.2.0
100772026-02-17T01:07:13.544Z Fresh rustc_version v0.1.7
100782026-02-17T01:07:13.544Z Fresh radix_trie v0.2.1
100792026-02-17T01:07:13.544Z Fresh tough v0.20.0
100802026-02-17T01:07:13.544Z Fresh siphasher v1.0.1
100812026-02-17T01:07:13.544Z Fresh qorb v0.4.1
100822026-02-17T01:07:13.544Z Fresh phf_shared v0.12.1
100832026-02-17T01:07:13.544Z Fresh textwrap v0.16.2
100842026-02-17T01:07:13.544Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
100852026-02-17T01:07:13.544Z Fresh highway v1.3.0
100862026-02-17T01:07:13.544Z Fresh phf v0.12.1
100872026-02-17T01:07:13.544Z Fresh nix v0.28.0
100882026-02-17T01:07:13.544Z Fresh const_format_proc_macros v0.2.34
100892026-02-17T01:07:13.544Z Fresh papergrid v0.11.0
100902026-02-17T01:07:13.544Z Fresh tabled_derive v0.7.0
100912026-02-17T01:07:13.544Z Fresh peg-macros v0.8.5
100922026-02-17T01:07:13.544Z Fresh sqlparser_derive v0.2.2
100932026-02-17T01:07:13.545Z Fresh unicode_categories v0.1.1
100942026-02-17T01:07:13.545Z Fresh rustyline v14.0.0
100952026-02-17T01:07:13.545Z Fresh tabled v0.15.0
100962026-02-17T01:07:13.545Z Fresh chrono-tz v0.10.4
100972026-02-17T01:07:13.545Z Fresh const_format v0.2.34
100982026-02-17T01:07:13.545Z Fresh sqlparser v0.45.0
100992026-02-17T01:07:13.545Z Fresh peg v0.8.5
101002026-02-17T01:07:13.545Z Fresh sqlformat v0.3.5
101012026-02-17T01:07:13.545Z Fresh newtype_derive v0.1.6
101022026-02-17T01:07:13.545Z Fresh bcs v0.1.6
101032026-02-17T01:07:13.545Z Fresh utf-8 v0.7.6
101042026-02-17T01:07:13.545Z Fresh xattr v1.3.1
101052026-02-17T01:07:13.545Z Fresh steno v0.4.1
101062026-02-17T01:07:13.545Z Fresh tungstenite v0.21.0
101072026-02-17T01:07:13.545Z Fresh filetime v0.2.26
101082026-02-17T01:07:13.545Z Fresh arc-swap v1.7.1
101092026-02-17T01:07:13.545Z Fresh typify-impl v0.2.0
101102026-02-17T01:07:13.545Z Fresh headers-core v0.3.0
101112026-02-17T01:07:13.545Z Fresh tokio-tungstenite v0.21.0
101122026-02-17T01:07:13.545Z Fresh tar v0.4.44
101132026-02-17T01:07:13.545Z Fresh slog-scope v4.4.0
101142026-02-17T01:07:13.545Z Fresh typify-macro v0.2.0
101152026-02-17T01:07:13.545Z Fresh headers v0.4.1
101162026-02-17T01:07:13.545Z Fresh progenitor-client v0.8.0
101172026-02-17T01:07:13.545Z Fresh slog-stdlog v4.1.1
101182026-02-17T01:07:13.545Z Fresh typify v0.2.0
101192026-02-17T01:07:13.546Z Fresh dropshot-api-manager-types v0.3.0
101202026-02-17T01:07:13.546Z Fresh heck v0.3.3
101212026-02-17T01:07:13.546Z Fresh subprocess v0.2.9
101222026-02-17T01:07:13.546Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101232026-02-17T01:07:13.546Z Fresh slog-envlogger v2.2.0
101242026-02-17T01:07:13.546Z Fresh progenitor-impl v0.8.0
101252026-02-17T01:07:13.546Z Fresh lzma-sys v0.1.20
101262026-02-17T01:07:13.546Z Fresh zone_cfg_derive v0.1.2
101272026-02-17T01:07:13.546Z Fresh base64 v0.13.1
101282026-02-17T01:07:13.546Z Fresh number_prefix v0.4.0
101292026-02-17T01:07:13.546Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101302026-02-17T01:07:13.546Z Fresh progenitor-macro v0.8.0
101312026-02-17T01:07:13.546Z Fresh ron v0.7.1
101322026-02-17T01:07:13.546Z Fresh indicatif v0.17.11
101332026-02-17T01:07:13.546Z Fresh xz2 v0.1.7
101342026-02-17T01:07:13.546Z Fresh zone v0.1.8
101352026-02-17T01:07:13.546Z Fresh yasna v0.5.2
101362026-02-17T01:07:13.546Z Fresh progenitor v0.8.0
101372026-02-17T01:07:13.546Z Fresh rcgen v0.12.1
101382026-02-17T01:07:13.546Z Fresh tagptr v0.2.0
101392026-02-17T01:07:13.546Z Fresh bitfield-struct v0.6.2
101402026-02-17T01:07:13.546Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101412026-02-17T01:07:13.546Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
101422026-02-17T01:07:13.546Z Fresh moka v0.12.10
101432026-02-17T01:07:13.546Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101442026-02-17T01:07:13.546Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
101452026-02-17T01:07:13.546Z Fresh xshell-macros v0.2.7
101462026-02-17T01:07:13.546Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
101472026-02-17T01:07:13.547Z Fresh hickory-resolver v0.25.2
101482026-02-17T01:07:13.547Z Fresh libefi-sys v0.1.0
101492026-02-17T01:07:13.547Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101502026-02-17T01:07:13.547Z Fresh xshell v0.2.7
101512026-02-17T01:07:13.547Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101522026-02-17T01:07:13.547Z Fresh tap v1.0.1
101532026-02-17T01:07:13.547Z Fresh zerocopy-derive v0.6.6
101542026-02-17T01:07:13.547Z Fresh funty v2.0.0
101552026-02-17T01:07:13.547Z Fresh radium v0.7.0
101562026-02-17T01:07:13.547Z Fresh wyz v0.5.1
101572026-02-17T01:07:13.547Z Fresh crc-catalog v2.4.0
101582026-02-17T01:07:13.548Z Fresh zerocopy v0.6.6
101592026-02-17T01:07:13.548Z Fresh maybe-uninit v2.0.0
101602026-02-17T01:07:13.548Z Fresh packed_struct_codegen v0.10.1
101612026-02-17T01:07:13.548Z Fresh bitvec v1.0.1
101622026-02-17T01:07:13.548Z Fresh crc v3.2.1
101632026-02-17T01:07:13.548Z Fresh bitfield-macros v0.19.2
101642026-02-17T01:07:13.548Z Fresh nodrop v0.1.14
101652026-02-17T01:07:13.548Z Fresh smallvec v0.6.14
101662026-02-17T01:07:13.548Z Fresh packed_struct v0.10.1
101672026-02-17T01:07:13.548Z Fresh array-init v0.0.4
101682026-02-17T01:07:13.548Z Fresh bitfield v0.19.2
101692026-02-17T01:07:13.553Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
101702026-02-17T01:07:13.554Z Fresh maplit v1.0.2
101712026-02-17T01:07:13.554Z Fresh hashbrown v0.12.3
101722026-02-17T01:07:13.554Z Fresh serde-hex v0.1.0
101732026-02-17T01:07:13.554Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
101742026-02-17T01:07:13.554Z Fresh indexmap v1.9.3
101752026-02-17T01:07:13.554Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
101762026-02-17T01:07:13.554Z Fresh ron v0.8.1
101772026-02-17T01:07:13.554Z Fresh hashbrown v0.13.2
101782026-02-17T01:07:13.555Z Fresh crc-any v2.5.0
101792026-02-17T01:07:13.555Z Fresh path-slash v0.1.5
101802026-02-17T01:07:13.555Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
101812026-02-17T01:07:13.555Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
101822026-02-17T01:07:13.555Z Fresh object v0.30.4
101832026-02-17T01:07:13.555Z Fresh proc-macro-error-attr2 v2.0.0
101842026-02-17T01:07:13.555Z Fresh dsl_auto_type v0.1.2
101852026-02-17T01:07:13.555Z Fresh scheduled-thread-pool v0.2.7
101862026-02-17T01:07:13.555Z Fresh diesel_table_macro_syntax v0.2.0
101872026-02-17T01:07:13.555Z Fresh proc-macro-error2 v2.0.1
101882026-02-17T01:07:13.555Z Fresh r2d2 v0.8.10
101892026-02-17T01:07:13.555Z Fresh diesel_derives v2.2.3
101902026-02-17T01:07:13.555Z Fresh num-derive v0.3.3
101912026-02-17T01:07:13.555Z Fresh diff v0.1.13
101922026-02-17T01:07:13.555Z Fresh dirs-sys-next v0.1.2
101932026-02-17T01:07:13.555Z Fresh diesel v2.2.12
101942026-02-17T01:07:13.555Z Fresh libscf-sys v1.1.0
101952026-02-17T01:07:13.555Z Fresh unicase v2.8.1
101962026-02-17T01:07:13.555Z Fresh dirs-next v2.0.0
101972026-02-17T01:07:13.555Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
101982026-02-17T01:07:13.555Z Fresh vergen-gitcl v1.0.8
101992026-02-17T01:07:13.555Z Fresh term v0.7.0
102002026-02-17T01:07:13.555Z Fresh tabled_derive v0.11.0
102012026-02-17T01:07:13.555Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
102022026-02-17T01:07:13.555Z Fresh crunchy v0.2.2
102032026-02-17T01:07:13.555Z Fresh papergrid v0.17.0
102042026-02-17T01:07:13.555Z Fresh testing_table v0.3.0
102052026-02-17T01:07:13.556Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102062026-02-17T01:07:13.556Z Fresh bit-vec v0.6.3
102072026-02-17T01:07:13.556Z Fresh ascii-canvas v3.0.0
102082026-02-17T01:07:13.556Z Fresh tiny-keccak v2.0.2
102092026-02-17T01:07:13.556Z Fresh tabled v0.20.0
102102026-02-17T01:07:13.556Z Fresh bit-set v0.5.3
102112026-02-17T01:07:13.556Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102122026-02-17T01:07:13.556Z Fresh ena v0.14.3
102132026-02-17T01:07:13.556Z Fresh regex-syntax v0.6.29
102142026-02-17T01:07:13.556Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
102152026-02-17T01:07:13.556Z Fresh lalrpop v0.19.12
102162026-02-17T01:07:13.556Z Fresh crc8 v0.1.1
102172026-02-17T01:07:13.556Z Fresh half v1.8.3
102182026-02-17T01:07:13.556Z Fresh bindgen v0.71.1
102192026-02-17T01:07:13.556Z Fresh serde_cbor v0.11.2
102202026-02-17T01:07:13.556Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102212026-02-17T01:07:13.556Z Fresh strum_macros v0.24.3
102222026-02-17T01:07:13.556Z Fresh indoc v1.0.9
102232026-02-17T01:07:13.556Z Fresh libxml v0.3.3
102242026-02-17T01:07:13.556Z Fresh impl-trait-for-tuples v0.2.2
102252026-02-17T01:07:13.556Z Fresh polar-core v0.27.3
102262026-02-17T01:07:13.556Z Fresh oso-derive v0.27.3
102272026-02-17T01:07:13.556Z Fresh quick-xml v0.37.2
102282026-02-17T01:07:13.556Z Fresh oso v0.27.3
102292026-02-17T01:07:13.556Z Fresh samael v0.0.19
102302026-02-17T01:07:13.556Z Fresh trait-variant v0.1.2
102312026-02-17T01:07:13.556Z Fresh primeorder v0.13.6
102322026-02-17T01:07:13.556Z Fresh fxhash v0.2.1
102332026-02-17T01:07:13.556Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
102342026-02-17T01:07:13.557Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
102352026-02-17T01:07:13.557Z Fresh bb8 v0.8.5
102362026-02-17T01:07:13.557Z Fresh async-bb8-diesel v0.2.1
102372026-02-17T01:07:13.557Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
102382026-02-17T01:07:13.557Z Fresh salty v0.3.0
102392026-02-17T01:07:13.557Z Fresh diesel-dtrace v0.4.2
102402026-02-17T01:07:13.557Z Fresh p384 v0.13.1
102412026-02-17T01:07:13.557Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
102422026-02-17T01:07:13.557Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102432026-02-17T01:07:13.557Z Fresh kstat-rs v0.2.4
102442026-02-17T01:07:13.557Z Fresh nonempty v0.12.0
102452026-02-17T01:07:13.557Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102462026-02-17T01:07:13.557Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
102472026-02-17T01:07:13.557Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102482026-02-17T01:07:13.557Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102492026-02-17T01:07:13.557Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
102502026-02-17T01:07:13.557Z Fresh predicates-tree v1.0.12
102512026-02-17T01:07:13.557Z Fresh ignore v0.4.23
102522026-02-17T01:07:13.557Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
102532026-02-17T01:07:13.557Z Fresh globwalk v0.9.1
102542026-02-17T01:07:13.557Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
102552026-02-17T01:07:13.557Z Fresh parking_lot_core v0.8.6
102562026-02-17T01:07:13.557Z Fresh fs-err v2.11.0
102572026-02-17T01:07:13.557Z Fresh prefix-trie v0.7.0
102582026-02-17T01:07:13.557Z Fresh nanorand v0.7.0
102592026-02-17T01:07:13.557Z Fresh parse-size v1.1.0
102602026-02-17T01:07:13.557Z Fresh camino-tempfile-ext v0.3.2
102612026-02-17T01:07:13.557Z Fresh parking_lot v0.11.2
102622026-02-17T01:07:13.558Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
102632026-02-17T01:07:13.558Z Fresh hickory-server v0.25.2
102642026-02-17T01:07:13.558Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
102652026-02-17T01:07:13.558Z Fresh flume v0.11.1
102662026-02-17T01:07:13.558Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
102672026-02-17T01:07:13.558Z Fresh hickory-client v0.25.2
102682026-02-17T01:07:13.558Z Fresh sled v0.34.7
102692026-02-17T01:07:13.562Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
102702026-02-17T01:07:13.562Z Fresh http-range v0.1.5
102712026-02-17T01:07:13.562Z Fresh corncobs v0.1.4
102722026-02-17T01:07:13.562Z Fresh void v1.0.2
102732026-02-17T01:07:13.562Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
102742026-02-17T01:07:13.562Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
102752026-02-17T01:07:13.562Z Fresh lzss v0.8.2
102762026-02-17T01:07:13.562Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
102772026-02-17T01:07:13.562Z Fresh tungstenite v0.23.0
102782026-02-17T01:07:13.562Z Fresh nix v0.27.1
102792026-02-17T01:07:13.562Z Fresh concurrent-queue v2.5.0
102802026-02-17T01:07:13.563Z Fresh secrecy v0.8.0
102812026-02-17T01:07:13.563Z Fresh serde_bytes v0.11.19
102822026-02-17T01:07:13.563Z Fresh atty v0.2.14
102832026-02-17T01:07:13.563Z Fresh parking v2.2.1
102842026-02-17T01:07:13.563Z Fresh tokio-tungstenite v0.23.1
102852026-02-17T01:07:13.563Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
102862026-02-17T01:07:13.563Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
102872026-02-17T01:07:13.563Z Fresh mime_guess v2.0.5
102882026-02-17T01:07:13.563Z Fresh signal-hook-tokio v0.3.1
102892026-02-17T01:07:13.563Z Fresh hyper-staticfile v0.10.1
102902026-02-17T01:07:13.563Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
102912026-02-17T01:07:13.563Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
102922026-02-17T01:07:13.563Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
102932026-02-17T01:07:13.563Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
102942026-02-17T01:07:13.563Z Fresh rand_seeder v0.4.0
102952026-02-17T01:07:13.563Z Fresh is_ci v1.2.0
102962026-02-17T01:07:13.563Z Fresh assert_matches v1.5.0
102972026-02-17T01:07:13.563Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
102982026-02-17T01:07:13.564Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
102992026-02-17T01:07:13.564Z Fresh event-listener v5.3.1
103002026-02-17T01:07:13.564Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
103012026-02-17T01:07:13.564Z Fresh tabled_derive v0.10.0
103022026-02-17T01:07:13.564Z Fresh papergrid v0.14.0
103032026-02-17T01:07:13.564Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103042026-02-17T01:07:13.564Z Fresh event-listener-strategy v0.5.2
103052026-02-17T01:07:13.564Z Fresh tabled v0.18.0
103062026-02-17T01:07:13.564Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103072026-02-17T01:07:13.564Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103082026-02-17T01:07:13.564Z Fresh yansi v1.0.1
103092026-02-17T01:07:13.564Z Fresh pretty_assertions v1.4.1
103102026-02-17T01:07:13.564Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
103112026-02-17T01:07:13.564Z Fresh typeid v1.0.3
103122026-02-17T01:07:13.564Z Fresh futures-lite v2.3.0
103132026-02-17T01:07:13.564Z Fresh erased-serde v0.4.6
103142026-02-17T01:07:13.564Z Fresh ordered-float v2.10.1
103152026-02-17T01:07:13.564Z Fresh serde-value v0.7.0
103162026-02-17T01:07:13.564Z Fresh serde-untagged v0.1.7
103172026-02-17T01:07:13.564Z Fresh async-lock v3.4.0
103182026-02-17T01:07:13.564Z Fresh polling v3.7.3
103192026-02-17T01:07:13.564Z Fresh castaway v0.2.3
103202026-02-17T01:07:13.564Z Fresh indoc v2.0.6
103212026-02-17T01:07:13.564Z Fresh compact_str v0.8.0
103222026-02-17T01:07:13.564Z Fresh async-io v2.3.4
103232026-02-17T01:07:13.564Z Fresh cargo-util-schemas v0.8.2
103242026-02-17T01:07:13.564Z Fresh libz-sys v1.1.20
103252026-02-17T01:07:13.564Z Fresh console v0.16.0
103262026-02-17T01:07:13.564Z Fresh unicode-truncate v1.1.0
103272026-02-17T01:07:13.564Z Fresh lru v0.12.5
103282026-02-17T01:07:13.564Z Fresh cargo-platform v0.2.0
103292026-02-17T01:07:13.565Z Fresh instability v0.3.2
103302026-02-17T01:07:13.565Z Fresh async-task v4.7.1
103312026-02-17T01:07:13.565Z Fresh cassowary v0.3.0
103322026-02-17T01:07:13.565Z Fresh unit-prefix v0.5.1
103332026-02-17T01:07:13.565Z Fresh libgit2-sys v0.18.2+1.9.1
103342026-02-17T01:07:13.565Z Fresh ratatui v0.29.0
103352026-02-17T01:07:13.565Z Fresh cargo_metadata v0.21.0
103362026-02-17T01:07:13.565Z Fresh async-channel v2.3.1
103372026-02-17T01:07:13.565Z Fresh polyval v0.6.2
103382026-02-17T01:07:13.565Z Fresh piper v0.2.4
103392026-02-17T01:07:13.565Z Fresh indicatif v0.18.0
103402026-02-17T01:07:13.565Z Fresh plotters-backend v0.3.7
103412026-02-17T01:07:13.565Z Fresh ghash v0.5.1
103422026-02-17T01:07:13.565Z Fresh git2 v0.20.2
103432026-02-17T01:07:13.565Z Fresh blocking v1.6.1
103442026-02-17T01:07:13.565Z Fresh async-executor v1.13.1
103452026-02-17T01:07:13.565Z Fresh async-signal v0.2.10
103462026-02-17T01:07:13.565Z Fresh plotters-svg v0.3.7
103472026-02-17T01:07:13.565Z Fresh supports-color v2.1.0
103482026-02-17T01:07:13.565Z Fresh textwrap v0.15.2
103492026-02-17T01:07:13.565Z Fresh supports-unicode v2.1.0
103502026-02-17T01:07:13.565Z Fresh supports-hyperlinks v2.1.0
103512026-02-17T01:07:13.565Z Fresh hashbrown v0.14.5
103522026-02-17T01:07:13.565Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
103532026-02-17T01:07:13.565Z Fresh ctr v0.9.2
103542026-02-17T01:07:13.565Z Fresh backtrace-ext v0.2.1
103552026-02-17T01:07:13.565Z Fresh miette-derive v5.10.0
103562026-02-17T01:07:13.565Z Fresh terminal_size v0.1.17
103572026-02-17T01:07:13.565Z Fresh owo-colors v3.5.0
103582026-02-17T01:07:13.565Z Fresh constant_time_eq v0.3.1
103592026-02-17T01:07:13.565Z Fresh cast v0.3.0
103602026-02-17T01:07:13.565Z Fresh arrayref v0.3.9
103612026-02-17T01:07:13.565Z Fresh arrayvec v0.7.6
103622026-02-17T01:07:13.565Z Fresh shell-words v1.1.0
103632026-02-17T01:07:13.565Z Fresh event-listener v2.5.3
103642026-02-17T01:07:13.565Z Fresh miette v5.10.0
103652026-02-17T01:07:13.565Z Fresh criterion-plot v0.6.0
103662026-02-17T01:07:13.565Z Fresh async-channel v1.9.0
103672026-02-17T01:07:13.565Z Fresh aes-gcm v0.10.3
103682026-02-17T01:07:13.565Z Fresh chumsky v0.9.3
103692026-02-17T01:07:13.570Z Fresh vergen-git2 v1.0.7
103702026-02-17T01:07:13.570Z Fresh plotters v0.3.7
103712026-02-17T01:07:13.570Z Fresh async-process v2.3.0
103722026-02-17T01:07:13.570Z Fresh async-global-executor v2.4.1
103732026-02-17T01:07:13.570Z Fresh supports-color v3.0.2
103742026-02-17T01:07:13.570Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
103752026-02-17T01:07:13.570Z Fresh knuffel-derive v3.2.0
103762026-02-17T01:07:13.570Z Fresh sct v0.7.1
103772026-02-17T01:07:13.570Z Fresh rustls-webpki v0.101.7
103782026-02-17T01:07:13.570Z Fresh ssh-encoding v0.2.0
103792026-02-17T01:07:13.570Z Fresh blowfish v0.9.1
103802026-02-17T01:07:13.571Z Fresh async-attributes v1.1.2
103812026-02-17T01:07:13.571Z Fresh tinytemplate v1.2.1
103822026-02-17T01:07:13.571Z Fresh rtoolbox v0.0.2
103832026-02-17T01:07:13.571Z Fresh kv-log-macro v1.0.7
103842026-02-17T01:07:13.571Z Fresh anes v0.1.6
103852026-02-17T01:07:13.571Z Fresh futures-timer v3.0.3
103862026-02-17T01:07:13.571Z Fresh oorandom v11.1.4
103872026-02-17T01:07:13.571Z Fresh hex-literal v0.4.1
103882026-02-17T01:07:13.571Z Fresh criterion v0.7.0
103892026-02-17T01:07:13.571Z Fresh rpassword v7.4.0
103902026-02-17T01:07:13.571Z Fresh async-std v1.13.0
103912026-02-17T01:07:13.571Z Fresh rustls v0.21.12
103922026-02-17T01:07:13.571Z Fresh bcrypt-pbkdf v0.10.0
103932026-02-17T01:07:13.571Z Fresh ssh-cipher v0.2.0
103942026-02-17T01:07:13.571Z Fresh knuffel v3.2.0
103952026-02-17T01:07:13.571Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
103962026-02-17T01:07:13.571Z Fresh petname v2.0.2
103972026-02-17T01:07:13.571Z Fresh tui-tree-widget v0.23.1
103982026-02-17T01:07:13.571Z Fresh password-hash v0.4.2
103992026-02-17T01:07:13.571Z Fresh sapling-renderdag v0.1.0
104002026-02-17T01:07:13.571Z Fresh sync-ptr v0.1.4
104012026-02-17T01:07:13.571Z Fresh pbkdf2 v0.11.0
104022026-02-17T01:07:13.571Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
104032026-02-17T01:07:13.571Z Fresh ssh-key v0.6.6
104042026-02-17T01:07:13.571Z Fresh tokio-rustls v0.24.1
104052026-02-17T01:07:13.571Z Fresh async-object-pool v0.1.5
104062026-02-17T01:07:13.571Z Fresh target-lexicon v0.13.2
104072026-02-17T01:07:13.571Z Fresh p256 v0.13.2
104082026-02-17T01:07:13.571Z Fresh p521 v0.13.3
104092026-02-17T01:07:13.571Z Fresh rustls-pemfile v1.0.4
104102026-02-17T01:07:13.571Z Fresh twox-hash v2.1.0
104112026-02-17T01:07:13.571Z Fresh serde_regex v1.1.0
104122026-02-17T01:07:13.571Z Fresh assert-json-diff v2.0.2
104132026-02-17T01:07:13.571Z Fresh russh-cryptovec v0.7.3
104142026-02-17T01:07:13.571Z Fresh path-tree v0.8.1
104152026-02-17T01:07:13.571Z Fresh md5 v0.7.0
104162026-02-17T01:07:13.571Z Fresh stringmetrics v2.2.2
104172026-02-17T01:07:13.571Z Fresh russh-keys v0.45.0
104182026-02-17T01:07:13.571Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104192026-02-17T01:07:13.572Z Fresh httpmock v0.8.0-alpha.1
104202026-02-17T01:07:13.572Z Fresh cfg-expr v0.20.1
104212026-02-17T01:07:13.572Z Fresh guppy-workspace-hack v0.1.0
104222026-02-17T01:07:13.572Z Fresh blake3 v1.5.4
104232026-02-17T01:07:13.572Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
104242026-02-17T01:07:13.572Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
104252026-02-17T01:07:13.572Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104262026-02-17T01:07:13.572Z Fresh httptest v0.16.3
104272026-02-17T01:07:13.572Z Fresh fatfs v0.3.6
104282026-02-17T01:07:13.572Z Fresh proc-macro-crate v3.2.0
104292026-02-17T01:07:13.572Z Fresh num-bigint v0.4.6
104302026-02-17T01:07:13.572Z Fresh des v0.8.1
104312026-02-17T01:07:13.572Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
104322026-02-17T01:07:13.572Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104332026-02-17T01:07:13.572Z Fresh topological-sort v0.2.2
104342026-02-17T01:07:13.572Z Fresh seq-macro v0.3.6
104352026-02-17T01:07:13.572Z Fresh escape8259 v0.5.3
104362026-02-17T01:07:13.572Z Fresh relative-path v1.9.3
104372026-02-17T01:07:13.572Z Fresh russh v0.45.0
104382026-02-17T01:07:13.572Z Fresh libtest-mimic v0.8.1
104392026-02-17T01:07:13.572Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104402026-02-17T01:07:13.572Z Fresh omicron-zone-package v0.12.2
104412026-02-17T01:07:13.572Z Fresh rstest_macros v0.25.0
104422026-02-17T01:07:13.572Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
104432026-02-17T01:07:13.572Z Fresh target-spec v3.5.0
104442026-02-17T01:07:13.572Z Fresh target-triple v0.1.3
104452026-02-17T01:07:13.572Z Fresh doc-comment v0.3.3
104462026-02-17T01:07:13.572Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
104472026-02-17T01:07:13.572Z Fresh blake2b_simd v1.0.2
104482026-02-17T01:07:13.572Z Fresh fancy-regex v0.14.0
104492026-02-17T01:07:13.572Z Fresh pathdiff v0.2.3
104502026-02-17T01:07:13.572Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
104512026-02-17T01:07:13.572Z Fresh uzers v0.12.1
104522026-02-17T01:07:13.572Z Fresh nested v0.1.1
104532026-02-17T01:07:13.572Z Fresh termcolor v1.4.1
104542026-02-17T01:07:13.572Z Fresh internet-checksum v0.2.1
104552026-02-17T01:07:13.572Z Fresh assert_cmd v2.0.17
104562026-02-17T01:07:13.572Z Fresh trybuild v1.0.106
104572026-02-17T01:07:13.572Z Fresh datatest-stable v0.3.2
104582026-02-17T01:07:13.573Z Fresh guppy v0.17.20
104592026-02-17T01:07:13.573Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
104602026-02-17T01:07:13.573Z Fresh rust-argon2 v2.1.0
104612026-02-17T01:07:13.573Z Fresh rstest v0.25.0
104622026-02-17T01:07:13.573Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
104632026-02-17T01:07:13.573Z Fresh partial-io v0.5.4
104642026-02-17T01:07:13.573Z Fresh similar-asserts v1.7.0
104652026-02-17T01:07:13.573Z Fresh rand_distr v0.5.1
104662026-02-17T01:07:13.573Z Fresh approx v0.5.1
104672026-02-17T01:07:13.573Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104682026-02-17T01:07:13.573Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104692026-02-17T01:07:13.578Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104702026-02-17T01:07:13.578Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104712026-02-17T01:07:13.578Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104722026-02-17T01:07:13.578Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104732026-02-17T01:07:13.578Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104742026-02-17T01:07:13.578Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104752026-02-17T01:07:13.578Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
104762026-02-17T01:07:13.578Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104772026-02-17T01:07:13.579Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
104782026-02-17T01:07:13.579Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104792026-02-17T01:07:13.579Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104802026-02-17T01:07:13.579Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
104812026-02-17T01:07:13.579Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
104822026-02-17T01:07:13.579Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
104832026-02-17T01:07:13.579Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
104842026-02-17T01:07:13.579Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
104852026-02-17T01:07:13.579Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
104862026-02-17T01:07:13.579Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
104872026-02-17T01:07:13.579Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
104882026-02-17T01:07:13.579Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
104892026-02-17T01:07:13.579Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
104902026-02-17T01:07:13.579Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
104912026-02-17T01:07:13.579Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
104922026-02-17T01:07:13.579Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
104932026-02-17T01:07:13.579Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
104942026-02-17T01:07:13.579Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
104952026-02-17T01:07:13.579Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
104962026-02-17T01:07:13.579Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
104972026-02-17T01:07:13.579Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
104982026-02-17T01:07:13.579Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
104992026-02-17T01:07:13.579Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
105002026-02-17T01:07:13.579Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
105012026-02-17T01:07:13.579Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
105022026-02-17T01:07:13.579Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
105032026-02-17T01:07:13.579Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105042026-02-17T01:07:13.579Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
105052026-02-17T01:07:13.579Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
105062026-02-17T01:07:13.579Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105072026-02-17T01:07:13.579Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
105082026-02-17T01:07:13.579Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
105092026-02-17T01:07:13.579Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
105102026-02-17T01:07:13.579Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
105112026-02-17T01:07:13.579Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105122026-02-17T01:07:13.579Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
105132026-02-17T01:07:13.579Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
105142026-02-17T01:07:13.579Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
105152026-02-17T01:07:13.579Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
105162026-02-17T01:07:13.580Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
105172026-02-17T01:07:13.580Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
105182026-02-17T01:07:13.580Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
105192026-02-17T01:07:13.580Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
105202026-02-17T01:07:13.580Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105212026-02-17T01:07:13.580Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
105222026-02-17T01:07:13.580Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
105232026-02-17T01:07:13.580Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
105242026-02-17T01:07:13.580Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
105252026-02-17T01:07:13.580Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
105262026-02-17T01:07:13.580Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
105272026-02-17T01:07:13.580Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
105282026-02-17T01:07:13.580Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
105292026-02-17T01:07:13.580Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105302026-02-17T01:07:13.580Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
105312026-02-17T01:07:13.580Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
105322026-02-17T01:07:13.580Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
105332026-02-17T01:07:13.580Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
105342026-02-17T01:07:13.580Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
105352026-02-17T01:07:13.580Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
105362026-02-17T01:07:13.580Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
105372026-02-17T01:07:13.580Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
105382026-02-17T01:07:13.580Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105392026-02-17T01:07:13.580Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105402026-02-17T01:07:13.580Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105412026-02-17T01:07:13.580Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
105422026-02-17T01:07:13.580Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105432026-02-17T01:07:13.580Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105442026-02-17T01:07:13.580Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
105452026-02-17T01:07:13.580Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
105462026-02-17T01:07:13.580Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
105472026-02-17T01:07:13.580Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
105482026-02-17T01:07:13.580Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
105492026-02-17T01:07:13.580Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
105502026-02-17T01:07:13.580Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105512026-02-17T01:07:13.580Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105522026-02-17T01:07:13.580Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
105532026-02-17T01:07:13.580Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105542026-02-17T01:07:13.580Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105552026-02-17T01:07:13.581Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105562026-02-17T01:07:13.581Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105572026-02-17T01:07:13.581Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105582026-02-17T01:07:13.581Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
105592026-02-17T01:07:13.581Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105602026-02-17T01:07:13.581Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105612026-02-17T01:07:13.581Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105622026-02-17T01:07:13.581Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105632026-02-17T01:07:13.581Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105642026-02-17T01:07:13.581Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105652026-02-17T01:07:13.581Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105662026-02-17T01:07:13.581Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105672026-02-17T01:07:13.581Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105682026-02-17T01:07:13.581Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105692026-02-17T01:07:13.585Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105702026-02-17T01:07:13.585Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105712026-02-17T01:07:13.585Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105722026-02-17T01:07:13.586Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105732026-02-17T01:07:13.586Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105742026-02-17T01:07:13.586Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105752026-02-17T01:07:13.586Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105762026-02-17T01:07:13.586Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
105772026-02-17T01:07:13.586Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105782026-02-17T01:07:13.586Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105792026-02-17T01:07:13.586Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105802026-02-17T01:07:13.586Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
105812026-02-17T01:07:13.586Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
105822026-02-17T01:07:13.586Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
105832026-02-17T01:07:13.586Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
105842026-02-17T01:07:13.586Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
105852026-02-17T01:07:13.586Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105862026-02-17T01:07:13.586Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105872026-02-17T01:07:13.586Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
105882026-02-17T01:07:13.586Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105892026-02-17T01:07:13.586Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
105902026-02-17T01:07:13.586Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
105912026-02-17T01:07:13.586Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
105922026-02-17T01:07:13.586Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
105932026-02-17T01:07:13.586Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
105942026-02-17T01:07:13.586Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
105952026-02-17T01:07:13.586Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105962026-02-17T01:07:13.586Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
105972026-02-17T01:07:13.586Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
105982026-02-17T01:07:13.586Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
105992026-02-17T01:07:13.586Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
106002026-02-17T01:07:13.586Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
106012026-02-17T01:07:13.586Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
106022026-02-17T01:07:13.586Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
106032026-02-17T01:07:13.586Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
106042026-02-17T01:07:13.586Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
106052026-02-17T01:07:13.586Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
106062026-02-17T01:07:13.586Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
106072026-02-17T01:07:13.586Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
106082026-02-17T01:07:13.586Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
106092026-02-17T01:07:13.586Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
106102026-02-17T01:07:13.587Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
106112026-02-17T01:07:13.587Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
106122026-02-17T01:07:13.587Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
106132026-02-17T01:07:13.587Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
106142026-02-17T01:07:13.587Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
106152026-02-17T01:07:13.587Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
106162026-02-17T01:07:13.587Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
106172026-02-17T01:07:13.587Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
106182026-02-17T01:07:13.587Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.33s
106192026-02-17T01:07:13.684Z Doc-tests api_identity
106202026-02-17T01:07:13.689Z 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-a693e154c31da445/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-3b17be8bf2dd28d9.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106212026-02-17T01:07:13.935Z
106222026-02-17T01:07:13.935Zrunning 0 tests
106232026-02-17T01:07:13.935Z
106242026-02-17T01:07:13.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106252026-02-17T01:07:13.936Z
106262026-02-17T01:07:13.954Z Doc-tests authz_macros
106272026-02-17T01:07:13.958Z 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-a693e154c31da445/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-0ff7a3a68f7d32fa.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106282026-02-17T01:07:14.698Z
106292026-02-17T01:07:14.698Zrunning 7 tests
106302026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
106312026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
106322026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
106332026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
106342026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
106352026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
106362026-02-17T01:07:14.698Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
106372026-02-17T01:07:14.705Z
106382026-02-17T01:07:14.706Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
106392026-02-17T01:07:14.706Z
106402026-02-17T01:07:14.712Z Doc-tests bootstore
106412026-02-17T01:07:14.717Z 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-a693e154c31da445/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-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-378bfe3bd2c3ab3c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106422026-02-17T01:07:15.322Z
106432026-02-17T01:07:15.322Zrunning 0 tests
106442026-02-17T01:07:15.322Z
106452026-02-17T01:07:15.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106462026-02-17T01:07:15.322Z
106472026-02-17T01:07:15.561Z Doc-tests bootstrap_agent_api
106482026-02-17T01:07:15.562Z 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-a693e154c31da445/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-beb5f7fc9d70cddc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106492026-02-17T01:07:16.249Z
106502026-02-17T01:07:16.249Zrunning 2 tests
106512026-02-17T01:07:16.249Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 41) ... ignored
106522026-02-17T01:07:16.249Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 47) ... ignored
106532026-02-17T01:07:16.249Z
106542026-02-17T01:07:16.249Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106552026-02-17T01:07:16.249Z
106562026-02-17T01:07:16.284Z Doc-tests bootstrap_agent_client
106572026-02-17T01:07:16.284Z 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-a693e154c31da445/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-2abf6dc8a873eb5c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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`
106582026-02-17T01:07:16.690Z
106592026-02-17T01:07:16.690Zrunning 0 tests
106602026-02-17T01:07:16.690Z
106612026-02-17T01:07:16.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106622026-02-17T01:07:16.690Z
106632026-02-17T01:07:16.723Z Doc-tests bootstrap_agent_lockstep_api
106642026-02-17T01:07:16.723Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106652026-02-17T01:07:17.538Z
106662026-02-17T01:07:17.538Zrunning 2 tests
106672026-02-17T01:07:17.538Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 26) ... ignored
106682026-02-17T01:07:17.538Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 32) ... ignored
106692026-02-17T01:07:17.538Z
106702026-02-17T01:07:17.538Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106712026-02-17T01:07:17.538Z
106722026-02-17T01:07:17.571Z Doc-tests bootstrap_agent_lockstep_client
106732026-02-17T01:07:17.571Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106742026-02-17T01:07:18.283Z
106752026-02-17T01:07:18.283Zrunning 0 tests
106762026-02-17T01:07:18.284Z
106772026-02-17T01:07:18.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106782026-02-17T01:07:18.284Z
106792026-02-17T01:07:18.322Z Doc-tests clickana
106802026-02-17T01:07:18.322Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-01754f25c9508769.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106812026-02-17T01:07:18.717Z
106822026-02-17T01:07:18.717Zrunning 0 tests
106832026-02-17T01:07:18.717Z
106842026-02-17T01:07:18.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106852026-02-17T01:07:18.717Z
106862026-02-17T01:07:18.746Z Doc-tests clickhouse_admin_api
106872026-02-17T01:07:18.749Z 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-a693e154c31da445/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-72741a937caa6813.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-7f4eab983f4d572e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106882026-02-17T01:07:19.520Z
106892026-02-17T01:07:19.520Zrunning 6 tests
106902026-02-17T01:07:19.520Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
106912026-02-17T01:07:19.520Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
106922026-02-17T01:07:19.520Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
106932026-02-17T01:07:19.521Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
106942026-02-17T01:07:19.521Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
106952026-02-17T01:07:19.521Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
106962026-02-17T01:07:19.521Z
106972026-02-17T01:07:19.524Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
106982026-02-17T01:07:19.524Z
106992026-02-17T01:07:19.551Z Doc-tests clickhouse_admin_keeper_client
107002026-02-17T01:07:19.551Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107012026-02-17T01:07:20.110Z
107022026-02-17T01:07:20.110Zrunning 0 tests
107032026-02-17T01:07:20.110Z
107042026-02-17T01:07:20.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107052026-02-17T01:07:20.111Z
107062026-02-17T01:07:20.145Z Doc-tests clickhouse_admin_server_client
107072026-02-17T01:07:20.145Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107082026-02-17T01:07:20.657Z
107092026-02-17T01:07:20.657Zrunning 0 tests
107102026-02-17T01:07:20.657Z
107112026-02-17T01:07:20.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107122026-02-17T01:07:20.657Z
107132026-02-17T01:07:20.691Z Doc-tests clickhouse_admin_single_client
107142026-02-17T01:07:20.691Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107152026-02-17T01:07:20.912Z
107162026-02-17T01:07:20.912Zrunning 0 tests
107172026-02-17T01:07:20.912Z
107182026-02-17T01:07:20.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107192026-02-17T01:07:20.912Z
107202026-02-17T01:07:20.934Z Doc-tests clickhouse_admin_test_utils
107212026-02-17T01:07:20.934Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107222026-02-17T01:07:21.187Z
107232026-02-17T01:07:21.187Zrunning 0 tests
107242026-02-17T01:07:21.187Z
107252026-02-17T01:07:21.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107262026-02-17T01:07:21.187Z
107272026-02-17T01:07:21.213Z Doc-tests clickhouse_admin_types
107282026-02-17T01:07:21.217Z 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-a693e154c31da445/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-597a40e7c3f31892.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-7f4eab983f4d572e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107292026-02-17T01:07:21.457Z
107302026-02-17T01:07:21.457Zrunning 0 tests
107312026-02-17T01:07:21.457Z
107322026-02-17T01:07:21.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107332026-02-17T01:07:21.457Z
107342026-02-17T01:07:21.483Z Doc-tests clickhouse_admin_types_versions
107352026-02-17T01:07:21.483Z 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-a693e154c31da445/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-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-7f4eab983f4d572e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107362026-02-17T01:07:22.498Z
107372026-02-17T01:07:22.499Zrunning 1 test
107382026-02-17T01:07:22.499Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
107392026-02-17T01:07:22.499Z
107402026-02-17T01:07:22.499Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107412026-02-17T01:07:22.499Z
107422026-02-17T01:07:22.537Z Doc-tests cockroach_admin_api
107432026-02-17T01:07:22.537Z 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-a693e154c31da445/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-02dd83ad2bc34839.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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`
107442026-02-17T01:07:23.231Z
107452026-02-17T01:07:23.231Zrunning 2 tests
107462026-02-17T01:07:23.231Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
107472026-02-17T01:07:23.231Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107482026-02-17T01:07:23.231Z
107492026-02-17T01:07:23.231Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107502026-02-17T01:07:23.231Z
107512026-02-17T01:07:23.253Z Doc-tests cockroach_admin_client
107522026-02-17T01:07:23.256Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107532026-02-17T01:07:23.545Z
107542026-02-17T01:07:23.545Zrunning 0 tests
107552026-02-17T01:07:23.545Z
107562026-02-17T01:07:23.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107572026-02-17T01:07:23.545Z
107582026-02-17T01:07:23.569Z Doc-tests cockroach_admin_types
107592026-02-17T01:07:23.569Z 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-a693e154c31da445/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-6069acf120fad6e1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107602026-02-17T01:07:23.686Z
107612026-02-17T01:07:23.686Zrunning 0 tests
107622026-02-17T01:07:23.686Z
107632026-02-17T01:07:23.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107642026-02-17T01:07:23.686Z
107652026-02-17T01:07:23.700Z Doc-tests cockroach_admin_types_versions
107662026-02-17T01:07:23.705Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107672026-02-17T01:07:24.400Z
107682026-02-17T01:07:24.400Zrunning 1 test
107692026-02-17T01:07:24.400Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107702026-02-17T01:07:24.400Z
107712026-02-17T01:07:24.400Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107722026-02-17T01:07:24.400Z
107732026-02-17T01:07:24.422Z Doc-tests db_macros
107742026-02-17T01:07:24.426Z 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-a693e154c31da445/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-fe3fd73f6b585a0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-5445f283397c81ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107752026-02-17T01:07:25.172Z
107762026-02-17T01:07:25.172Zrunning 3 tests
107772026-02-17T01:07:25.172Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
107782026-02-17T01:07:25.172Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
107792026-02-17T01:07:25.172Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
107802026-02-17T01:07:25.172Z
107812026-02-17T01:07:25.172Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107822026-02-17T01:07:25.172Z
107832026-02-17T01:07:25.190Z Doc-tests dev_tools_common
107842026-02-17T01:07:25.194Z 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-a693e154c31da445/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`
107852026-02-17T01:07:25.251Z
107862026-02-17T01:07:25.251Zrunning 0 tests
107872026-02-17T01:07:25.251Z
107882026-02-17T01:07:25.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107892026-02-17T01:07:25.251Z
107902026-02-17T01:07:25.262Z Doc-tests dns_server
107912026-02-17T01:07:25.265Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-dbf3c26303ac12fa.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-222f1d3cf1381884.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107922026-02-17T01:07:25.628Z
107932026-02-17T01:07:25.628Zrunning 0 tests
107942026-02-17T01:07:25.628Z
107952026-02-17T01:07:25.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107962026-02-17T01:07:25.629Z
107972026-02-17T01:07:25.659Z Doc-tests dns_server_api
107982026-02-17T01:07:25.659Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107992026-02-17T01:07:26.420Z
108002026-02-17T01:07:26.420Zrunning 2 tests
108012026-02-17T01:07:26.420Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
108022026-02-17T01:07:26.420Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
108032026-02-17T01:07:26.420Z
108042026-02-17T01:07:26.420Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108052026-02-17T01:07:26.420Z
108062026-02-17T01:07:26.448Z Doc-tests dns_service_client
108072026-02-17T01:07:26.451Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108082026-02-17T01:07:26.775Z
108092026-02-17T01:07:26.775Zrunning 0 tests
108102026-02-17T01:07:26.775Z
108112026-02-17T01:07:26.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108122026-02-17T01:07:26.775Z
108132026-02-17T01:07:26.806Z Doc-tests end_to_end_tests
108142026-02-17T01:07:26.809Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-f61c9cb578892415.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-0dca8aec7b86cd8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2ebef30c91f831db.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-803adda7b9603816.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4987c76e5e5dade7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108152026-02-17T01:07:27.352Z
108162026-02-17T01:07:27.353Zrunning 0 tests
108172026-02-17T01:07:27.353Z
108182026-02-17T01:07:27.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108192026-02-17T01:07:27.353Z
108202026-02-17T01:07:27.391Z Doc-tests ereport_types
108212026-02-17T01:07:27.391Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108222026-02-17T01:07:27.601Z
108232026-02-17T01:07:27.601Zrunning 0 tests
108242026-02-17T01:07:27.601Z
108252026-02-17T01:07:27.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108262026-02-17T01:07:27.601Z
108272026-02-17T01:07:27.622Z Doc-tests gateway_api
108282026-02-17T01:07:27.622Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108292026-02-17T01:07:28.362Z
108302026-02-17T01:07:28.362Zrunning 2 tests
108312026-02-17T01:07:28.362Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
108322026-02-17T01:07:28.362Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
108332026-02-17T01:07:28.362Z
108342026-02-17T01:07:28.362Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108352026-02-17T01:07:28.362Z
108362026-02-17T01:07:28.386Z Doc-tests gateway_client
108372026-02-17T01:07:28.390Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108382026-02-17T01:07:29.391Z
108392026-02-17T01:07:29.391Zrunning 0 tests
108402026-02-17T01:07:29.391Z
108412026-02-17T01:07:29.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108422026-02-17T01:07:29.391Z
108432026-02-17T01:07:29.430Z Doc-tests gateway_test_utils
108442026-02-17T01:07:29.430Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.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`
108452026-02-17T01:07:30.054Z
108462026-02-17T01:07:30.054Zrunning 0 tests
108472026-02-17T01:07:30.054Z
108482026-02-17T01:07:30.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108492026-02-17T01:07:30.054Z
108502026-02-17T01:07:30.095Z Doc-tests gateway_types
108512026-02-17T01:07:30.099Z 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-a693e154c31da445/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-cc28b6cbe76a3d1b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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`
108522026-02-17T01:07:30.284Z
108532026-02-17T01:07:30.284Zrunning 0 tests
108542026-02-17T01:07:30.284Z
108552026-02-17T01:07:30.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108562026-02-17T01:07:30.284Z
108572026-02-17T01:07:30.304Z Doc-tests gateway_types_versions
108582026-02-17T01:07:30.308Z 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-a693e154c31da445/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-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
108592026-02-17T01:07:31.447Z
108602026-02-17T01:07:31.447Zrunning 1 test
108612026-02-17T01:07:31.447Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108622026-02-17T01:07:31.447Z
108632026-02-17T01:07:31.447Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108642026-02-17T01:07:31.447Z
108652026-02-17T01:07:31.483Z Doc-tests gfss
108662026-02-17T01:07:31.483Z 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-a693e154c31da445/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-832701acb9ca9d3b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib -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`
108672026-02-17T01:07:31.625Z
108682026-02-17T01:07:31.625Zrunning 0 tests
108692026-02-17T01:07:31.625Z
108702026-02-17T01:07:31.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108712026-02-17T01:07:31.625Z
108722026-02-17T01:07:31.641Z Doc-tests illumos_utils
108732026-02-17T01:07:31.644Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1cfc0feee6f07f51.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a69d61b81f6a260b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-18800e7cec4c4855.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib -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`
108742026-02-17T01:07:32.276Z
108752026-02-17T01:07:32.276Zrunning 0 tests
108762026-02-17T01:07:32.276Z
108772026-02-17T01:07:32.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108782026-02-17T01:07:32.277Z
108792026-02-17T01:07:32.313Z Doc-tests installinator
108802026-02-17T01:07:32.318Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-dbc060f8409b4926.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.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-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-35b071198303dc4d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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`
108812026-02-17T01:07:32.876Z
108822026-02-17T01:07:32.876Zrunning 0 tests
108832026-02-17T01:07:32.876Z
108842026-02-17T01:07:32.876Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108852026-02-17T01:07:32.876Z
108862026-02-17T01:07:32.915Z Doc-tests installinator_api
108872026-02-17T01:07:32.919Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8e1686d3b6c6709d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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`
108882026-02-17T01:07:33.613Z
108892026-02-17T01:07:33.613Zrunning 2 tests
108902026-02-17T01:07:33.613Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
108912026-02-17T01:07:33.613Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
108922026-02-17T01:07:33.613Z
108932026-02-17T01:07:33.613Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108942026-02-17T01:07:33.613Z
108952026-02-17T01:07:33.639Z Doc-tests installinator_client
108962026-02-17T01:07:33.639Z 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-a693e154c31da445/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-56b24c107f100ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108972026-02-17T01:07:34.059Z
108982026-02-17T01:07:34.060Zrunning 0 tests
108992026-02-17T01:07:34.060Z
109002026-02-17T01:07:34.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109012026-02-17T01:07:34.060Z
109022026-02-17T01:07:34.085Z Doc-tests installinator_common
109032026-02-17T01:07:34.088Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8e1686d3b6c6709d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109042026-02-17T01:07:34.469Z
109052026-02-17T01:07:34.469Zrunning 0 tests
109062026-02-17T01:07:34.469Z
109072026-02-17T01:07:34.469Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109082026-02-17T01:07:34.469Z
109092026-02-17T01:07:34.501Z Doc-tests installinator_common_versions
109102026-02-17T01:07:34.504Z 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-a693e154c31da445/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-8e1686d3b6c6709d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109112026-02-17T01:07:35.124Z
109122026-02-17T01:07:35.124Zrunning 1 test
109132026-02-17T01:07:35.124Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
109142026-02-17T01:07:35.124Z
109152026-02-17T01:07:35.124Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109162026-02-17T01:07:35.124Z
109172026-02-17T01:07:35.142Z Doc-tests internal_dns_resolver
109182026-02-17T01:07:35.145Z 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-a693e154c31da445/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-765cbd6a0cf33eee.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-3269219ba65739fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109192026-02-17T01:07:35.441Z
109202026-02-17T01:07:35.441Zrunning 0 tests
109212026-02-17T01:07:35.441Z
109222026-02-17T01:07:35.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109232026-02-17T01:07:35.441Z
109242026-02-17T01:07:35.470Z Doc-tests internal_dns_types
109252026-02-17T01:07:35.473Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109262026-02-17T01:07:35.754Z
109272026-02-17T01:07:35.754Zrunning 0 tests
109282026-02-17T01:07:35.754Z
109292026-02-17T01:07:35.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109302026-02-17T01:07:35.754Z
109312026-02-17T01:07:35.781Z Doc-tests internal_dns_types_versions
109322026-02-17T01:07:35.781Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-a419e77b50b5c327.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109332026-02-17T01:07:36.611Z
109342026-02-17T01:07:36.611Zrunning 1 test
109352026-02-17T01:07:36.611Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
109362026-02-17T01:07:36.611Z
109372026-02-17T01:07:36.611Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382026-02-17T01:07:36.611Z
109392026-02-17T01:07:36.643Z Doc-tests ipcc
109402026-02-17T01:07:36.643Z 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-a693e154c31da445/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-94666c5d13597da6.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-fac091bac27f8609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109412026-02-17T01:07:36.784Z
109422026-02-17T01:07:36.784Zrunning 0 tests
109432026-02-17T01:07:36.784Z
109442026-02-17T01:07:36.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109452026-02-17T01:07:36.784Z
109462026-02-17T01:07:36.800Z Doc-tests key_manager
109472026-02-17T01:07:36.803Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109482026-02-17T01:07:37.063Z
109492026-02-17T01:07:37.063Zrunning 0 tests
109502026-02-17T01:07:37.064Z
109512026-02-17T01:07:37.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109522026-02-17T01:07:37.064Z
109532026-02-17T01:07:37.090Z Doc-tests live_tests_macros
109542026-02-17T01:07:37.090Z 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-a693e154c31da445/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-88884333e91bba58.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109552026-02-17T01:07:37.652Z
109562026-02-17T01:07:37.652Zrunning 1 test
109572026-02-17T01:07:37.652Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109582026-02-17T01:07:37.652Z
109592026-02-17T01:07:37.652Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109602026-02-17T01:07:37.652Z
109612026-02-17T01:07:37.666Z Doc-tests nexus_auth
109622026-02-17T01:07:37.669Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0ff7a3a68f7d32fa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7f20c59c4b88385e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
109632026-02-17T01:07:38.753Z
109642026-02-17T01:07:38.753Zrunning 0 tests
109652026-02-17T01:07:38.753Z
109662026-02-17T01:07:38.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109672026-02-17T01:07:38.753Z
109682026-02-17T01:07:38.803Z Doc-tests nexus_background_task_interface
109692026-02-17T01:07:38.803Z 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-a693e154c31da445/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-c634ad44de602626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109702026-02-17T01:07:38.882Z
109712026-02-17T01:07:38.882Zrunning 0 tests
109722026-02-17T01:07:38.882Z
109732026-02-17T01:07:38.882Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109742026-02-17T01:07:38.882Z
109752026-02-17T01:07:38.894Z Doc-tests nexus_client
109762026-02-17T01:07:38.894Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109772026-02-17T01:07:39.726Z
109782026-02-17T01:07:39.726Zrunning 0 tests
109792026-02-17T01:07:39.726Z
109802026-02-17T01:07:39.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109812026-02-17T01:07:39.726Z
109822026-02-17T01:07:39.769Z Doc-tests nexus_config
109832026-02-17T01:07:39.772Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109842026-02-17T01:07:40.534Z
109852026-02-17T01:07:40.534Zrunning 0 tests
109862026-02-17T01:07:40.534Z
109872026-02-17T01:07:40.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109882026-02-17T01:07:40.534Z
109892026-02-17T01:07:40.579Z Doc-tests nexus_db_errors
109902026-02-17T01:07:40.579Z 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-a693e154c31da445/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-cb6fed0666e78053.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109912026-02-17T01:07:41.013Z
109922026-02-17T01:07:41.013Zrunning 0 tests
109932026-02-17T01:07:41.013Z
109942026-02-17T01:07:41.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109952026-02-17T01:07:41.013Z
109962026-02-17T01:07:41.054Z Doc-tests nexus_db_fixed_data
109972026-02-17T01:07:41.054Z 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-a693e154c31da445/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-7f20c59c4b88385e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
109982026-02-17T01:07:41.535Z
109992026-02-17T01:07:41.535Zrunning 0 tests
110002026-02-17T01:07:41.535Z
110012026-02-17T01:07:41.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110022026-02-17T01:07:41.535Z
110032026-02-17T01:07:41.572Z Doc-tests nexus_db_lookup
110042026-02-17T01:07:41.575Z 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-a693e154c31da445/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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
110052026-02-17T01:07:42.404Z
110062026-02-17T01:07:42.404Zrunning 0 tests
110072026-02-17T01:07:42.404Z
110082026-02-17T01:07:42.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110092026-02-17T01:07:42.404Z
110102026-02-17T01:07:42.452Z Doc-tests nexus_db_model
110112026-02-17T01:07:42.456Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-d6b3be70afc05bba.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
110122026-02-17T01:08:01.421Z
110132026-02-17T01:08:01.421Zrunning 2 tests
110142026-02-17T01:08:01.432Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
110152026-02-17T01:08:01.432Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
110162026-02-17T01:08:01.432Z
110172026-02-17T01:08:01.432Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
110182026-02-17T01:08:01.432Z
110192026-02-17T01:08:01.586Z Doc-tests nexus_db_queries
110202026-02-17T01:08:01.591Z 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-a693e154c31da445/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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-fe3fd73f6b585a0a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-6bb6224ddadfe465.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e2a2f2a1143a3733.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-7f20c59c4b88385e.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d6a442a1cc96b301.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
110212026-02-17T01:08:10.073Z
110222026-02-17T01:08:10.073Zrunning 2 tests
110232026-02-17T01:08:10.076Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 433) ... ignored
110242026-02-17T01:08:10.079Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
110252026-02-17T01:08:10.079Z
110262026-02-17T01:08:10.079Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272026-02-17T01:08:10.079Z
110282026-02-17T01:08:10.193Z Doc-tests nexus_db_schema
110292026-02-17T01:08:10.193Z 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-a693e154c31da445/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-cb6fed0666e78053.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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`
110302026-02-17T01:08:17.823Z
110312026-02-17T01:08:17.823Zrunning 0 tests
110322026-02-17T01:08:17.823Z
110332026-02-17T01:08:17.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342026-02-17T01:08:17.823Z
110352026-02-17T01:08:18.062Z Doc-tests nexus_defaults
110362026-02-17T01:08:18.062Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_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-a693e154c31da445/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-b506b73b6d5c9588.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110372026-02-17T01:08:18.313Z
110382026-02-17T01:08:18.313Zrunning 0 tests
110392026-02-17T01:08:18.313Z
110402026-02-17T01:08:18.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110412026-02-17T01:08:18.314Z
110422026-02-17T01:08:18.340Z Doc-tests nexus_external_api
110432026-02-17T01:08:18.340Z 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-a693e154c31da445/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-3b17be8bf2dd28d9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110442026-02-17T01:08:20.363Z
110452026-02-17T01:08:20.363Zrunning 2 tests
110462026-02-17T01:08:20.363Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 178) ... ignored
110472026-02-17T01:08:20.363Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 184) ... ignored
110482026-02-17T01:08:20.363Z
110492026-02-17T01:08:20.366Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-02-17T01:08:20.367Z
110512026-02-17T01:08:20.428Z Doc-tests nexus_internal_api
110522026-02-17T01:08:20.428Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110532026-02-17T01:08:21.384Z
110542026-02-17T01:08:21.384Zrunning 2 tests
110552026-02-17T01:08:21.384Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
110562026-02-17T01:08:21.384Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
110572026-02-17T01:08:21.384Z
110582026-02-17T01:08:21.384Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110592026-02-17T01:08:21.384Z
110602026-02-17T01:08:21.424Z Doc-tests nexus_inventory
110612026-02-17T01:08:21.428Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-66912a399ab153d9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.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`
110622026-02-17T01:08:21.866Z
110632026-02-17T01:08:21.866Zrunning 0 tests
110642026-02-17T01:08:21.866Z
110652026-02-17T01:08:21.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110662026-02-17T01:08:21.866Z
110672026-02-17T01:08:21.903Z Doc-tests nexus_lockstep_api
110682026-02-17T01:08:21.903Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.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`
110692026-02-17T01:08:22.859Z
110702026-02-17T01:08:22.859Zrunning 2 tests
110712026-02-17T01:08:22.859Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
110722026-02-17T01:08:22.859Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
110732026-02-17T01:08:22.859Z
110742026-02-17T01:08:22.859Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110752026-02-17T01:08:22.859Z
110762026-02-17T01:08:22.900Z Doc-tests nexus_lockstep_client
110772026-02-17T01:08:22.900Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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`
110782026-02-17T01:08:25.656Z
110792026-02-17T01:08:25.656Zrunning 0 tests
110802026-02-17T01:08:25.656Z
110812026-02-17T01:08:25.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110822026-02-17T01:08:25.656Z
110832026-02-17T01:08:25.732Z Doc-tests nexus_macros_common
110842026-02-17T01:08:25.732Z 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-a693e154c31da445/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-867e26f8b34b0e6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110852026-02-17T01:08:25.797Z
110862026-02-17T01:08:25.797Zrunning 0 tests
110872026-02-17T01:08:25.797Z
110882026-02-17T01:08:25.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110892026-02-17T01:08:25.797Z
110902026-02-17T01:08:25.808Z Doc-tests nexus_metrics_producer_gc
110912026-02-17T01:08:25.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_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-a693e154c31da445/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-42cf0d5c083d7881.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
110922026-02-17T01:08:26.322Z
110932026-02-17T01:08:26.322Zrunning 0 tests
110942026-02-17T01:08:26.322Z
110952026-02-17T01:08:26.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110962026-02-17T01:08:26.322Z
110972026-02-17T01:08:26.367Z Doc-tests nexus_mgs_updates
110982026-02-17T01:08:26.371Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110992026-02-17T01:08:26.873Z
111002026-02-17T01:08:26.873Zrunning 0 tests
111012026-02-17T01:08:26.873Z
111022026-02-17T01:08:26.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111032026-02-17T01:08:26.873Z
111042026-02-17T01:08:26.913Z Doc-tests nexus_networking
111052026-02-17T01:08:26.913Z 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-a693e154c31da445/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-1c251e2ec15413d7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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`
111062026-02-17T01:08:27.429Z
111072026-02-17T01:08:27.429Zrunning 0 tests
111082026-02-17T01:08:27.429Z
111092026-02-17T01:08:27.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111102026-02-17T01:08:27.429Z
111112026-02-17T01:08:27.472Z Doc-tests nexus_reconfigurator_blippy
111122026-02-17T01:08:27.472Z 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-a693e154c31da445/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-58606c2cc24cce8a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111132026-02-17T01:08:27.877Z
111142026-02-17T01:08:27.877Zrunning 0 tests
111152026-02-17T01:08:27.877Z
111162026-02-17T01:08:27.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111172026-02-17T01:08:27.877Z
111182026-02-17T01:08:27.914Z Doc-tests nexus_reconfigurator_execution
111192026-02-17T01:08:27.918Z 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-a693e154c31da445/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-42cf0d5c083d7881.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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`
111202026-02-17T01:08:28.488Z
111212026-02-17T01:08:28.488Zrunning 0 tests
111222026-02-17T01:08:28.488Z
111232026-02-17T01:08:28.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111242026-02-17T01:08:28.488Z
111252026-02-17T01:08:28.534Z Doc-tests nexus_reconfigurator_planning
111262026-02-17T01:08:28.537Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-595ad7f0bedfee69.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-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.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`
111272026-02-17T01:08:29.253Z
111282026-02-17T01:08:29.253Zrunning 0 tests
111292026-02-17T01:08:29.253Z
111302026-02-17T01:08:29.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111312026-02-17T01:08:29.253Z
111322026-02-17T01:08:29.299Z Doc-tests nexus_reconfigurator_preparation
111332026-02-17T01:08:29.299Z 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-a693e154c31da445/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-1c251e2ec15413d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib -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`
111342026-02-17T01:08:29.798Z
111352026-02-17T01:08:29.798Zrunning 0 tests
111362026-02-17T01:08:29.798Z
111372026-02-17T01:08:29.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111382026-02-17T01:08:29.798Z
111392026-02-17T01:08:29.842Z Doc-tests nexus_reconfigurator_rendezvous
111402026-02-17T01:08:29.842Z 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-a693e154c31da445/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-42cf0d5c083d7881.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111412026-02-17T01:08:30.354Z
111422026-02-17T01:08:30.354Zrunning 0 tests
111432026-02-17T01:08:30.354Z
111442026-02-17T01:08:30.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111452026-02-17T01:08:30.354Z
111462026-02-17T01:08:30.399Z Doc-tests nexus_reconfigurator_simulation
111472026-02-17T01:08:30.399Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-bda9d7b3463089bb.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e4c04f53b101375e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.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`
111482026-02-17T01:08:30.924Z
111492026-02-17T01:08:30.924Zrunning 0 tests
111502026-02-17T01:08:30.924Z
111512026-02-17T01:08:30.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111522026-02-17T01:08:30.924Z
111532026-02-17T01:08:30.963Z Doc-tests nexus_saga_recovery
111542026-02-17T01:08:30.966Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111552026-02-17T01:08:31.390Z
111562026-02-17T01:08:31.390Zrunning 0 tests
111572026-02-17T01:08:31.390Z
111582026-02-17T01:08:31.390Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111592026-02-17T01:08:31.390Z
111602026-02-17T01:08:31.428Z Doc-tests nexus_test_interface
111612026-02-17T01:08:31.428Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111622026-02-17T01:08:31.927Z
111632026-02-17T01:08:31.927Zrunning 0 tests
111642026-02-17T01:08:31.927Z
111652026-02-17T01:08:31.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111662026-02-17T01:08:31.927Z
111672026-02-17T01:08:31.969Z Doc-tests nexus_test_utils
111682026-02-17T01:08:31.973Z 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-a693e154c31da445/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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f8bef2f4355884d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
111692026-02-17T01:08:32.886Z
111702026-02-17T01:08:32.886Zrunning 0 tests
111712026-02-17T01:08:32.886Z
111722026-02-17T01:08:32.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111732026-02-17T01:08:32.886Z
111742026-02-17T01:08:32.937Z Doc-tests nexus_test_utils_macros
111752026-02-17T01:08:32.937Z 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-a693e154c31da445/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-94edf5bf195310ab.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111762026-02-17T01:08:33.009Z
111772026-02-17T01:08:33.010Zrunning 1 test
111782026-02-17T01:08:33.013Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
111792026-02-17T01:08:33.013Z
111802026-02-17T01:08:33.013Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111812026-02-17T01:08:33.013Z
111822026-02-17T01:08:33.022Z Doc-tests nexus_types
111832026-02-17T01:08:33.025Z 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-a693e154c31da445/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.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`
111842026-02-17T01:08:38.226Z
111852026-02-17T01:08:38.226Zrunning 3 tests
111862026-02-17T01:08:38.226Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 2666) ... ignored
111872026-02-17T01:08:38.226Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2538) ... ignored
111882026-02-17T01:08:38.226Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1647) ... ignored
111892026-02-17T01:08:38.229Z
111902026-02-17T01:08:38.229Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
111912026-02-17T01:08:38.230Z
111922026-02-17T01:08:38.359Z Doc-tests ntp_admin_api
111932026-02-17T01:08:38.360Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-d6a9099d35a64082.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-10b07eca47b7e644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111942026-02-17T01:08:39.036Z
111952026-02-17T01:08:39.036Zrunning 2 tests
111962026-02-17T01:08:39.036Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
111972026-02-17T01:08:39.036Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
111982026-02-17T01:08:39.036Z
111992026-02-17T01:08:39.036Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112002026-02-17T01:08:39.036Z
112012026-02-17T01:08:39.059Z Doc-tests ntp_admin_client
112022026-02-17T01:08:39.059Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112032026-02-17T01:08:39.266Z
112042026-02-17T01:08:39.266Zrunning 0 tests
112052026-02-17T01:08:39.266Z
112062026-02-17T01:08:39.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112072026-02-17T01:08:39.266Z
112082026-02-17T01:08:39.288Z Doc-tests ntp_admin_types
112092026-02-17T01:08:39.291Z 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-a693e154c31da445/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-f197d58fb3eb0224.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-10b07eca47b7e644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112102026-02-17T01:08:39.375Z
112112026-02-17T01:08:39.375Zrunning 0 tests
112122026-02-17T01:08:39.375Z
112132026-02-17T01:08:39.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112142026-02-17T01:08:39.375Z
112152026-02-17T01:08:39.388Z Doc-tests ntp_admin_types_versions
112162026-02-17T01:08:39.389Z 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-a693e154c31da445/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-10b07eca47b7e644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112172026-02-17T01:08:40.013Z
112182026-02-17T01:08:40.013Zrunning 1 test
112192026-02-17T01:08:40.013Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
112202026-02-17T01:08:40.013Z
112212026-02-17T01:08:40.013Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112222026-02-17T01:08:40.013Z
112232026-02-17T01:08:40.031Z Doc-tests omicron_certificates
112242026-02-17T01:08:40.034Z 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-a693e154c31da445/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-d6b3be70afc05bba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.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-4bb6e69cb038f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112252026-02-17T01:08:40.302Z
112262026-02-17T01:08:40.302Zrunning 0 tests
112272026-02-17T01:08:40.302Z
112282026-02-17T01:08:40.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112292026-02-17T01:08:40.302Z
112302026-02-17T01:08:40.330Z Doc-tests omicron_clickhouse_admin
112312026-02-17T01:08:40.333Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-72741a937caa6813.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2373d3442ef2428d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-7bb50a0a74b30b60.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112322026-02-17T01:08:40.786Z
112332026-02-17T01:08:40.786Zrunning 0 tests
112342026-02-17T01:08:40.786Z
112352026-02-17T01:08:40.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112362026-02-17T01:08:40.786Z
112372026-02-17T01:08:40.826Z Doc-tests omicron_cockroach_admin
112382026-02-17T01:08:40.826Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-02dd83ad2bc34839.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-483a5f4c2fb9c8cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-838063cee5c7bef7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f8bef2f4355884d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib -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`
112392026-02-17T01:08:41.177Z
112402026-02-17T01:08:41.177Zrunning 0 tests
112412026-02-17T01:08:41.177Z
112422026-02-17T01:08:41.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112432026-02-17T01:08:41.177Z
112442026-02-17T01:08:41.210Z Doc-tests omicron_cockroach_metrics
112452026-02-17T01:08:41.210Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-6069acf120fad6e1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-778cf853b510539e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112462026-02-17T01:08:43.633Z
112472026-02-17T01:08:43.633Zrunning 1 test
112482026-02-17T01:08:43.637Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
112492026-02-17T01:08:43.637Z
112502026-02-17T01:08:43.637Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112512026-02-17T01:08:43.637Z
112522026-02-17T01:08:43.668Z Doc-tests omicron_common
112532026-02-17T01:08:43.671Z 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-a693e154c31da445/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-3b17be8bf2dd28d9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e5577dd0b2ee6471.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-0d4ce179ccc9bb16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
112542026-02-17T01:08:51.921Z
112552026-02-17T01:08:51.921Zrunning 3 tests
112562026-02-17T01:08:51.924Ztest common/src/lib.rs - FileKv (line 38) ... ignored
112572026-02-17T01:08:51.929Ztest common/src/lib.rs - BytesToHexDebug (line 115) ... ok
112582026-02-17T01:08:51.929Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
112592026-02-17T01:08:51.929Z
112602026-02-17T01:08:51.929Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112612026-02-17T01:08:51.929Z
112622026-02-17T01:08:52.016Z Doc-tests omicron_ddm_admin_client
112632026-02-17T01:08:52.019Z 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-a693e154c31da445/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-a4c90b209fac200f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112642026-02-17T01:08:52.307Z
112652026-02-17T01:08:52.308Zrunning 0 tests
112662026-02-17T01:08:52.308Z
112672026-02-17T01:08:52.308Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112682026-02-17T01:08:52.308Z
112692026-02-17T01:08:52.336Z Doc-tests omicron_dev_lib
112702026-02-17T01:08:52.336Z 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-a693e154c31da445/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-89981ba03029e2b7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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`
112712026-02-17T01:08:52.723Z
112722026-02-17T01:08:52.723Zrunning 0 tests
112732026-02-17T01:08:52.723Z
112742026-02-17T01:08:52.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112752026-02-17T01:08:52.723Z
112762026-02-17T01:08:52.759Z Doc-tests omicron_gateway
112772026-02-17T01:08:52.762Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-e22eb2a038e1cc0c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-976e225035409be9.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-cb1a866b4f43520e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-3d5ba28f56090ac7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-c5b820962fdbcbb3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d9f77773095d1fe1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8407c2a602f4c9fe.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112782026-02-17T01:08:53.498Z
112792026-02-17T01:08:53.498Zrunning 0 tests
112802026-02-17T01:08:53.498Z
112812026-02-17T01:08:53.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112822026-02-17T01:08:53.498Z
112832026-02-17T01:08:53.549Z Doc-tests omicron_ls_apis
112842026-02-17T01:08:53.549Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ca8858a55d248cde.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112852026-02-17T01:08:53.820Z
112862026-02-17T01:08:53.820Zrunning 1 test
112872026-02-17T01:08:53.823Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
112882026-02-17T01:08:53.823Z
112892026-02-17T01:08:53.823Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112902026-02-17T01:08:53.823Z
112912026-02-17T01:08:53.841Z Doc-tests omicron_nexus
112922026-02-17T01:08:53.845Z 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-a693e154c31da445/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-42cf0d5c083d7881.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-3ee139a1b51fd1d2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-5e8e9070911cee56.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-427f4b8e6526077e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-aa6cafe3285fe4e3.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-89b27cc662dc9299.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-cb6fed0666e78053.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-fcd5ae47ac2eacd9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-798d48f9b368db03.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-04b3ca1d732f85ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a8ae15d293e00f3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-fe453393195977f4.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c634ad44de602626.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38fca8aae82fa60f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-7769d6807439081a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-223700d506709411.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-a0f6e75a27ac11f5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-4108a15ecd429fec.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-cf60cbc47317475b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-aa368ef6c4e5ab52.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-6d316eedeeb66cce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f9862e559cf4acf4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-fe788ae44caa15b6.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-023b1f51d62a4900.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-764d78feb34569aa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3b3a9eabb5ca43e7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-aa9f9525ca4712a5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b7d86102d0cd044a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba9cdba0a9219436.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-94edf5bf195310ab.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.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-778cf853b510539e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-b44becc3fef98b48.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-4825ab682e841f54.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-4c7bd181e4351380.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a72601627a6a109b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b980969d56f21bc4.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-80e2652cd5ce3a7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-71442460c7ea7ddb.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-e3b38642a7993446.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fdb259f868f965ab.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-7792d06e79775fc9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a16fab7cf1860802.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112932026-02-17T01:09:03.826Z
112942026-02-17T01:09:03.826Zrunning 6 tests
112952026-02-17T01:09:03.829Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
112962026-02-17T01:09:03.829Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
112972026-02-17T01:09:03.832Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 958) ... ok
112982026-02-17T01:09:03.832Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1030) ... ok
112992026-02-17T01:09:03.832Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 936) ... ok
113002026-02-17T01:09:03.832Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1000) ... ok
113012026-02-17T01:09:03.832Z
113022026-02-17T01:09:03.832Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
113032026-02-17T01:09:03.832Z
113042026-02-17T01:09:03.970Z Doc-tests omicron_ntp_admin
113052026-02-17T01:09:03.973Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ed9d5907ead1a014.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-d6a9099d35a64082.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f197d58fb3eb0224.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-ca95abb0096ee3a8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib -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`
113062026-02-17T01:09:04.279Z
113072026-02-17T01:09:04.279Zrunning 0 tests
113082026-02-17T01:09:04.279Z
113092026-02-17T01:09:04.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113102026-02-17T01:09:04.280Z
113112026-02-17T01:09:04.308Z Doc-tests omicron_package
113122026-02-17T01:09:04.312Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-162d7845451617e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-79afde6865bd6b1a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.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-839c1c9f312a7691.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-326615d2ebd3e016.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113132026-02-17T01:09:04.576Z
113142026-02-17T01:09:04.576Zrunning 0 tests
113152026-02-17T01:09:04.576Z
113162026-02-17T01:09:04.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113172026-02-17T01:09:04.576Z
113182026-02-17T01:09:04.597Z Doc-tests omicron_passwords
113192026-02-17T01:09:04.600Z 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-a693e154c31da445/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-2f5f3c9501bb523c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113202026-02-17T01:09:04.728Z
113212026-02-17T01:09:04.728Zrunning 0 tests
113222026-02-17T01:09:04.728Z
113232026-02-17T01:09:04.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113242026-02-17T01:09:04.728Z
113252026-02-17T01:09:04.744Z Doc-tests omicron_pins
113262026-02-17T01:09:04.747Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-84bb7bf787c4e466.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-0ad9ab98e2777e31.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113272026-02-17T01:09:04.857Z
113282026-02-17T01:09:04.857Zrunning 0 tests
113292026-02-17T01:09:04.857Z
113302026-02-17T01:09:04.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113312026-02-17T01:09:04.857Z
113322026-02-17T01:09:04.873Z Doc-tests omicron_repl_utils
113332026-02-17T01:09:04.873Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.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`
113342026-02-17T01:09:04.960Z
113352026-02-17T01:09:04.960Zrunning 0 tests
113362026-02-17T01:09:04.960Z
113372026-02-17T01:09:04.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113382026-02-17T01:09:04.960Z
113392026-02-17T01:09:04.973Z Doc-tests omicron_rpaths
113402026-02-17T01:09:04.976Z 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-a693e154c31da445/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-de34f535cdb1e326.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113412026-02-17T01:09:05.036Z
113422026-02-17T01:09:05.036Zrunning 0 tests
113432026-02-17T01:09:05.036Z
113442026-02-17T01:09:05.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113452026-02-17T01:09:05.036Z
113462026-02-17T01:09:05.047Z Doc-tests omicron_sled_agent
113472026-02-17T01:09:05.050Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-8d5c5cfd6e356a04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-beb5f7fc9d70cddc.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-27bed2c08ac30ecf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-597a40e7c3f31892.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1f370e08b5fa090e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-d08aa5f1b3a67237.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fb5836d44357ffa7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-765cbd6a0cf33eee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5fd73c3d668c3882.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-1be11f80b597157b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-7bc7243d5bfca2d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-18ed1948276c6267.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-628a775f385c3019.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-71212cb3af2d88e5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-19e47931a65796ba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-2af3499fa6024671.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-93797fc7e206c290.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-0d75efef0704100a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-bf0f1ab4025844ea.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.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`
113482026-02-17T01:09:06.870Z
113492026-02-17T01:09:06.870Zrunning 0 tests
113502026-02-17T01:09:06.870Z
113512026-02-17T01:09:06.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113522026-02-17T01:09:06.870Z
113532026-02-17T01:09:06.947Z Doc-tests omicron_test_utils
113542026-02-17T01:09:06.951Z 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-a693e154c31da445/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-8d5c5cfd6e356a04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-c901b26b160583a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-da3c90b33369b5fe.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-e2462c6eed1a6296.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-bf00ff95c8089375.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-42ec4536277ed605.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -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`
113552026-02-17T01:09:18.994Z
113562026-02-17T01:09:18.994Zrunning 2 tests
113572026-02-17T01:09:19.005Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
113582026-02-17T01:09:19.007Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
113592026-02-17T01:09:19.007Z
113602026-02-17T01:09:19.007Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
113612026-02-17T01:09:19.008Z
113622026-02-17T01:09:19.029Z
113632026-02-17T01:09:19.029Zrunning 1 test
113642026-02-17T01:09:19.032Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
113652026-02-17T01:09:19.032Z
113662026-02-17T01:09:19.032Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113672026-02-17T01:09:19.032Z
113682026-02-17T01:09:19.032Zall doctests ran in 11.60s; merged doctests compilation took 11.56s
113692026-02-17T01:09:19.084Z Doc-tests omicron_uuid_kinds
113702026-02-17T01:09:19.084Z 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-a693e154c31da445/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-0fae711ad65ff322.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-629984ee1cbfbcc0.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.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`
113712026-02-17T01:09:19.294Z
113722026-02-17T01:09:19.294Zrunning 0 tests
113732026-02-17T01:09:19.294Z
113742026-02-17T01:09:19.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113752026-02-17T01:09:19.294Z
113762026-02-17T01:09:19.312Z Doc-tests omicron_workspace_hack
113772026-02-17T01:09:19.317Z 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-a693e154c31da445/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-994143e5b7399f4d.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2841d9923bfb3981.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-9880ddee2528f34f.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-d20757e461794771.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c4cf7be64d07a3a5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-e65843c263c6b84d.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f1a56c0a641fda20.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-92c99ae1ab92930d.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-b7ae764de0150ab4.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-52021b1685c9fddc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-904e4fb8bb5c555d.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-832701acb9ca9d3b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-458baaceb28d36ea.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-1d0003365d08156c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-eb43643541947398.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6af5bb40bdb644ed.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-72fe975ad5fe86d5.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-dfa4784a203e919e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-5ef34cadf3341d7d.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-17ee7386fcecf0f7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e031f19ba2f6cfb1.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f506e72af970f0a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-e64b9610087ab7c2.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1f53edda588876e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7dd411ddc1936db4.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-579e2954eea9547f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-23c24be66a4c0dc5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-13ddba1753151442.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-58606c2cc24cce8a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-b506b73b6d5c9588.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-9c26ba82ff743d15.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f223968053a21210.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2dd8e7bf4dc5ca8d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0ea5c03b1627206b.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-c0a33bd7df5bf90f.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-22a53ab63963f93c.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-a48a7ff70d304dcf.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ad1b960f39afe063.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-c2206934edeca671.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-f2585e3e3b8ef856.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-40431de2039ba476.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e943678c4f94acce.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6bdd53e489872ed5.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-f03f04b4b6546582.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-1939e5575b5e5905.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e48fc3a4299c14b5.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de7eb598561f51ea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-0c2878dfc4a36e8d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-86f40f3e61b1f3ba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-e8597f0e24f239bd.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-250bbb7014fdbcd8.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6efbd3184f8ad59c.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-129e369738b0a325.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-befaf97320b47129.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6813e55f57552f6f.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-9169fd5e318a8d7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6b10785537462411.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3c7f2b74b49a7e41.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-cc4c8bb02a9b9e01.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-47e15988146239e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-c99ea7f9de61c02c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e4e20a9c5ff34c84.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-09a17b58795e45a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-86657b3b2519ee82.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-d3beb03ed84bca04.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113782026-02-17T01:09:19.369Z
113792026-02-17T01:09:19.369Zrunning 0 tests
113802026-02-17T01:09:19.369Z
113812026-02-17T01:09:19.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113822026-02-17T01:09:19.369Z
113832026-02-17T01:09:19.380Z Doc-tests oxide_client
113842026-02-17T01:09:19.383Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-421960ef6d6cd1ee.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-ef8924a50ebffe34.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113852026-02-17T01:09:26.661Z
113862026-02-17T01:09:26.661Zrunning 311 tests
113872026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
113882026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
113892026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
113902026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
113912026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
113922026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
113932026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
113942026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
113952026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
113962026-02-17T01:09:26.661Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
113972026-02-17T01:09:26.662Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
113982026-02-17T01:09:26.662Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
113992026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
114002026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
114012026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
114022026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
114032026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
114042026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
114052026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
114062026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
114072026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
114082026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
114092026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
114102026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
114112026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
114122026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
114132026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
114142026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
114152026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
114162026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
114172026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
114182026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
114192026-02-17T01:09:26.667Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
114202026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
114212026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
114222026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
114232026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
114242026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
114252026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
114262026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
114272026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
114282026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
114292026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
114302026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
114312026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
114322026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
114332026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
114342026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
114352026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
114362026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
114372026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
114382026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
114392026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
114402026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
114412026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
114422026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
114432026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
114442026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
114452026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
114462026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
114472026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
114482026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
114492026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
114502026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
114512026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
114522026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
114532026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
114542026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
114552026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
114562026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
114572026-02-17T01:09:26.668Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
114582026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
114592026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
114602026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
114612026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
114622026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
114632026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
114642026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
114652026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
114662026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
114672026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
114682026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
114692026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
114702026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
114712026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
114722026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
114732026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
114742026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
114752026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
114762026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
114772026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
114782026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
114792026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
114802026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
114812026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
114822026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
114832026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
114842026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
114852026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
114862026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
114872026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
114882026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
114892026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
114902026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
114912026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
114922026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
114932026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
114942026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
114952026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
114962026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
114972026-02-17T01:09:26.669Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
114982026-02-17T01:09:26.670Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
114992026-02-17T01:09:26.674Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
115002026-02-17T01:09:26.674Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
115012026-02-17T01:09:26.674Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
115022026-02-17T01:09:26.674Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
115032026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
115042026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
115052026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
115062026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
115072026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
115082026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
115092026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
115102026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
115112026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
115122026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
115132026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
115142026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
115152026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
115162026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
115172026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
115182026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
115192026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
115202026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
115212026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
115222026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
115232026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
115242026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
115252026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
115262026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
115272026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
115282026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
115292026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
115302026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
115312026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
115322026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
115332026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
115342026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
115352026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
115362026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
115372026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
115382026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
115392026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
115402026-02-17T01:09:26.675Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
115412026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
115422026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
115432026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
115442026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
115452026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
115462026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
115472026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
115482026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
115492026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
115502026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
115512026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
115522026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
115532026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
115542026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
115552026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
115562026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
115572026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
115582026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
115592026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
115602026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
115612026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
115622026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
115632026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
115642026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
115652026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
115662026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
115672026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
115682026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
115692026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
115702026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
115712026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
115722026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
115732026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
115742026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
115752026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
115762026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
115772026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
115782026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
115792026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
115802026-02-17T01:09:26.676Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
115812026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
115822026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
115832026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
115842026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
115852026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
115862026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
115872026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
115882026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
115892026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
115902026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
115912026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
115922026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
115932026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
115942026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
115952026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
115962026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
115972026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
115982026-02-17T01:09:26.677Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
115992026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
116002026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
116012026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
116022026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
116032026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
116042026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
116052026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
116062026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
116072026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
116082026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
116092026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
116102026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
116112026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
116122026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
116132026-02-17T01:09:26.681Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
116142026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
116152026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
116162026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
116172026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
116182026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
116192026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
116202026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
116212026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
116222026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
116232026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
116242026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
116252026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
116262026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
116272026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
116282026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
116292026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
116302026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
116312026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
116322026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
116332026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
116342026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
116352026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
116362026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
116372026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
116382026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
116392026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
116402026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
116412026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
116422026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
116432026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
116442026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
116452026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
116462026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
116472026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
116482026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
116492026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
116502026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
116512026-02-17T01:09:26.682Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
116522026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
116532026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
116542026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
116552026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
116562026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
116572026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
116582026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
116592026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
116602026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
116612026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
116622026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
116632026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
116642026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
116652026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
116662026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
116672026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
116682026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
116692026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
116702026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
116712026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
116722026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
116732026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
116742026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
116752026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
116762026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
116772026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
116782026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
116792026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
116802026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
116812026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
116822026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
116832026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
116842026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
116852026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
116862026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
116872026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
116882026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
116892026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
116902026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
116912026-02-17T01:09:26.683Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
116922026-02-17T01:09:26.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
116932026-02-17T01:09:26.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
116942026-02-17T01:09:26.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
116952026-02-17T01:09:26.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
116962026-02-17T01:09:26.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
116972026-02-17T01:09:26.684Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
116982026-02-17T01:09:26.684Z
116992026-02-17T01:09:26.687Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
117002026-02-17T01:09:26.687Z
117012026-02-17T01:09:26.797Z Doc-tests oximeter
117022026-02-17T01:09:26.797Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c87692329bde4b6a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e22aeb0b43a6c0c6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117032026-02-17T01:09:33.466Z
117042026-02-17T01:09:33.466Zrunning 2 tests
117052026-02-17T01:09:33.470Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
117062026-02-17T01:09:33.475Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
117072026-02-17T01:09:33.475Z
117082026-02-17T01:09:33.475Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
117092026-02-17T01:09:33.475Z
117102026-02-17T01:09:33.530Z Doc-tests oximeter_api
117112026-02-17T01:09:33.533Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.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`
117122026-02-17T01:09:34.307Z
117132026-02-17T01:09:34.307Zrunning 2 tests
117142026-02-17T01:09:34.307Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
117152026-02-17T01:09:34.307Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
117162026-02-17T01:09:34.307Z
117172026-02-17T01:09:34.307Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117182026-02-17T01:09:34.307Z
117192026-02-17T01:09:34.337Z Doc-tests oximeter_client
117202026-02-17T01:09:34.338Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117212026-02-17T01:09:34.738Z
117222026-02-17T01:09:34.738Zrunning 0 tests
117232026-02-17T01:09:34.738Z
117242026-02-17T01:09:34.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117252026-02-17T01:09:34.738Z
117262026-02-17T01:09:34.770Z Doc-tests oximeter_collector
117272026-02-17T01:09:34.773Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-1cd76d9de7de973e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-b98a089a59d153d4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-20adacf7fa91162f.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-19391c3cbf5f5087.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117282026-02-17T01:09:35.393Z
117292026-02-17T01:09:35.393Zrunning 0 tests
117302026-02-17T01:09:35.393Z
117312026-02-17T01:09:35.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117322026-02-17T01:09:35.393Z
117332026-02-17T01:09:35.441Z Doc-tests oximeter_db
117342026-02-17T01:09:35.445Z 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-a693e154c31da445/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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-23a35671277130b0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-b2eb96f28f0124c2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3ccd842abda31d0e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-d5c79c108e63e61b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-085fd6f52ea50190.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c9172f5d3701e141.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-8a8fc5855e9bd164.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-b5d8d2d6b8567c9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
117352026-02-17T01:09:37.063Z
117362026-02-17T01:09:37.063Zrunning 3 tests
117372026-02-17T01:09:37.063Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
117382026-02-17T01:09:37.063Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
117392026-02-17T01:09:37.063Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
117402026-02-17T01:09:37.067Z
117412026-02-17T01:09:37.067Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
117422026-02-17T01:09:37.067Z
117432026-02-17T01:09:37.067Z
117442026-02-17T01:09:37.067Zrunning 2 tests
117452026-02-17T01:09:37.067Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
117462026-02-17T01:09:37.067Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
117472026-02-17T01:09:37.067Z
117482026-02-17T01:09:37.067Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117492026-02-17T01:09:37.067Z
117502026-02-17T01:09:37.067Zall doctests ran in 0.52s; merged doctests compilation took 0.51s
117512026-02-17T01:09:37.119Z Doc-tests oximeter_instruments
117522026-02-17T01:09:37.122Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9c9fd4f14932d9a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-528fcb02367dc1eb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
117532026-02-17T01:09:37.558Z
117542026-02-17T01:09:37.558Zrunning 0 tests
117552026-02-17T01:09:37.558Z
117562026-02-17T01:09:37.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117572026-02-17T01:09:37.558Z
117582026-02-17T01:09:37.593Z Doc-tests oximeter_macro_impl
117592026-02-17T01:09:37.593Z 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-a693e154c31da445/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-f15016a059b277e7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.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-ee84be41fe784280.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`
117602026-02-17T01:09:37.674Z
117612026-02-17T01:09:37.674Zrunning 0 tests
117622026-02-17T01:09:37.674Z
117632026-02-17T01:09:37.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117642026-02-17T01:09:37.674Z
117652026-02-17T01:09:37.686Z Doc-tests oximeter_producer
117662026-02-17T01:09:37.689Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-968fc41ec55c3359.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-2c28899e1761c0cb.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0061bfffaf0a7a65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117672026-02-17T01:09:38.171Z
117682026-02-17T01:09:38.171Zrunning 0 tests
117692026-02-17T01:09:38.171Z
117702026-02-17T01:09:38.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117712026-02-17T01:09:38.171Z
117722026-02-17T01:09:38.214Z Doc-tests oximeter_schema
117732026-02-17T01:09:38.215Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-c87692329bde4b6a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-948b859312dbbac6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117742026-02-17T01:09:38.552Z
117752026-02-17T01:09:38.553Zrunning 0 tests
117762026-02-17T01:09:38.553Z
117772026-02-17T01:09:38.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117782026-02-17T01:09:38.553Z
117792026-02-17T01:09:38.581Z Doc-tests oximeter_test_utils
117802026-02-17T01:09:38.584Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3572cb27f8f66195.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-3429e6e1293e3157.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-600f9e888e7dfdab.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.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`
117812026-02-17T01:09:39.053Z
117822026-02-17T01:09:39.053Zrunning 0 tests
117832026-02-17T01:09:39.053Z
117842026-02-17T01:09:39.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117852026-02-17T01:09:39.053Z
117862026-02-17T01:09:39.095Z Doc-tests oximeter_timeseries_macro
117872026-02-17T01:09:39.095Z 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-a693e154c31da445/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-f15016a059b277e7.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-deff1f59675459b5.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e22aeb0b43a6c0c6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f48edfecce72138a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f97a0f1cbee19b1c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-b55febe251e532be.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-ee84be41fe784280.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117882026-02-17T01:09:39.356Z
117892026-02-17T01:09:39.356Zrunning 0 tests
117902026-02-17T01:09:39.356Z
117912026-02-17T01:09:39.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117922026-02-17T01:09:39.356Z
117932026-02-17T01:09:39.382Z Doc-tests oximeter_types
117942026-02-17T01:09:39.385Z 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-a693e154c31da445/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-d3b297ef696f7fa0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-23dd006b86ea45ee.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-8ca836a8475490ba.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0507e84d998ece5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-6b7b6bab6481afe0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-7223926e0f953b35.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7d3e231f9c31b536.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117952026-02-17T01:09:40.859Z
117962026-02-17T01:09:40.859Zrunning 11 tests
117972026-02-17T01:09:41.506Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
117982026-02-17T01:09:50.451Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
117992026-02-17T01:09:50.724Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
118002026-02-17T01:09:50.925Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
118012026-02-17T01:09:50.929Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
118022026-02-17T01:09:51.056Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
118032026-02-17T01:09:51.106Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
118042026-02-17T01:09:51.345Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
118052026-02-17T01:09:55.227Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
118062026-02-17T01:09:55.312Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
118072026-02-17T01:09:56.450Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
118082026-02-17T01:09:56.450Z
118092026-02-17T01:09:56.450Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.59s
118102026-02-17T01:09:56.450Z
118112026-02-17T01:09:56.453Zall doctests ran in 16.47s; merged doctests compilation took 0.88s
118122026-02-17T01:09:56.495Z Doc-tests oximeter_types_versions
118132026-02-17T01:09:56.495Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-daeeeb71735f5575.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118142026-02-17T01:09:57.302Z
118152026-02-17T01:09:57.302Zrunning 1 test
118162026-02-17T01:09:57.302Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
118172026-02-17T01:09:57.302Z
118182026-02-17T01:09:57.302Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118192026-02-17T01:09:57.302Z
118202026-02-17T01:09:57.332Z Doc-tests oxlog
118212026-02-17T01:09:57.335Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.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`
118222026-02-17T01:09:57.411Z
118232026-02-17T01:09:57.411Zrunning 0 tests
118242026-02-17T01:09:57.411Z
118252026-02-17T01:09:57.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118262026-02-17T01:09:57.411Z
118272026-02-17T01:09:57.422Z Doc-tests oxql_types
118282026-02-17T01:09:57.426Z 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-012e134694c72fe4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b109403cbeb399cd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118292026-02-17T01:09:57.808Z
118302026-02-17T01:09:57.808Zrunning 0 tests
118312026-02-17T01:09:57.808Z
118322026-02-17T01:09:57.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118332026-02-17T01:09:57.808Z
118342026-02-17T01:09:57.838Z Doc-tests parallel_task_set
118352026-02-17T01:09:57.841Z 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-a693e154c31da445/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-f15016a059b277e7.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118362026-02-17T01:09:57.910Z
118372026-02-17T01:09:57.910Zrunning 0 tests
118382026-02-17T01:09:57.910Z
118392026-02-17T01:09:57.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118402026-02-17T01:09:57.910Z
118412026-02-17T01:09:57.922Z Doc-tests range_requests
118422026-02-17T01:09:57.925Z 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-a693e154c31da445/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-d3b297ef696f7fa0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-5d581a070c6a7e88.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-dd00f30528408fea.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118432026-02-17T01:09:58.090Z
118442026-02-17T01:09:58.090Zrunning 0 tests
118452026-02-17T01:09:58.090Z
118462026-02-17T01:09:58.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118472026-02-17T01:09:58.090Z
118482026-02-17T01:09:58.108Z Doc-tests reconfigurator_cli
118492026-02-17T01:09:58.111Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-75110706afaa0f53.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e8cdefffbc26f2a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-bef5ed0a7212118b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-8ab92f428a819244.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6750742bf7bd583a.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1e69f01933ebe456.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-0d4590b159390693.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.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-595ad7f0bedfee69.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-99fa6c2fce8d7f42.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.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`
118502026-02-17T01:09:58.861Z
118512026-02-17T01:09:58.861Zrunning 0 tests
118522026-02-17T01:09:58.861Z
118532026-02-17T01:09:58.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118542026-02-17T01:09:58.861Z
118552026-02-17T01:09:58.906Z Doc-tests repo_depot_api
118562026-02-17T01:09:58.909Z 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-a693e154c31da445/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-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-969cbcc208a3e603.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118572026-02-17T01:09:59.609Z
118582026-02-17T01:09:59.609Zrunning 2 tests
118592026-02-17T01:09:59.609Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
118602026-02-17T01:09:59.610Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
118612026-02-17T01:09:59.610Z
118622026-02-17T01:09:59.610Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118632026-02-17T01:09:59.610Z
118642026-02-17T01:09:59.634Z Doc-tests repo_depot_client
118652026-02-17T01:09:59.637Z 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-a693e154c31da445/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-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9de809e2c4f4bccf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118662026-02-17T01:09:59.825Z
118672026-02-17T01:09:59.825Zrunning 0 tests
118682026-02-17T01:09:59.825Z
118692026-02-17T01:09:59.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118702026-02-17T01:09:59.826Z
118712026-02-17T01:09:59.846Z Doc-tests sled_agent_api
118722026-02-17T01:09:59.849Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-567df5da3eaa495f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-c984b9133564234d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118732026-02-17T01:10:00.785Z
118742026-02-17T01:10:00.785Zrunning 2 tests
118752026-02-17T01:10:00.785Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 93) ... ignored
118762026-02-17T01:10:00.785Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 99) ... ignored
118772026-02-17T01:10:00.785Z
118782026-02-17T01:10:00.785Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118792026-02-17T01:10:00.785Z
118802026-02-17T01:10:00.822Z Doc-tests sled_agent_client
118812026-02-17T01:10:00.822Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-7d4ac4bebb4d9f96.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-66912a399ab153d9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.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`
118822026-02-17T01:10:03.602Z
118832026-02-17T01:10:03.602Zrunning 0 tests
118842026-02-17T01:10:03.602Z
118852026-02-17T01:10:03.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118862026-02-17T01:10:03.602Z
118872026-02-17T01:10:03.672Z Doc-tests sled_agent_config_reconciler
118882026-02-17T01:10:03.676Z 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-a693e154c31da445/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-8c2c3fd5c7fb1f46.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-88cea7bf556fbbd3.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ba84e1cc5f21cf18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib -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`
118892026-02-17T01:10:04.387Z
118902026-02-17T01:10:04.387Zrunning 0 tests
118912026-02-17T01:10:04.387Z
118922026-02-17T01:10:04.387Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118932026-02-17T01:10:04.387Z
118942026-02-17T01:10:04.430Z Doc-tests sled_agent_health_monitor
118952026-02-17T01:10:04.430Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-6ce29d115d1b156e.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-89709fbb293d8d2c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118962026-02-17T01:10:04.730Z
118972026-02-17T01:10:04.730Zrunning 0 tests
118982026-02-17T01:10:04.730Z
118992026-02-17T01:10:04.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119002026-02-17T01:10:04.731Z
119012026-02-17T01:10:04.761Z Doc-tests sled_agent_measurements
119022026-02-17T01:10:04.761Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-a693e154c31da445/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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119032026-02-17T01:10:05.112Z
119042026-02-17T01:10:05.112Zrunning 0 tests
119052026-02-17T01:10:05.112Z
119062026-02-17T01:10:05.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119072026-02-17T01:10:05.112Z
119082026-02-17T01:10:05.145Z Doc-tests sled_agent_resolvable_files
119092026-02-17T01:10:05.145Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119102026-02-17T01:10:05.524Z
119112026-02-17T01:10:05.524Zrunning 0 tests
119122026-02-17T01:10:05.524Z
119132026-02-17T01:10:05.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119142026-02-17T01:10:05.524Z
119152026-02-17T01:10:05.558Z Doc-tests sled_agent_resolvable_files_examples
119162026-02-17T01:10:05.561Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-1b93fa9d5486cd17.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119172026-02-17T01:10:05.861Z
119182026-02-17T01:10:05.861Zrunning 0 tests
119192026-02-17T01:10:05.861Z
119202026-02-17T01:10:05.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119212026-02-17T01:10:05.861Z
119222026-02-17T01:10:05.891Z Doc-tests sled_agent_types
119232026-02-17T01:10:05.895Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-f40259633cfcf316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
119242026-02-17T01:10:06.329Z
119252026-02-17T01:10:06.329Zrunning 0 tests
119262026-02-17T01:10:06.329Z
119272026-02-17T01:10:06.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119282026-02-17T01:10:06.329Z
119292026-02-17T01:10:06.364Z Doc-tests sled_agent_types_versions
119302026-02-17T01:10:06.364Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-8d95ba39071bd572.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bfd1181cb3286073.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
119312026-02-17T01:10:08.691Z
119322026-02-17T01:10:08.691Zrunning 1 test
119332026-02-17T01:10:08.691Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
119342026-02-17T01:10:08.692Z
119352026-02-17T01:10:08.692Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119362026-02-17T01:10:08.692Z
119372026-02-17T01:10:08.760Z Doc-tests sled_diagnostics
119382026-02-17T01:10:08.760Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.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-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-897b330c785812ee.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-455a7e94750b0456.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-154dd6639b7e72c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c39809e9add8a858.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-de7810c222b46d02.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119392026-02-17T01:10:09.107Z
119402026-02-17T01:10:09.107Zrunning 0 tests
119412026-02-17T01:10:09.107Z
119422026-02-17T01:10:09.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119432026-02-17T01:10:09.107Z
119442026-02-17T01:10:09.137Z Doc-tests sled_hardware
119452026-02-17T01:10:09.140Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-c676e4095544447e.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-fa70e72376fb3500.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2b58e19978114f20.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-51bd8ba17db94cd8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-11decbbedf7b7250.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib -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`
119462026-02-17T01:10:09.536Z
119472026-02-17T01:10:09.536Zrunning 0 tests
119482026-02-17T01:10:09.536Z
119492026-02-17T01:10:09.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119502026-02-17T01:10:09.536Z
119512026-02-17T01:10:09.569Z Doc-tests sled_hardware_types
119522026-02-17T01:10:09.569Z 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-a693e154c31da445/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-0fae711ad65ff322.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-d9f5788e2a13327f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib -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`
119532026-02-17T01:10:09.890Z
119542026-02-17T01:10:09.890Zrunning 0 tests
119552026-02-17T01:10:09.890Z
119562026-02-17T01:10:09.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119572026-02-17T01:10:09.890Z
119582026-02-17T01:10:09.921Z Doc-tests sled_storage
119592026-02-17T01:10:09.921Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e7cd99f4e0475b71.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib -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`
119602026-02-17T01:10:10.276Z
119612026-02-17T01:10:10.276Zrunning 0 tests
119622026-02-17T01:10:10.276Z
119632026-02-17T01:10:10.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119642026-02-17T01:10:10.276Z
119652026-02-17T01:10:10.308Z Doc-tests sp_sim
119662026-02-17T01:10:10.308Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-15cf27f70eb8100b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-78495e58a22ea399.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db86bf4fdb6fd800.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-892e4d8dc6f71793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-5f0937b15225ac54.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-af45d7a74cb7353d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119672026-02-17T01:10:11.009Z
119682026-02-17T01:10:11.009Zrunning 0 tests
119692026-02-17T01:10:11.009Z
119702026-02-17T01:10:11.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119712026-02-17T01:10:11.009Z
119722026-02-17T01:10:11.053Z Doc-tests trust_quorum
119732026-02-17T01:10:11.056Z 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-a693e154c31da445/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-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-30f9a6da530bf3f0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-9d13f479278a2235.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-b12d1edd97100e4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-e266714b423c76ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119742026-02-17T01:10:11.530Z
119752026-02-17T01:10:11.530Zrunning 0 tests
119762026-02-17T01:10:11.530Z
119772026-02-17T01:10:11.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119782026-02-17T01:10:11.530Z
119792026-02-17T01:10:11.568Z Doc-tests trust_quorum_protocol
119802026-02-17T01:10:11.571Z 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-a693e154c31da445/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-dbf13d0d6b06a6fd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-44d845df94438560.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ccdf398cf07cacbf.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95d50c88f87ccb76.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5e50f97cdfef7b49.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-22e823a1af21dd78.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.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`
119812026-02-17T01:10:12.066Z
119822026-02-17T01:10:12.066Zrunning 0 tests
119832026-02-17T01:10:12.066Z
119842026-02-17T01:10:12.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119852026-02-17T01:10:12.066Z
119862026-02-17T01:10:12.102Z Doc-tests trust_quorum_test_utils
119872026-02-17T01:10:12.105Z 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-a693e154c31da445/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-44d845df94438560.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0fae711ad65ff322.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e7c33b969303809a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-f3782886804137aa.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-c84543e9fd2f125c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119882026-02-17T01:10:12.478Z
119892026-02-17T01:10:12.478Zrunning 0 tests
119902026-02-17T01:10:12.478Z
119912026-02-17T01:10:12.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119922026-02-17T01:10:12.478Z
119932026-02-17T01:10:12.511Z Doc-tests trust_quorum_types
119942026-02-17T01:10:12.511Z 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-a693e154c31da445/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-f15016a059b277e7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-edd930e49e8d7524.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119952026-02-17T01:10:12.783Z
119962026-02-17T01:10:12.783Zrunning 0 tests
119972026-02-17T01:10:12.783Z
119982026-02-17T01:10:12.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119992026-02-17T01:10:12.783Z
120002026-02-17T01:10:12.812Z Doc-tests trust_quorum_types_versions
120012026-02-17T01:10:12.812Z 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-a693e154c31da445/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-0fae711ad65ff322.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d537e50f274b5c62.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-459ad39d4a84216f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-13b7c297f0c180b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f3fb1f928f6ef4dc.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-ebebb4acf8036bd6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120022026-02-17T01:10:13.761Z
120032026-02-17T01:10:13.761Zrunning 1 test
120042026-02-17T01:10:13.761Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
120052026-02-17T01:10:13.761Z
120062026-02-17T01:10:13.761Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120072026-02-17T01:10:13.761Z
120082026-02-17T01:10:13.797Z Doc-tests typed_rng
120092026-02-17T01:10:13.797Z 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-a693e154c31da445/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-e8cdefffbc26f2a7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-362e237b49507d6c.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`
120102026-02-17T01:10:13.894Z
120112026-02-17T01:10:13.894Zrunning 0 tests
120122026-02-17T01:10:13.894Z
120132026-02-17T01:10:13.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120142026-02-17T01:10:13.894Z
120152026-02-17T01:10:13.908Z Doc-tests update_common
120162026-02-17T01:10:13.911Z 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-a693e154c31da445/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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-fbb3802d90c287fc.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120172026-02-17T01:10:14.254Z
120182026-02-17T01:10:14.254Zrunning 0 tests
120192026-02-17T01:10:14.254Z
120202026-02-17T01:10:14.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120212026-02-17T01:10:14.254Z
120222026-02-17T01:10:14.284Z Doc-tests update_engine
120232026-02-17T01:10:14.287Z 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-a693e154c31da445/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-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-1c77f98783115915.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-26147300913a2b5a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-faeb7aac8eb71b65.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-35bc9e709ee2586e.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-fa15e0097da5bf7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-522443f97758344a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.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`
120242026-02-17T01:10:16.212Z
120252026-02-17T01:10:16.212Zrunning 4 tests
120262026-02-17T01:10:16.215Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
120272026-02-17T01:10:16.215Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
120282026-02-17T01:10:16.215Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
120292026-02-17T01:10:16.218Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
120302026-02-17T01:10:16.218Z
120312026-02-17T01:10:16.218Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
120322026-02-17T01:10:16.218Z
120332026-02-17T01:10:16.247Z Doc-tests wicket
120342026-02-17T01:10:16.250Z 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-a693e154c31da445/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-3ad25da4e0be3c38.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-833783da88e2e52d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-893308a963c2f473.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a032cef27cf8de49.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-3a41fdc669eacdfb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-00a3611f23739f0e.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-836bfab03d98ee71.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-01346246a6800d2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120352026-02-17T01:10:17.182Z
120362026-02-17T01:10:17.182Zrunning 0 tests
120372026-02-17T01:10:17.182Z
120382026-02-17T01:10:17.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120392026-02-17T01:10:17.182Z
120402026-02-17T01:10:17.229Z Doc-tests wicket_common
120412026-02-17T01:10:17.232Z 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-a693e154c31da445/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-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cc28b6cbe76a3d1b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120422026-02-17T01:10:17.849Z
120432026-02-17T01:10:17.849Zrunning 0 tests
120442026-02-17T01:10:17.849Z
120452026-02-17T01:10:17.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120462026-02-17T01:10:17.849Z
120472026-02-17T01:10:17.889Z Doc-tests wicket_dbg
120482026-02-17T01:10:17.889Z 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-a693e154c31da445/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-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-94666c5d13597da6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-4a3c62c97b5beaa1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-81076bf3f848e0d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-e846b58d2700cb43.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-8db62d691b073526.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120492026-02-17T01:10:18.348Z
120502026-02-17T01:10:18.348Zrunning 0 tests
120512026-02-17T01:10:18.348Z
120522026-02-17T01:10:18.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120532026-02-17T01:10:18.349Z
120542026-02-17T01:10:18.384Z Doc-tests wicketd
120552026-02-17T01:10:18.388Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-2abf6dc8a873eb5c.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3ad25da4e0be3c38.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-d3b297ef696f7fa0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e105aa982a5a5470.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-0c440abe45f834e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-7c6b489bc8ac7422.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-5ad0edf18e465266.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-655d5fdec46223d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dfbe711f98e4eac4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-f6123d8c48a96a15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-027944bdf890a5a3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-a2a2a4a16aad62f2.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-00677b18825d4732.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c5935b59dde4f1af.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-edfb34fb7fdc0918.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-dbc060f8409b4926.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-057fe0fccb6e9648.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-56b24c107f100ad3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3b9bc323694fe1f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-1e0cd84a56d678a6.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-d6b3be70afc05bba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-50d923134cf4d20d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-e3e71c737289abc2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c2b6f22af536197c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1e2967a1dca46d32.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-afe5225732d12924.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-9bf6323f2f35fd77.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2d3a06ce176fab4b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-94f62fd6bd32c035.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c4de183ece159f92.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-4bb6e69cb038f134.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-c772f91fd049de46.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-894ddf120530f547.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6854385f42794fc0.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f41168db3e423958.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-069a1e206b58c36c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c177295d6ef47a4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-89201e350c26c774.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-608c501b7e654e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0313ac4492ac3933.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6cdcae3fbc3028f4.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120562026-02-17T01:10:19.117Z
120572026-02-17T01:10:19.117Zrunning 0 tests
120582026-02-17T01:10:19.117Z
120592026-02-17T01:10:19.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120602026-02-17T01:10:19.117Z
120612026-02-17T01:10:19.160Z Doc-tests wicketd_api
120622026-02-17T01:10:19.160Z 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-a693e154c31da445/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_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-64aa30dd1bbf23ed.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-f3d0347ef037b8da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-dd188ba8489e019d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-84c477954e7e3850.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7d436257e2dc1209.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120632026-02-17T01:10:20.127Z
120642026-02-17T01:10:20.127Zrunning 2 tests
120652026-02-17T01:10:20.127Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
120662026-02-17T01:10:20.127Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
120672026-02-17T01:10:20.127Z
120682026-02-17T01:10:20.127Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120692026-02-17T01:10:20.127Z
120702026-02-17T01:10:20.166Z Doc-tests wicketd_client
120712026-02-17T01:10: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 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-a693e154c31da445/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-26147300913a2b5a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-970ef4dd8182383d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b1d122cd47007993.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-22b400c657b980ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-78a47547c8250cbd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-839c1c9f312a7691.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-e7a35696ae7e6c9d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e735ed096d84ff7e.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-941b79dc6a370510.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120722026-02-17T01:10:22.077Z
120732026-02-17T01:10:22.077Zrunning 0 tests
120742026-02-17T01:10:22.078Z
120752026-02-17T01:10:22.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120762026-02-17T01:10:22.078Z
120772026-02-17T01:10:22.138Z Doc-tests xtask_downloader
120782026-02-17T01:10:22.138Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1c251e2ec15413d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-f549b3b3cb116729.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f63087145c59662c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-281721aadc6d9abf.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b76851797875188d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a7388f5d6b570266.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6a737287b10e2c5e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ab6b255b7ac8a78d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a065cdb10e3b4546.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120792026-02-17T01:10:22.319Z
120802026-02-17T01:10:22.319Zrunning 1 test
120812026-02-17T01:10:22.322Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
120822026-02-17T01:10:22.322Z
120832026-02-17T01:10:22.322Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120842026-02-17T01:10:22.322Z
120852026-02-17T01:10:22.338Z Doc-tests zfs_test_harness
120862026-02-17T01:10:22.341Z 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-a693e154c31da445/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-88cea7bf556fbbd3.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-30204990db0efbd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-af91a1ae82e53f38.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e84c8108dbd32815.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-05150a384650b6eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f6fb1a5ce0daea4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-933831342d4e04d1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120872026-02-17T01:10:22.641Z
120882026-02-17T01:10:22.641Zrunning 0 tests
120892026-02-17T01:10:22.641Z
120902026-02-17T01:10:22.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120912026-02-17T01:10:22.641Z
120922026-02-17T01:10:22.670Z Doc-tests zone_setup
120932026-02-17T01:10:22.670Z 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-a693e154c31da445/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-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-38ba13b1dd5cc181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f31d2c3c32d8206e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e8927b98458b7bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2b77b7222f8b4367.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f15016a059b277e7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-20e21b9c25ad411b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c6bc5f10b3790839.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-ba408e418a535306.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-c95e3291baec55f7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-5f62dafef9bf8e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-595358cf5c627738.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-aec6cbaaf359968a.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-5f2caa18b5c6feb4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120942026-02-17T01:10:22.951Z
120952026-02-17T01:10:22.951Zrunning 0 tests
120962026-02-17T01:10:22.951Z
120972026-02-17T01:10:22.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120982026-02-17T01:10:22.951Z
120992026-02-17T01:10:23.051Z
121002026-02-17T01:10:23.051Zreal 3:11.872971957
121012026-02-17T01:10:23.051Zuser 2:52.664144309
121022026-02-17T01:10:23.051Zsys 1:06.911948758
121032026-02-17T01:10:23.051Ztrap 0.041853361
121042026-02-17T01:10:23.051Ztflt 0.948025153
121052026-02-17T01:10:23.051Zdflt 2.125637069
121062026-02-17T01:10:23.051Zkflt 0.004832050
121072026-02-17T01:10:23.051Zlock 7:15.553398459
121082026-02-17T01:10:23.054Zslp 22:10.101682293
121092026-02-17T01:10:23.054Zlat 12.366482523
121102026-02-17T01:10:23.054Zstop 5.927302505
121112026-02-17T01:10:23.054Z+ [[ illumos == \i\l\l\u\m\o\s ]]
121122026-02-17T01:10:23.054Z+ banner live-test
121132026-02-17T01:10:23.054Z
121142026-02-17T01:10:23.054Z # # # # ###### ##### ###### #### #####
121152026-02-17T01:10:23.054Z # # # # # # # # #
121162026-02-17T01:10:23.054Z # # # # ##### ##### # ##### #### #
121172026-02-17T01:10:23.054Z # # # # # # # # #
121182026-02-17T01:10:23.054Z # # # # # # # # # #
121192026-02-17T01:10:23.054Z ###### # ## ###### # ###### #### #
121202026-02-17T01:10:23.054Z
121212026-02-17T01:10:23.055Z+ ptime -m cargo xtask live-tests
121222026-02-17T01:10:24.002Z Compiling serde_core v1.0.228
121232026-02-17T01:10:24.005Z Compiling syn v2.0.114
121242026-02-17T01:10:24.005Z Compiling serde v1.0.228
121252026-02-17T01:10:24.005Z Compiling bitflags v2.9.4
121262026-02-17T01:10:24.113Z Compiling serde_json v1.0.149
121272026-02-17T01:10:24.128Z Compiling libc v0.2.180
121282026-02-17T01:10:24.142Z Compiling num-traits v0.2.19
121292026-02-17T01:10:24.145Z Compiling smallvec v1.15.1
121302026-02-17T01:10:24.605Z Compiling rustix v0.38.37
121312026-02-17T01:10:24.697Z Compiling hashbrown v0.16.1
121322026-02-17T01:10:24.888Z Compiling usdt-impl v0.5.0
121332026-02-17T01:10:25.005Z Compiling syn v1.0.109
121342026-02-17T01:10:25.955Z Compiling indexmap v2.13.0
121352026-02-17T01:10:26.025Z Compiling getrandom v0.3.4
121362026-02-17T01:10:26.472Z Compiling thread-id v4.2.2
121372026-02-17T01:10:26.734Z Compiling rustix v1.1.3
121382026-02-17T01:10:27.506Z Compiling log v0.4.29
121392026-02-17T01:10:27.727Z Compiling percent-encoding v2.3.2
121402026-02-17T01:10:27.915Z Compiling terminal_size v0.4.0
121412026-02-17T01:10:27.960Z Compiling ordered-float v2.10.1
121422026-02-17T01:10:28.039Z Compiling form_urlencoded v1.2.2
121432026-02-17T01:10:28.402Z Compiling fs-err v3.1.1
121442026-02-17T01:10:28.497Z Compiling anyhow v1.0.99
121452026-02-17T01:10:28.632Z Compiling once_cell v1.21.3
121462026-02-17T01:10:28.913Z Compiling heck v0.4.1
121472026-02-17T01:10:29.219Z Compiling clap_builder v4.5.48
121482026-02-17T01:10:29.847Z Compiling textwrap v0.16.2
121492026-02-17T01:10:31.206Z Compiling tempfile v3.24.0
121502026-02-17T01:10:31.597Z Compiling synstructure v0.13.1
121512026-02-17T01:10:31.821Z Compiling proc-macro-error v1.0.4
121522026-02-17T01:10:32.282Z Compiling camino-tempfile v1.4.1
121532026-02-17T01:10:33.434Z Compiling tabled_derive v0.7.0
121542026-02-17T01:10:34.071Z Compiling serde_derive v1.0.228
121552026-02-17T01:10:34.136Z Compiling zerofrom-derive v0.1.4
121562026-02-17T01:10:34.222Z Compiling yoke-derive v0.7.4
121572026-02-17T01:10:34.583Z Compiling thiserror-impl v2.0.18
121582026-02-17T01:10:34.880Z Compiling zerovec-derive v0.10.3
121592026-02-17T01:10:35.540Z Compiling displaydoc v0.2.5
121602026-02-17T01:10:35.912Z Compiling thiserror-impl v1.0.69
121612026-02-17T01:10:37.483Z Compiling icu_provider_macros v1.5.0
121622026-02-17T01:10:37.578Z Compiling zerocopy-derive v0.7.35
121632026-02-17T01:10:37.970Z Compiling scroll_derive v0.12.0
121642026-02-17T01:10:38.093Z Compiling zerofrom v0.1.4
121652026-02-17T01:10:38.447Z Compiling yoke v0.7.4
121662026-02-17T01:10:38.473Z Compiling thiserror v2.0.18
121672026-02-17T01:10:38.749Z Compiling pest v2.8.2
121682026-02-17T01:10:38.885Z Compiling clap_derive v4.5.47
121692026-02-17T01:10:38.963Z Compiling zerovec v0.10.4
121702026-02-17T01:10:39.421Z Compiling tabled v0.15.0
121712026-02-17T01:10:39.610Z Compiling thiserror v1.0.69
121722026-02-17T01:10:39.635Z Compiling scroll v0.12.0
121732026-02-17T01:10:40.010Z Compiling zerocopy v0.7.35
121742026-02-17T01:10:40.294Z Compiling goblin v0.8.2
121752026-02-17T01:10:41.661Z Compiling tinystr v0.7.6
121762026-02-17T01:10:41.821Z Compiling pest_meta v2.8.2
121772026-02-17T01:10:42.048Z Compiling icu_collections v1.5.0
121782026-02-17T01:10:42.171Z Compiling icu_locid v1.5.0
121792026-02-17T01:10:42.946Z Compiling clap v4.5.48
121802026-02-17T01:10:43.176Z Compiling toml_datetime v0.6.11
121812026-02-17T01:10:43.277Z Compiling serde_spanned v0.6.9
121822026-02-17T01:10:43.440Z Compiling dof v0.3.0
121832026-02-17T01:10:43.627Z Compiling pest_generator v2.8.2
121842026-02-17T01:10:43.663Z Compiling toml_edit v0.22.27
121852026-02-17T01:10:43.828Z Compiling serde_tokenstream v0.2.2
121862026-02-17T01:10:44.451Z Compiling icu_provider v1.5.0
121872026-02-17T01:10:44.592Z Compiling erased-serde v0.4.6
121882026-02-17T01:10:44.843Z Compiling serde-value v0.7.0
121892026-02-17T01:10:45.591Z Compiling icu_locid_transform v1.5.0
121902026-02-17T01:10:45.732Z Compiling cargo-platform v0.2.0
121912026-02-17T01:10:45.952Z Compiling serde-untagged v0.1.7
121922026-02-17T01:10:46.113Z Compiling macaddr v1.0.1
121932026-02-17T01:10:46.488Z Compiling pest_derive v2.8.2
121942026-02-17T01:10:47.114Z Compiling icu_properties v1.5.1
121952026-02-17T01:10:47.608Z Compiling dtrace-parser v0.2.0
121962026-02-17T01:10:47.726Z Compiling toml v0.8.23
121972026-02-17T01:10:49.037Z Compiling cargo_toml v0.21.0
121982026-02-17T01:10:49.586Z Compiling usdt-macro v0.5.0
121992026-02-17T01:10:49.589Z Compiling usdt-attr-macro v0.5.0
122002026-02-17T01:10:50.880Z Compiling icu_normalizer v1.5.0
122012026-02-17T01:10:50.934Z Compiling usdt v0.5.0
122022026-02-17T01:10:51.944Z Compiling idna_adapter v1.2.0
122032026-02-17T01:10:52.209Z Compiling idna v1.0.3
122042026-02-17T01:10:52.640Z Compiling url v2.5.4
122052026-02-17T01:10:53.326Z Compiling cargo-util-schemas v0.8.2
122062026-02-17T01:10:54.809Z Compiling cargo_metadata v0.21.0
122072026-02-17T01:10:56.529Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
122082026-02-17T01:11:00.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s
122092026-02-17T01:11:00.621Z Running `target/debug/xtask live-tests`
122102026-02-17T01:11:00.668Zusing temporary directory: /var/tmp/omicron_tmp/.tmpgkuCX6
122112026-02-17T01:11:00.668Zwill create archive file: /var/tmp/omicron_tmp/.tmpgkuCX6/live-tests-archive/omicron-live-tests.tar.zst
122122026-02-17T01:11:00.668Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
122132026-02-17T01:11:00.668Z
122142026-02-17T01:11:00.671Zrunning: /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/.tmpgkuCX6/live-tests-archive/omicron-live-tests.tar.zst"
122152026-02-17T01:11:03.776Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
122162026-02-17T01:11:03.919Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
122172026-02-17T01:11:03.922Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
122182026-02-17T01:11:03.963Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
122192026-02-17T01:11:03.981Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
122202026-02-17T01:11:04.007Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
122212026-02-17T01:11:04.010Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
122222026-02-17T01:11:04.033Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
122232026-02-17T01:11:04.639Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
122242026-02-17T01:11:04.822Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
122252026-02-17T01:11:04.861Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
122262026-02-17T01:11:04.974Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
122272026-02-17T01:11:06.160Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
122282026-02-17T01:11:07.618Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
122292026-02-17T01:11:07.870Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
122302026-02-17T01:11:09.101Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
122312026-02-17T01:11:16.438Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
122322026-02-17T01:11:16.438Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
122332026-02-17T01:11:18.486Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
122342026-02-17T01:11:59.070Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
122352026-02-17T01:11:59.880Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
122362026-02-17T01:12:05.136Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
122372026-02-17T01:12:06.159Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
122382026-02-17T01:12:53.174Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
122392026-02-17T01:13:06.407Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
122402026-02-17T01:13:36.314Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 33s
122412026-02-17T01:13:36.586Zinfo: experimental features enabled: setup-scripts, benchmarks
122422026-02-17T01:13:36.597Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpgkuCX6/live-tests-archive/omicron-live-tests.tar.zst
122432026-02-17T01:13:37.918Z Archived 79 files to /var/tmp/omicron_tmp/.tmpgkuCX6/live-tests-archive/omicron-live-tests.tar.zst in 1.32s
122442026-02-17T01:13:37.971Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpgkuCX6/live-tests-archive\""
122452026-02-17T01:13:37.985Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpgkuCX6" "live-tests-archive"
122462026-02-17T01:13:38.134Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
122472026-02-17T01:13:38.134Zcreated:
122482026-02-17T01:13:38.134ZTo use this:
122492026-02-17T01:13:38.134Z
122502026-02-17T01:13:38.134Z1. Copy the tarball to the switch zone in a deployed Omicron system.
122512026-02-17T01:13:38.134Z
122522026-02-17T01:13:38.137Z e.g., scp \
122532026-02-17T01:13:38.137Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
122542026-02-17T01:13:38.137Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
122552026-02-17T01:13:38.137Z
122562026-02-17T01:13:38.137Z2. Copy the `cargo-nextest` binary to the same place.
122572026-02-17T01:13:38.137Z
122582026-02-17T01:13:38.137Z e.g., scp \
122592026-02-17T01:13:38.137Z $(which cargo-nextest) \
122602026-02-17T01:13:38.137Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
122612026-02-17T01:13:38.137Z
122622026-02-17T01:13:38.137Z3. From the switch zone on that system, unpack the tarball with:
122632026-02-17T01:13:38.137Z
122642026-02-17T01:13:38.137Z tar xzf live-tests-archive.tgz
122652026-02-17T01:13:38.137Z
122662026-02-17T01:13:38.137Z4. From the switch zone on that system, run tests with:
122672026-02-17T01:13:38.137Z
122682026-02-17T01:13:38.137Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
122692026-02-17T01:13:38.138Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
122702026-02-17T01:13:38.138Z --workspace-remap live-tests-archive
122712026-02-17T01:13:38.138Z
122722026-02-17T01:13:38.138Z
122732026-02-17T01:13:38.138Zreal 3:15.039547595
122742026-02-17T01:13:38.138Zuser 7:54.002765890
122752026-02-17T01:13:38.138Zsys 1:03.569408932
122762026-02-17T01:13:38.138Ztrap 0.238514464
122772026-02-17T01:13:38.138Ztflt 0.436273424
122782026-02-17T01:13:38.138Zdflt 2.331019126
122792026-02-17T01:13:38.138Zkflt 0.002491403
122802026-02-17T01:13:38.138Zlock 24:50.794166793
122812026-02-17T01:13:38.138Zslp 31:29.245212116
122822026-02-17T01:13:38.138Zlat 46.706895240
122832026-02-17T01:13:38.138Zstop 47.215605831
122842026-02-17T01:13:38.138Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
122852026-02-17T01:13:38.141Z+ unset TMPDIR
122862026-02-17T01:13:38.141Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
122872026-02-17T01:13:38.141Zfiles in /var/tmp/omicron_tmp (none expected on success):
122882026-02-17T01:13:38.141Z+ find /var/tmp/omicron_tmp -ls
122892026-02-17T01:13:38.144Z164557 11 drwxr-xr-x 2 build build 2 Feb 17 01:13 /var/tmp/omicron_tmp
122902026-02-17T01:13:38.144Z+ rmdir /var/tmp/omicron_tmp
122912026-02-17T01:13:38.693Zprocess exited: duration 8641815 ms, exit code 0
 
122922026-02-17T01:13:38.710Zfound 5 output files
122932026-02-17T01:13:38.710Zuploading: /work/crate-build-timings.json (711133 bytes)
122942026-02-17T01:13:39.734Zuploaded: /work/crate-build-timings.json
122952026-02-17T01:13:39.734Zuploading: /work/environment.json (108 bytes)
122962026-02-17T01:13:40.745Zuploaded: /work/environment.json
122972026-02-17T01:13:40.745Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (529231 bytes)
122982026-02-17T01:13:41.767Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
122992026-02-17T01:13:41.775Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (236164096 bytes)
123002026-02-17T01:13:45.394Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123012026-02-17T01:13:45.398Zuploading: /tmp/nextest-run-archive.zip (2469791 bytes)
123022026-02-17T01:13:46.439Zuploaded: /tmp/nextest-run-archive.zip